svn commit: r412812 - head/lang/p5-Scalar-List-Utils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 9 12:29:54 UTC 2016


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


More information about the svn-ports-all mailing list