diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-04 21:15:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-04 21:15:28 +0800 |
commit | 94c95223454cad95c7c0f871503ca40354117e9a (patch) | |
tree | fe1b6b33e7168da47777e45640cfd6b61aee83f6 /archivers/p5-IO-Compress-Lzop/Makefile | |
parent | b78459f9f31c58f8c4fa2b0ca89b72163db881f9 (diff) | |
download | freebsd-ports-gnome-94c95223454cad95c7c0f871503ca40354117e9a.tar.gz freebsd-ports-gnome-94c95223454cad95c7c0f871503ca40354117e9a.tar.zst freebsd-ports-gnome-94c95223454cad95c7c0f871503ca40354117e9a.zip |
- Update to 2.064
Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
Diffstat (limited to 'archivers/p5-IO-Compress-Lzop/Makefile')
-rw-r--r-- | archivers/p5-IO-Compress-Lzop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-IO-Compress-Lzop/Makefile b/archivers/p5-IO-Compress-Lzop/Makefile index 2eec1d275e55..3df64fbf1c52 100644 --- a/archivers/p5-IO-Compress-Lzop/Makefile +++ b/archivers/p5-IO-Compress-Lzop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Compress-Lzop -PORTVERSION= 2.063 +PORTVERSION= 2.064 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Compress-LZO>=0:${PORTSDIR}/archivers/p5-Compress-LZO \ - p5-IO-Compress>=2.063:${PORTSDIR}/archivers/p5-IO-Compress + p5-IO-Compress>=2.064:${PORTSDIR}/archivers/p5-IO-Compress RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod |