Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 14:43:54 +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: r389724 - head/archivers/p5-Compress-Raw-Bzip2
Message-ID:  <201506151443.t5FEhsEM083092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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