- Update to 2.012
PR: ports/125731 Submitted by: leeym@
This commit is contained in:
parent
a7142a3d3e
commit
7e14dc02cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217200
2 changed files with 11 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= IO-Compress-Base
|
||||
PORTVERSION= 2.011
|
||||
PORTVERSION= 2.012
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -19,4 +19,10 @@ PERL_CONFIGURE= YES
|
|||
MAN3= IO::Uncompress::AnyUncompress.3 IO::Uncompress::Base.3 \
|
||||
File::GlobMapper.3 IO::Compress::Base.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (IO-Compress-Base-2.011.tar.gz) = 500ae8c85d7fc9352418364718cb9436
|
||||
SHA256 (IO-Compress-Base-2.011.tar.gz) = d5f35e2efbc38ee1dfa5831ed68e050665d6bced27f5dd6c1ba5649416509608
|
||||
SIZE (IO-Compress-Base-2.011.tar.gz) = 94578
|
||||
MD5 (IO-Compress-Base-2.012.tar.gz) = 7bfb434447df841a7d733b131f7219d5
|
||||
SHA256 (IO-Compress-Base-2.012.tar.gz) = 2d4745484e2e46b956cc7b6cc87eb925aa20d7f659af720318e54983723ada23
|
||||
SIZE (IO-Compress-Base-2.012.tar.gz) = 95022
|
||||
|
|
Loading…
Reference in a new issue