1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 2.0.4

PR:		140667
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
This commit is contained in:
Martin Wilke 2009-11-20 06:06:23 +00:00
parent c2128581ae
commit 9ff6fbb7b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244499
2 changed files with 16 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= CPAN-Checksums
PORTVERSION= 2.03
PORTVERSION= 2.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -19,6 +19,17 @@ RUN_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare
PERL_CONFIGURE= YES
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
.endif
MAN3= CPAN::Checksums.3
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (CPAN-Checksums-2.03.tar.gz) = ab745caa41d3e9292b30b55728c37c10
SHA256 (CPAN-Checksums-2.03.tar.gz) = a543b4c81a3d2b7aae46cefcdc51556f154c875b755079cab3b7c9170147a4ff
SIZE (CPAN-Checksums-2.03.tar.gz) = 10796
MD5 (CPAN-Checksums-2.04.tar.gz) = 6a4e817f4891eaf6cfdae63103acd0ea
SHA256 (CPAN-Checksums-2.04.tar.gz) = 24ca3840d7c383f6897914a85725574bda47e80629d3e40123dc08ecc0fa37ac
SIZE (CPAN-Checksums-2.04.tar.gz) = 16248