Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2015 19:37:38 +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: r388863 - head/devel/p5-B-Hooks-Parser
Message-ID:  <201506081937.t58Jbcju001929@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  8 19:37:37 2015
New Revision: 388863
URL: https://svnweb.freebsd.org/changeset/ports/388863

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

Modified:
  head/devel/p5-B-Hooks-Parser/Makefile
  head/devel/p5-B-Hooks-Parser/pkg-plist

Modified: head/devel/p5-B-Hooks-Parser/Makefile
==============================================================================
--- head/devel/p5-B-Hooks-Parser/Makefile	Mon Jun  8 19:37:31 2015	(r388862)
+++ head/devel/p5-B-Hooks-Parser/Makefile	Mon Jun  8 19:37:37 2015	(r388863)
@@ -3,6 +3,7 @@
 
 PORTNAME=	B-Hooks-Parser
 PORTVERSION=	0.13
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,4 +20,9 @@ TEST_DEPENDS=	p5-B-Hooks-EndOfScope>=0.0
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/Parser/Parser.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/Parser/Parser.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/B/Hooks/Parser/Parser.so
+
 .include <bsd.port.mk>

Modified: head/devel/p5-B-Hooks-Parser/pkg-plist
==============================================================================
--- head/devel/p5-B-Hooks-Parser/pkg-plist	Mon Jun  8 19:37:31 2015	(r388862)
+++ head/devel/p5-B-Hooks-Parser/pkg-plist	Mon Jun  8 19:37:37 2015	(r388863)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/B::Hooks::Parser.3.gz
 %%SITE_ARCH%%/B/Hooks/Parser.pm
 %%SITE_ARCH%%/B/Hooks/Parser/Install/hook_parser.h
 %%SITE_ARCH%%/auto/B/Hooks/Parser/Parser.so
+%%PERL5_MAN3%%/B::Hooks::Parser.3.gz



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