diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-09 12:29:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-09 12:29:52 +0000 |
commit | a18e7c9cdfb3e47da9446dcbca9837e2eec25040 (patch) | |
tree | ab4c03d00344b00c3226c204eb8487abe580ebba /lang/p5-Scalar-List-Utils | |
parent | cec07e2081601ea298ad46ff490e7e04f681da4a (diff) | |
download | ports-a18e7c9cdfb3e47da9446dcbca9837e2eec25040.tar.gz ports-a18e7c9cdfb3e47da9446dcbca9837e2eec25040.zip |
Notes
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 |
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 |