diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 00:20:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 00:20:25 +0800 |
commit | b23d7b4c6420874ad90bab6cdefc6de3e8b812c5 (patch) | |
tree | 2d7c084e0c37aaac7f78f819dd6e80c940d2aeab /archivers | |
parent | 5cffd423e7dd002c4c04bbf5ab1ca9b36512b52f (diff) | |
download | freebsd-ports-gnome-b23d7b4c6420874ad90bab6cdefc6de3e8b812c5.tar.gz freebsd-ports-gnome-b23d7b4c6420874ad90bab6cdefc6de3e8b812c5.tar.zst freebsd-ports-gnome-b23d7b4c6420874ad90bab6cdefc6de3e8b812c5.zip |
- Update to 2.060
Changes: http://search.cpan.org/dist/IO-Compress/Changes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-IO-Compress/Makefile | 9 | ||||
-rw-r--r-- | archivers/p5-IO-Compress/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/archivers/p5-IO-Compress/Makefile b/archivers/p5-IO-Compress/Makefile index 716ae08314bc..ddf30f39336e 100644 --- a/archivers/p5-IO-Compress/Makefile +++ b/archivers/p5-IO-Compress/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress -PORTVERSION= 2.059 +PORTVERSION= 2.060 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -14,10 +14,9 @@ COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ - p5-Compress-Raw-Zlib>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib -RUN_DEPENDS= p5-Compress-Raw-Bzip2>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ - p5-Compress-Raw-Zlib>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib +BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2.060:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ + p5-Compress-Raw-Zlib>=2.060:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod CONFLICTS= p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2* diff --git a/archivers/p5-IO-Compress/distinfo b/archivers/p5-IO-Compress/distinfo index e5372cb62d08..0fad04906db6 100644 --- a/archivers/p5-IO-Compress/distinfo +++ b/archivers/p5-IO-Compress/distinfo @@ -1,2 +1,2 @@ -SHA256 (IO-Compress-2.059.tar.gz) = 4332ad4516fbfc399be5f66bbbb34e166a209e326158d11acc4dc5904d3644a2 -SIZE (IO-Compress-2.059.tar.gz) = 239889 +SHA256 (IO-Compress-2.060.tar.gz) = 48cc52fbcfc7ae618cd7065a447ee4b4bdf6e1479ac3201fe3e983f77bc2ea0f +SIZE (IO-Compress-2.060.tar.gz) = 242986 |