diff options
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 5 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 71aca5eda527..a88f2baf6bcf 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Archive-Zip -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl module to create, manipulate, read, and write Zip archive files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo index 2d929c154f23..dfa243081e8b 100644 --- a/archivers/p5-Archive-Zip/distinfo +++ b/archivers/p5-Archive-Zip/distinfo @@ -1,2 +1,2 @@ -MD5 (Archive-Zip-1.10.tar.gz) = d71c19626d75bc0f87710d23734a3776 -SIZE (Archive-Zip-1.10.tar.gz) = 109238 +MD5 (Archive-Zip-1.12.tar.gz) = e8789249d24f283639766295f6eace17 +SIZE (Archive-Zip-1.12.tar.gz) = 110087 |