- Update to 0.17.007
PR: ports/104610 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Approved by: maintainer (timeout)
This commit is contained in:
parent
01565e1845
commit
ec8320edf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176977
2 changed files with 6 additions and 7 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= Error
|
||||
PORTVERSION= 0.17.004
|
||||
PORTVERSION= 0.17.007
|
||||
CATEGORIES= lang perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Error
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-0.17004
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.(00[0-9])$/\1/}
|
||||
|
||||
MAINTAINER= pvh@wfeet.za.net
|
||||
COMMENT= Perl module to provide Error/exception support for perl: Error
|
||||
|
@ -27,8 +27,7 @@ IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
|||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500702
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Error-0.17004.tar.gz) = 4dfca8732331a4f79c6803c3bc6b722f
|
||||
SHA256 (Error-0.17004.tar.gz) = f464f0068772c276b81a7345f6788bdc3a243c13de24563346043d049a5497ba
|
||||
SIZE (Error-0.17004.tar.gz) = 14590
|
||||
MD5 (Error-0.17007.tar.gz) = fd80f6b2d1f5d31529145301031795b4
|
||||
SHA256 (Error-0.17007.tar.gz) = 3cdf35ccc0c7e7ab5808f4efe23123e13bb0e4b3ea4bfee9ad8527253a401f5a
|
||||
SIZE (Error-0.17007.tar.gz) = 16759
|
||||
|
|
Loading…
Reference in a new issue