diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-07-12 10:21:01 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-07-12 10:21:01 +0000 |
commit | 0ed34eaff9403ef9ce719fbd175d0baaa006ee59 (patch) | |
tree | 86e0e2c3a1b7737398c4b9a391d1ccdb95150d67 /archivers | |
parent | 55737918899d216d6a56322fa18c594aca8711f9 (diff) | |
download | ports-0ed34eaff9403ef9ce719fbd175d0baaa006ee59.tar.gz ports-0ed34eaff9403ef9ce719fbd175d0baaa006ee59.zip |
Notes
Diffstat (limited to 'archivers')
-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 |