diff options
author | sat <sat@FreeBSD.org> | 2007-03-23 08:24:57 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-23 08:24:57 +0800 |
commit | 97aa46bf24a812b2a19fc252cbef5802e77c3c2b (patch) | |
tree | f37272e5460d04c07f68994f46b3aafe3d69b43e /security | |
parent | cc23ae910d1a552fd63cd97b657b78e07e3ebcf8 (diff) | |
download | freebsd-ports-gnome-97aa46bf24a812b2a19fc252cbef5802e77c3c2b.tar.gz freebsd-ports-gnome-97aa46bf24a812b2a19fc252cbef5802e77c3c2b.tar.zst freebsd-ports-gnome-97aa46bf24a812b2a19fc252cbef5802e77c3c2b.zip |
- Update to 20070322 fingerprints
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SinFP/distinfo | 3 | ||||
-rw-r--r-- | security/sinfp/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Net-SinFP/distinfo b/security/p5-Net-SinFP/distinfo index 078cb106fd3a..fbaf66cb1d60 100644 --- a/security/p5-Net-SinFP/distinfo +++ b/security/p5-Net-SinFP/distinfo @@ -1,3 +1,6 @@ MD5 (Net-SinFP-2.06.tar.gz) = e0a04f67801b594345a7eee91041803f SHA256 (Net-SinFP-2.06.tar.gz) = 774a6067e721175e86557b8cc3af7ac11428ce0bd2cf38559b0bfb11c9f532fa SIZE (Net-SinFP-2.06.tar.gz) = 29245 +MD5 (sinfp-20070322.db) = f3766def3c8d399c901ace15c39857a3 +SHA256 (sinfp-20070322.db) = 251a81d32fc54403b0f959c0bbf7b67ec1a55c8e905afadd9be0c90185c4021f +SIZE (sinfp-20070322.db) = 35840 diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index d880b457a297..f5cc18fb0883 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -15,7 +15,7 @@ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.db PLIST_DIRS= %%DATADIR%% NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP -#DBDATE= 20061101 +DBDATE= 20070322 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |