Date: Sat, 9 Apr 2016 12:29:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412812 - head/lang/p5-Scalar-List-Utils Message-ID: <201604091229.u39CTrAr048379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 9 12:29:52 2016 New Revision: 412812 URL: https://svnweb.freebsd.org/changeset/ports/412812 Log: - Update to 1.45 - Strip shared library Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes With hat: perl Modified: head/lang/p5-Scalar-List-Utils/Makefile head/lang/p5-Scalar-List-Utils/distinfo Modified: head/lang/p5-Scalar-List-Utils/Makefile ============================================================================== --- head/lang/p5-Scalar-List-Utils/Makefile Sat Apr 9 12:29:48 2016 (r412811) +++ head/lang/p5-Scalar-List-Utils/Makefile Sat Apr 9 12:29:52 2016 (r412812) @@ -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> Modified: head/lang/p5-Scalar-List-Utils/distinfo ============================================================================== --- head/lang/p5-Scalar-List-Utils/distinfo Sat Apr 9 12:29:48 2016 (r412811) +++ head/lang/p5-Scalar-List-Utils/distinfo Sat Apr 9 12:29:52 2016 (r412812) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604091229.u39CTrAr048379>