Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 13:05:05 +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: r394480 - head/devel/p5-Taint-Util
Message-ID:  <201508171305.t7HD55rV097811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Aug 17 13:05:04 2015
New Revision: 394480
URL: https://svnweb.freebsd.org/changeset/ports/394480

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

Modified:
  head/devel/p5-Taint-Util/Makefile

Modified: head/devel/p5-Taint-Util/Makefile
==============================================================================
--- head/devel/p5-Taint-Util/Makefile	Mon Aug 17 13:05:00 2015	(r394479)
+++ head/devel/p5-Taint-Util/Makefile	Mon Aug 17 13:05:04 2015	(r394480)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Taint-Util
 PORTVERSION=	0.08
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,4 +14,7 @@ COMMENT=	Test for and flip the taint fla
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Taint/Util/Util.so
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171305.t7HD55rV097811>