View | Details | Raw Unified | Return to bug 195720
Collapse All | Expand All

(-)security/ssdeep/Makefile (-2 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ssdeep
4
PORTNAME=	ssdeep
5
PORTVERSION=	2.10
5
PORTVERSION=	2.12
6
PORTREVISION=	1
7
CATEGORIES=	security
6
CATEGORIES=	security
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
8
Lines 16-20 Link Here
16
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
17
USES=		gmake libtool
16
USES=		gmake libtool
18
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
INSTALL_TARGET=	install-strip
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)security/ssdeep/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ssdeep-2.10.tar.gz) = 5b893b8059941476352fa1794c2839b2cc13bc2a09e2f2bb6dea4184217beddc
1
SHA256 (ssdeep-2.12.tar.gz) = 89049e87adfd16b51bd8601d01cf02251df7513c4e0eb12576541bcb2e1e4bde
2
SIZE (ssdeep-2.10.tar.gz) = 377718
2
SIZE (ssdeep-2.12.tar.gz) = 375241
(-)security/ssdeep/files/patch-main.h (-12 lines)
Lines 1-12 Link Here
1
--- main.h.orig	Tue Oct 10 00:38:35 2006
2
+++ main.h	Tue Oct 10 00:38:55 2006
3
@@ -35,6 +35,9 @@
4
 #include <sys/mount.h>
5
 #endif
6
 
7
+#ifdef __FreeBSD__
8
+#include <libgen.h>
9
+#endif
10
 
11
 #define FALSE  0
12
 #define TRUE   1
(-)security/ssdeep/pkg-plist (+1 lines)
Lines 1-4 Link Here
1
bin/ssdeep
1
bin/ssdeep
2
include/edit_dist.h
2
include/fuzzy.h
3
include/fuzzy.h
3
lib/libfuzzy.a
4
lib/libfuzzy.a
4
lib/libfuzzy.so
5
lib/libfuzzy.so

Return to bug 195720