svn commit: r430955 - head/devel/p5-IO-Tty

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 9 14:41:26 UTC 2017


Author: sunpoet
Date: Mon Jan  9 14:41:24 2017
New Revision: 430955
URL: https://svnweb.freebsd.org/changeset/ports/430955

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-IO-Tty/Makefile

Modified: head/devel/p5-IO-Tty/Makefile
==============================================================================
--- head/devel/p5-IO-Tty/Makefile	Mon Jan  9 14:37:59 2017	(r430954)
+++ head/devel/p5-IO-Tty/Makefile	Mon Jan  9 14:41:24 2017	(r430955)
@@ -3,7 +3,7 @@
 
 PORTNAME=	IO-Tty
 PORTVERSION=	1.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,4 +17,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IO/Tty/Tty.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list