aboutsummaryrefslogtreecommitdiff
path: root/security/sinfp
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-08 07:47:30 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-08 07:47:30 +0000
commit475c191b01cb2aefe832dabdf24862daa77f4013 (patch)
tree8356d72c656ff4d0907118a0660ca87ee72929d3 /security/sinfp
parentbe790bd567455edda7171c0019ce6c0e48c93759 (diff)
downloadports-475c191b01cb2aefe832dabdf24862daa77f4013.tar.gz
ports-475c191b01cb2aefe832dabdf24862daa77f4013.zip
- Update to 2.08_20101224
PR: ports/155246 Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=270502
Diffstat (limited to 'security/sinfp')
-rw-r--r--security/sinfp/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile
index 5cdd2c4532ef..c8d9c843f14e 100644
--- a/security/sinfp/Makefile
+++ b/security/sinfp/Makefile
@@ -6,16 +6,21 @@
#
PORTNAME= sinfp
+PORTREVISION= ${DBDATE}
+
+MAINTAINER= sbrabez@gmail.com
+COMMENT= Full operating system stack fingerprinting suite
BUILD_DEPENDS= p5-Net-SinFP>=2.02:${PORTSDIR}/security/p5-Net-SinFP
RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST= ""
-PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.db
+PLIST_FILES= bin/${PORTNAME} \
+ %%DATADIR%%/${PORTNAME}.db
PLIST_DIRS= %%DATADIR%%
NO_BUILD= yes
MASTERDIR= ${.CURDIR}/../p5-Net-SinFP
-DBDATE= 20080419
+DBDATE= 20101224
post-patch:
@${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl