svn commit: r389724 - head/archivers/p5-Compress-Raw-Bzip2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 15 14:43:54 UTC 2015


Author: sunpoet
Date: Mon Jun 15 14:43:53 2015
New Revision: 389724
URL: https://svnweb.freebsd.org/changeset/ports/389724

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

Modified:
  head/archivers/p5-Compress-Raw-Bzip2/Makefile

Modified: head/archivers/p5-Compress-Raw-Bzip2/Makefile
==============================================================================
--- head/archivers/p5-Compress-Raw-Bzip2/Makefile	Mon Jun 15 14:43:49 2015	(r389723)
+++ head/archivers/p5-Compress-Raw-Bzip2/Makefile	Mon Jun 15 14:43:53 2015	(r389724)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Compress-Raw-Bzip2
 PORTVERSION=	2.068
+PORTREVISION=	1
 CATEGORIES=	archivers perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PMQS
@@ -19,4 +20,9 @@ TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list