diff options
author | sat <sat@FreeBSD.org> | 2008-01-01 13:50:23 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-01-01 13:50:23 +0800 |
commit | 25d3d336a03d523adfbb74e08e5238a6df6b2732 (patch) | |
tree | fd55cc521cb5b283616fbb127272bec2901940f3 /security | |
parent | 386afd6cd67ecf4698fb4b7f7ac7afabe9d9a1e4 (diff) | |
download | freebsd-ports-gnome-25d3d336a03d523adfbb74e08e5238a6df6b2732.tar.gz freebsd-ports-gnome-25d3d336a03d523adfbb74e08e5238a6df6b2732.tar.zst freebsd-ports-gnome-25d3d336a03d523adfbb74e08e5238a6df6b2732.zip |
- Update to 20071229 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 db4d9273e28d..687e22a74864 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-20071228.db) = 83aa1ff270cda959091eb46e9d0c95c7 -SHA256 (sinfp-20071228.db) = 69c0da841ce8f98f2341f54c6c5980440c7564a1e3ae449bd5d4794316466e42 -SIZE (sinfp-20071228.db) = 36864 +MD5 (sinfp-20071229.db) = 2fc83b9532afdec6b725a22f2d5e373a +SHA256 (sinfp-20071229.db) = 482565b82bcd914f67c5fe6dc4639a99724298b95411ff5bab531ae82adcf905 +SIZE (sinfp-20071229.db) = 36864 diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 9082efbc18fc..3585207d1778 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= 20071228 +DBDATE= 20071229 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |