diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-19 15:23:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-19 15:23:55 +0800 |
commit | c534a39f82bde4877f0991b79fb3c51399ebded1 (patch) | |
tree | 506aaf55bc874b4748157d9460151b2f88dc0575 /lang/p5-Scalar-List-Utils | |
parent | fa293cd6fb8c2833ec5b38691a17e19ae2bdf656 (diff) | |
download | freebsd-ports-gnome-c534a39f82bde4877f0991b79fb3c51399ebded1.tar.gz freebsd-ports-gnome-c534a39f82bde4877f0991b79fb3c51399ebded1.tar.zst freebsd-ports-gnome-c534a39f82bde4877f0991b79fb3c51399ebded1.zip |
- Update to 1.35
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
PR: ports/184504
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
Diffstat (limited to 'lang/p5-Scalar-List-Utils')
-rw-r--r-- | lang/p5-Scalar-List-Utils/Makefile | 5 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/distinfo | 4 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/pkg-plist | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile index 1ee9a8fd1edb..e334a5976899 100644 --- a/lang/p5-Scalar-List-Utils/Makefile +++ b/lang/p5-Scalar-List-Utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Scalar-List-Utils -PORTVERSION= 1.32 +PORTVERSION= 1.35 PORTEPOCH= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN @@ -17,7 +17,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= List::Util.3 Scalar::Util.3 List::Util::XS.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/lang/p5-Scalar-List-Utils/distinfo b/lang/p5-Scalar-List-Utils/distinfo index cf343cd8be99..d8d93192e434 100644 --- a/lang/p5-Scalar-List-Utils/distinfo +++ b/lang/p5-Scalar-List-Utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (Scalar-List-Utils-1.32.tar.gz) = 1906496a893b0e642103ebb2438ae2a6f7f728e24abf13d1e84d61e1e2ed4813 -SIZE (Scalar-List-Utils-1.32.tar.gz) = 72905 +SHA256 (Scalar-List-Utils-1.35.tar.gz) = ddc0c6e08993ef92db63c6304d83e0596f37681f03032f1e748ab8784496b750 +SIZE (Scalar-List-Utils-1.35.tar.gz) = 74666 diff --git a/lang/p5-Scalar-List-Utils/pkg-plist b/lang/p5-Scalar-List-Utils/pkg-plist index 730552cfeb8c..af6efa67837f 100644 --- a/lang/p5-Scalar-List-Utils/pkg-plist +++ b/lang/p5-Scalar-List-Utils/pkg-plist @@ -4,6 +4,9 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/List/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/List/Util/XS.pm +%%PERL5_MAN3%%/List::Util.3.gz +%%PERL5_MAN3%%/List::Util::XS.3.gz +%%PERL5_MAN3%%/Scalar::Util.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/List/Util |