Index: head/security/ssdeep/Makefile =================================================================== --- head/security/ssdeep/Makefile (revision 453950) +++ head/security/ssdeep/Makefile (revision 453951) @@ -1,20 +1,20 @@ # Created by: Nobutaka Mantani # $FreeBSD$ PORTNAME= ssdeep -PORTVERSION= 2.13 +PORTVERSION= 2.14.1 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= https://github.com/ssdeep-project/ssdeep/releases/download/release-${PORTVERSION}/ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Tool for computing context triggered piecewise hashes LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include Index: head/security/ssdeep/distinfo =================================================================== --- head/security/ssdeep/distinfo (revision 453950) +++ head/security/ssdeep/distinfo (revision 453951) @@ -1,2 +1,3 @@ -SHA256 (ssdeep-2.13.tar.gz) = 6e4ca94457cb50ff3343d4dd585473817a461a55a666da1c5a74667924f0f8c5 -SIZE (ssdeep-2.13.tar.gz) = 380712 +TIMESTAMP = 1510042278 +SHA256 (ssdeep-2.14.1.tar.gz) = ff2eabc78106f009b4fb2def2d76fb0ca9e12acf624cbbfad9b3eb390d931313 +SIZE (ssdeep-2.14.1.tar.gz) = 408831 Index: head/security/ssdeep/pkg-descr =================================================================== --- head/security/ssdeep/pkg-descr (revision 453950) +++ head/security/ssdeep/pkg-descr (revision 453951) @@ -1,6 +1,6 @@ ssdeep is a tool for computing context triggered piecewise hashes. Unlike other hash calculators such as md5, it supports partial match between the original file and modified/truncated files. It can also compute the degree of similarity between files. -WWW: http://ssdeep.sourceforge.net/ +WWW: https://ssdeep-project.github.io/ssdeep/