diff options
author | sat <sat@FreeBSD.org> | 2006-11-01 22:40:52 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-01 22:40:52 +0800 |
commit | 78f1eeab97c1a0c26a84ff10bbfa8ea2f9e701ad (patch) | |
tree | 72f1f33eaab45a6b103468fb01a63536519c9398 /security | |
parent | 7bed726955ed56f84e998ad4ac18e9a1b13fc080 (diff) | |
download | freebsd-ports-gnome-78f1eeab97c1a0c26a84ff10bbfa8ea2f9e701ad.tar.gz freebsd-ports-gnome-78f1eeab97c1a0c26a84ff10bbfa8ea2f9e701ad.tar.zst freebsd-ports-gnome-78f1eeab97c1a0c26a84ff10bbfa8ea2f9e701ad.zip |
- Update to 2.03
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 | 3 |
3 files changed, 5 insertions, 9 deletions
diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index 07720ca77ee8..6250159a6099 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= Net-SinFP -DISTVERSION= 2.02 +DISTVERSION= 2.03 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 709d97c48df1..4cc5f945096d 100644 --- a/security/p5-Net-SinFP/distinfo +++ b/security/p5-Net-SinFP/distinfo @@ -1,6 +1,3 @@ -MD5 (Net-SinFP-2.02.tar.gz) = 9200a258e3f1e2cde3a57fe483e0c172 -SHA256 (Net-SinFP-2.02.tar.gz) = a986a7f548f49a91ba64780e70746c2da5296a13a21282656fae49c50fb461e9 -SIZE (Net-SinFP-2.02.tar.gz) = 25218 -MD5 (sinfp-20061009.db) = 81446cfc5639525fa5e71fd3782d46d9 -SHA256 (sinfp-20061009.db) = 27f5bd956259cd2635ba05d708a14d9ec64382d1594f804ace119c5c6db04779 -SIZE (sinfp-20061009.db) = 33792 +MD5 (Net-SinFP-2.03.tar.gz) = 5f852f2c072cbfa3ec6f401dec619fa3 +SHA256 (Net-SinFP-2.03.tar.gz) = 4ce7ceccf8b040a2ff0292630426723a329cb9ae78c32b3e22be7812a624b98f +SIZE (Net-SinFP-2.03.tar.gz) = 26233 diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 3ceb1fddf6e3..bae25b77cadf 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -6,7 +6,6 @@ # PORTNAME= sinfp -PORTVERSION= 2.02.1 BUILD_DEPENDS= p5-Net-SinFP>=2.02:${PORTSDIR}/security/p5-Net-SinFP RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -16,7 +15,7 @@ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.db PLIST_DIRS= %%DATADIR%% NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP -DBDATE= 20061009 +#DBDATE= post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |