svn commit: r394482 - head/devel/p5-Thrift-XS

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


Author: sunpoet
Date: Mon Aug 17 13:05:14 2015
New Revision: 394482
URL: https://svnweb.freebsd.org/changeset/ports/394482

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

Modified:
  head/devel/p5-Thrift-XS/Makefile

Modified: head/devel/p5-Thrift-XS/Makefile
==============================================================================
--- head/devel/p5-Thrift-XS/Makefile	Mon Aug 17 13:05:09 2015	(r394481)
+++ head/devel/p5-Thrift-XS/Makefile	Mon Aug 17 13:05:14 2015	(r394482)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Thrift-XS
 PORTVERSION=	1.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:AGRUNDMA
@@ -25,4 +25,7 @@ TEST_DEPENDS=	p5-Proc-ProcessTable>=0:${
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Thrift/XS/XS.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list