- Update to 2.08
- Avoid use of SITE_PERL PR: ports/167296 Approved by: Cezary Morga <cm@therek.net> (maintainer)
This commit is contained in:
parent
b593c7b4d7
commit
a6703cfc3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295662
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= CPAN-Checksums
|
||||
PORTVERSION= 2.07
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,9 +14,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= cm@therek.net
|
||||
COMMENT= Perl module to write a CHECKSUMS file for a directory as on CPAN
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \
|
||||
BUILD_DEPENDS= p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \
|
||||
p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature
|
||||
RUN_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \
|
||||
RUN_DEPENDS= p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \
|
||||
p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature
|
||||
TEST_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2
|
||||
|
||||
@ -26,10 +25,10 @@ PERL_CONFIGURE= YES
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-IO-Compress \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-IO-Compress \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
|
||||
BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
|
||||
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
||||
RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
|
||||
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
||||
.endif
|
||||
|
||||
MAN3= CPAN::Checksums.3
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (CPAN-Checksums-2.07.tar.gz) = ed4836933ce9b928bfc1cd715ec97ab809cf07097d6de3eb51edc110a94a30da
|
||||
SIZE (CPAN-Checksums-2.07.tar.gz) = 13101
|
||||
SHA256 (CPAN-Checksums-2.08.tar.gz) = b5eae5689056ac48f6c4ea068bc52dfc32c806dae421ddde54ef73dc0cb8215e
|
||||
SIZE (CPAN-Checksums-2.08.tar.gz) = 12699
|
||||
|
Loading…
Reference in New Issue
Block a user