diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-14 22:14:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-14 22:14:31 +0800 |
commit | e541c221b82a78b07ef16bed4bf5c776914b9cfb (patch) | |
tree | d631b6be2cf3a5e5f5019e4489e9ee17b93e189b /security | |
parent | d34351941e35309d93baf9a4b71134312c727d0d (diff) | |
download | freebsd-ports-gnome-e541c221b82a78b07ef16bed4bf5c776914b9cfb.tar.gz freebsd-ports-gnome-e541c221b82a78b07ef16bed4bf5c776914b9cfb.tar.zst freebsd-ports-gnome-e541c221b82a78b07ef16bed4bf5c776914b9cfb.zip |
- Update to 5.70
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Digest-SHA/Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 7a9e40dad752..b3e2a351d12b 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-SHA -PORTVERSION= 5.63 +PORTVERSION= 5.70 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSHELOR @@ -15,9 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for SHA-1/224/256/384/512 +TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage + PERL_CONFIGURE= yes -MAN3= Digest::SHA.3 +MAN3= Digest::SHA.3 .include <bsd.port.pre.mk> @@ -30,7 +33,7 @@ MAN1= shasum.1 post-patch: .if ${PERL_LEVEL} >= 501000 - @${REINPLACE_CMD} -e 's/5.010/5.666/; /EXE_FILES/d' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL .endif .include <bsd.port.post.mk> diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo index cedee69b0a23..75bff3a8ee3e 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,2 +1,2 @@ -SHA256 (Digest-SHA-5.63.tar.gz) = c20d8a150a61c61ad3e5031ed5daedd4f43fdc927e69dd9eb56c8a7f39fe9e5a -SIZE (Digest-SHA-5.63.tar.gz) = 41704 +SHA256 (Digest-SHA-5.70.tar.gz) = c6e54f43509917b9607921ac086ce9914adf6267ea41903f798a8e820e0df512 +SIZE (Digest-SHA-5.70.tar.gz) = 42104 |