svn commit: r374623 - head/devel/p5-Function-Parameters

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 13 04:00:18 UTC 2014


Author: sunpoet
Date: Sat Dec 13 04:00:16 2014
New Revision: 374623
URL: https://svnweb.freebsd.org/changeset/ports/374623
QAT: https://qat.redports.org/buildarchive/r374623/

Log:
  - Update to 1.0603
  - Add PORTSCOUT
  - Strip shared library
  
  Changes:	http://search.cpan.org/dist/Function-Parameters/Changes

Modified:
  head/devel/p5-Function-Parameters/Makefile
  head/devel/p5-Function-Parameters/distinfo

Modified: head/devel/p5-Function-Parameters/Makefile
==============================================================================
--- head/devel/p5-Function-Parameters/Makefile	Sat Dec 13 04:00:10 2014	(r374622)
+++ head/devel/p5-Function-Parameters/Makefile	Sat Dec 13 04:00:16 2014	(r374623)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Function-Parameters
-PORTVERSION=	1.0401
+PORTVERSION=	1.0603
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MAUKE
@@ -22,7 +22,14 @@ TEST_DEPENDS=	p5-Dir-Self>=0:${PORTSDIR}
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
 		p5-aliased>=0:${PORTSDIR}/devel/p5-aliased
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so
+
 .include <bsd.port.mk>

Modified: head/devel/p5-Function-Parameters/distinfo
==============================================================================
--- head/devel/p5-Function-Parameters/distinfo	Sat Dec 13 04:00:10 2014	(r374622)
+++ head/devel/p5-Function-Parameters/distinfo	Sat Dec 13 04:00:16 2014	(r374623)
@@ -1,2 +1,2 @@
-SHA256 (Function-Parameters-1.0401.tar.gz) = da3f6eb268a59f36409135d5fd8c6453883506759b2f910447ac1e5344ff9612
-SIZE (Function-Parameters-1.0401.tar.gz) = 69020
+SHA256 (Function-Parameters-1.0603.tar.gz) = 3e980c10bf72b6fb6fd30843670413a06809871b93521802767137223e245411
+SIZE (Function-Parameters-1.0603.tar.gz) = 77855


More information about the svn-ports-head mailing list