diff options
author | sat <sat@FreeBSD.org> | 2006-11-06 03:25:41 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-06 03:25:41 +0800 |
commit | b510a6267efd3a252d29946791bb05bf1fa8928b (patch) | |
tree | dd4ce6baff38ab72a6b214e2ef4ab709eb6f7b3b /security | |
parent | 35d56af1c66d6a35a2f522e813968c4ebd40c03b (diff) | |
download | freebsd-ports-gnome-b510a6267efd3a252d29946791bb05bf1fa8928b.tar.gz freebsd-ports-gnome-b510a6267efd3a252d29946791bb05bf1fa8928b.tar.zst freebsd-ports-gnome-b510a6267efd3a252d29946791bb05bf1fa8928b.zip |
- Update to 2.04
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SinFP/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Net-SinFP/distinfo | 9 | ||||
-rw-r--r-- | security/sinfp/Makefile | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index 6250159a6099..b627b00f431a 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= Net-SinFP -DISTVERSION= 2.03 +DISTVERSION= 2.04 CATEGORIES= security ipv6 perl5 MASTER_SITES= CPAN/Net DISTNAME= Net-SinFP-${DISTVERSION} diff --git a/security/p5-Net-SinFP/distinfo b/security/p5-Net-SinFP/distinfo index 2a4a43212ccf..20e84d2db1af 100644 --- a/security/p5-Net-SinFP/distinfo +++ b/security/p5-Net-SinFP/distinfo @@ -1,6 +1,3 @@ -MD5 (Net-SinFP-2.03.tar.gz) = 5f852f2c072cbfa3ec6f401dec619fa3 -SHA256 (Net-SinFP-2.03.tar.gz) = 4ce7ceccf8b040a2ff0292630426723a329cb9ae78c32b3e22be7812a624b98f -SIZE (Net-SinFP-2.03.tar.gz) = 26233 -MD5 (sinfp-20061101.db) = dc5556b7cbaa5739ce70e323ee49d9d7 -SHA256 (sinfp-20061101.db) = 800cab77b7ce62e775afc2416deedf94e4bb981f2881cee62661a9f7d842897c -SIZE (sinfp-20061101.db) = 35840 +MD5 (Net-SinFP-2.04.tar.gz) = 18ac5089e5af0b7c076e293923277a05 +SHA256 (Net-SinFP-2.04.tar.gz) = 99a5cf9d60593b483e0d1809e1e8821a5a724b4f5b58bbded57ef63b46c8854f +SIZE (Net-SinFP-2.04.tar.gz) = 27396 diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 850ccc7f7fe6..d880b457a297 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= 20061101 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |