svn commit: r394473 - head/devel/p5-Hash-NoRef

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 17 13:04:32 UTC 2015


Author: sunpoet
Date: Mon Aug 17 13:04:31 2015
New Revision: 394473
URL: https://svnweb.freebsd.org/changeset/ports/394473

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Hash-NoRef/Makefile

Modified: head/devel/p5-Hash-NoRef/Makefile
==============================================================================
--- head/devel/p5-Hash-NoRef/Makefile	Mon Aug 17 13:04:26 2015	(r394472)
+++ head/devel/p5-Hash-NoRef/Makefile	Mon Aug 17 13:04:31 2015	(r394473)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Hash-NoRef
 PORTVERSION=	0.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,4 +14,7 @@ COMMENT=	HASH that store values without 
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hash/NoRef/NoRef.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list