diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-28 14:20:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-28 14:20:02 +0800 |
commit | 320e6937e09fd98652a784f7b250af022724a81f (patch) | |
tree | 4eec27bbdb86a33240dcaf86b915cbb6e50857c9 /archivers | |
parent | 67a0f099f962f97898b10e8a208b61f2520bd3fa (diff) | |
download | freebsd-ports-gnome-320e6937e09fd98652a784f7b250af022724a81f.tar.gz freebsd-ports-gnome-320e6937e09fd98652a784f7b250af022724a81f.tar.zst freebsd-ports-gnome-320e6937e09fd98652a784f7b250af022724a81f.zip |
- Update to 2.069
Changes: http://search.cpan.org/dist/IO-Compress/Changes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-IO-Compress/Makefile | 6 | ||||
-rw-r--r-- | archivers/p5-IO-Compress/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/p5-IO-Compress/Makefile b/archivers/p5-IO-Compress/Makefile index 79efb969256f..26c5ea3618cf 100644 --- a/archivers/p5-IO-Compress/Makefile +++ b/archivers/p5-IO-Compress/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress -PORTVERSION= 2.068 +PORTVERSION= 2.069 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +13,8 @@ COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.068:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ - p5-Compress-Raw-Zlib>=2.068:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib +BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=${PORTVERSION}:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ + p5-Compress-Raw-Zlib>=${PORTVERSION}:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod diff --git a/archivers/p5-IO-Compress/distinfo b/archivers/p5-IO-Compress/distinfo index 703cff51189c..17bc11522536 100644 --- a/archivers/p5-IO-Compress/distinfo +++ b/archivers/p5-IO-Compress/distinfo @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-2.068.tar.gz) = fa058d9c0c7fce95ca1387a95d7ad646c097fe68f26ae9fe742dc973e555c037 -SIZE (IO-Compress-2.068.tar.gz) = 243169 +SHA256 (IO-Compress-2.069.tar.gz) = e9d36d93e12874536ecbf6c1db80aae34236645798b3501b479c78e09da3f28c +SIZE (IO-Compress-2.069.tar.gz) = 243560 |