diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-06 02:00:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-06 02:00:35 +0800 |
commit | 3ce2f5e715d1d5d9f7c26f5962a1d3c8c62ecac7 (patch) | |
tree | 55d75ef5a016a7d1d5cdbfe1647b78e64e974cf7 /devel | |
parent | b3cfba646ae9fb77b85671e00cc29ea837ffe285 (diff) | |
download | freebsd-ports-gnome-3ce2f5e715d1d5d9f7c26f5962a1d3c8c62ecac7.tar.gz freebsd-ports-gnome-3ce2f5e715d1d5d9f7c26f5962a1d3c8c62ecac7.tar.zst freebsd-ports-gnome-3ce2f5e715d1d5d9f7c26f5962a1d3c8c62ecac7.zip |
- Update to 0.12
Changes: http://search.cpan.org/dist/List-AllUtils/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-List-AllUtils/distinfo | 5 |
2 files changed, 8 insertions, 12 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index 10f60c249eb0..cb1ecbe38311 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= List-AllUtils -PORTVERSION= 0.10 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,18 +12,13 @@ COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-List-SomeUtils>=0.50:devel/p5-List-SomeUtils +BUILD_DEPENDS= p5-List-SomeUtils>=0.50:devel/p5-List-SomeUtils \ + p5-List-UtilsBy>=0.10:devel/p5-List-UtilsBy \ + p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-List-AllUtils/distinfo b/devel/p5-List-AllUtils/distinfo index 27c9181630f8..0dde0bc4569e 100644 --- a/devel/p5-List-AllUtils/distinfo +++ b/devel/p5-List-AllUtils/distinfo @@ -1,2 +1,3 @@ -SHA256 (List-AllUtils-0.10.tar.gz) = 5c33d562782bd488d2852fe9a8404ac9c765b8d3aa9014c46c55bb15eadf93e1 -SIZE (List-AllUtils-0.10.tar.gz) = 37758 +TIMESTAMP = 1478108968 +SHA256 (List-AllUtils-0.12.tar.gz) = 0b5352317652c22b53bee64e1984efd9f21edfad321b0e5a98cdec5ec87bbcae +SIZE (List-AllUtils-0.12.tar.gz) = 44285 |