diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:29:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:29:52 +0800 |
commit | e8562bdf24be3346eaa3c7a9c0260f88f68e6204 (patch) | |
tree | ab4c03d00344b00c3226c204eb8487abe580ebba /lang | |
parent | 521df77027f9e7174bb4ca01be75c01fce747096 (diff) | |
download | freebsd-ports-gnome-e8562bdf24be3346eaa3c7a9c0260f88f68e6204.tar.gz freebsd-ports-gnome-e8562bdf24be3346eaa3c7a9c0260f88f68e6204.tar.zst freebsd-ports-gnome-e8562bdf24be3346eaa3c7a9c0260f88f68e6204.zip |
- Update to 1.45
- Strip shared library
Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
With hat: perl
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Scalar-List-Utils/Makefile | 5 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile index f61d04a05f5a..ab3280ad55ee 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.42 +PORTVERSION= 1.45 PORTEPOCH= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN @@ -17,4 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/Util/Util.so + .include <bsd.port.mk> diff --git a/lang/p5-Scalar-List-Utils/distinfo b/lang/p5-Scalar-List-Utils/distinfo index b219bb0db018..bba01106e4db 100644 --- a/lang/p5-Scalar-List-Utils/distinfo +++ b/lang/p5-Scalar-List-Utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (Scalar-List-Utils-1.42.tar.gz) = 3507f72541f66a2dce850b9b56771e5fccda3d215c52f74946c6e370c0f4a4da -SIZE (Scalar-List-Utils-1.42.tar.gz) = 82574 +SHA256 (Scalar-List-Utils-1.45.tar.gz) = 9e175535913af22d003ce1ef896d98d9bb6fc1d551782a3b512c066da5bd27dd +SIZE (Scalar-List-Utils-1.45.tar.gz) = 86481 |