diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-13 18:16:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-13 18:16:10 +0800 |
commit | fd40cd2ea287c7129fff32a6ee55f2b3dc94eee2 (patch) | |
tree | 9d5015d67d27c1b81a72bf769e2f67348f4ad9bd /security/ssdeep | |
parent | 3c955bcd0209fb8054249317cf5ef50062e4c700 (diff) | |
download | freebsd-ports-gnome-fd40cd2ea287c7129fff32a6ee55f2b3dc94eee2.tar.gz freebsd-ports-gnome-fd40cd2ea287c7129fff32a6ee55f2b3dc94eee2.tar.zst freebsd-ports-gnome-fd40cd2ea287c7129fff32a6ee55f2b3dc94eee2.zip |
Update to 2.12
PR: ports/195720
Diffstat (limited to 'security/ssdeep')
-rw-r--r-- | security/ssdeep/Makefile | 4 | ||||
-rw-r--r-- | security/ssdeep/distinfo | 4 | ||||
-rw-r--r-- | security/ssdeep/files/patch-main.h | 12 | ||||
-rw-r--r-- | security/ssdeep/pkg-plist | 1 |
4 files changed, 5 insertions, 16 deletions
diff --git a/security/ssdeep/Makefile b/security/ssdeep/Makefile index 9a2a46835d61..2c926fe2e53b 100644 --- a/security/ssdeep/Makefile +++ b/security/ssdeep/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ssdeep -PORTVERSION= 2.10 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -16,5 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/security/ssdeep/distinfo b/security/ssdeep/distinfo index 29b8dbb4f443..e7124cc4dbff 100644 --- a/security/ssdeep/distinfo +++ b/security/ssdeep/distinfo @@ -1,2 +1,2 @@ -SHA256 (ssdeep-2.10.tar.gz) = 5b893b8059941476352fa1794c2839b2cc13bc2a09e2f2bb6dea4184217beddc -SIZE (ssdeep-2.10.tar.gz) = 377718 +SHA256 (ssdeep-2.12.tar.gz) = 89049e87adfd16b51bd8601d01cf02251df7513c4e0eb12576541bcb2e1e4bde +SIZE (ssdeep-2.12.tar.gz) = 375241 diff --git a/security/ssdeep/files/patch-main.h b/security/ssdeep/files/patch-main.h deleted file mode 100644 index ad3047967eb8..000000000000 --- a/security/ssdeep/files/patch-main.h +++ /dev/null @@ -1,12 +0,0 @@ ---- main.h.orig Tue Oct 10 00:38:35 2006 -+++ main.h Tue Oct 10 00:38:55 2006 -@@ -35,6 +35,9 @@ - #include <sys/mount.h> - #endif - -+#ifdef __FreeBSD__ -+#include <libgen.h> -+#endif - - #define FALSE 0 - #define TRUE 1 diff --git a/security/ssdeep/pkg-plist b/security/ssdeep/pkg-plist index 8cbf89ddd1b2..8cbb014895af 100644 --- a/security/ssdeep/pkg-plist +++ b/security/ssdeep/pkg-plist @@ -1,4 +1,5 @@ bin/ssdeep +include/edit_dist.h include/fuzzy.h lib/libfuzzy.a lib/libfuzzy.so |