mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 1.07
PR: 115663 Submitted by: leeym Approved by: maintainer timeout
This commit is contained in:
parent
f579acd0e6
commit
16061888c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199440
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= IO-Zlib
|
||||
PORTVERSION= 1.05
|
||||
PORTVERSION= 1.07
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOMHUGHES
|
||||
@ -15,10 +15,16 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= IO:: style interface to Compress::Zlib
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= IO::Zlib.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500702
|
||||
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 (IO-Zlib-1.05.tar.gz) = 06ca28954fc92cbee67c807cc6d7f599
|
||||
SHA256 (IO-Zlib-1.05.tar.gz) = dc30c7a913e805bbc63f9509aab27f9712f4f587d0225c713c3f44986d39a1be
|
||||
SIZE (IO-Zlib-1.05.tar.gz) = 9979
|
||||
MD5 (IO-Zlib-1.07.tar.gz) = 06aa91c973aac0985e439ab8660e687f
|
||||
SHA256 (IO-Zlib-1.07.tar.gz) = d232c337e3af50c4074b54573751915e401b447e2781de0b310093675983957c
|
||||
SIZE (IO-Zlib-1.07.tar.gz) = 9820
|
||||
|
Loading…
Reference in New Issue
Block a user