diff options
author | sat <sat@FreeBSD.org> | 2008-01-08 06:08:38 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-01-08 06:08:38 +0800 |
commit | e5d63c09511f09aaa1ab315691766b7866f4e25c (patch) | |
tree | ff7bb9f20800bd482e6e5d8590a4a66b98d6da37 /security | |
parent | 7fb9e816ff33130d823844cabaaba783c808aa73 (diff) | |
download | freebsd-ports-gnome-e5d63c09511f09aaa1ab315691766b7866f4e25c.tar.gz freebsd-ports-gnome-e5d63c09511f09aaa1ab315691766b7866f4e25c.tar.zst freebsd-ports-gnome-e5d63c09511f09aaa1ab315691766b7866f4e25c.zip |
- Update to 20080103 snapshot
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SinFP/distinfo | 6 | ||||
-rw-r--r-- | security/sinfp/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Net-SinFP/distinfo b/security/p5-Net-SinFP/distinfo index 687e22a74864..bc954667a9ae 100644 --- a/security/p5-Net-SinFP/distinfo +++ b/security/p5-Net-SinFP/distinfo @@ -1,6 +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-20071229.db) = 2fc83b9532afdec6b725a22f2d5e373a -SHA256 (sinfp-20071229.db) = 482565b82bcd914f67c5fe6dc4639a99724298b95411ff5bab531ae82adcf905 -SIZE (sinfp-20071229.db) = 36864 +MD5 (sinfp-20080103.db) = c0587dd51c4bda9c63818d2cf2784a10 +SHA256 (sinfp-20080103.db) = 3cdcf553b78a677606aae0b35a601c3ad2add884c5b288119bbece1c825dad60 +SIZE (sinfp-20080103.db) = 36864 diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 3585207d1778..949debd74844 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= 20071229 +DBDATE= 20080103 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |