Date: Tue, 16 Jun 2015 01:01:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389800 - branches/2015Q2/devel/p5-Locale-libintl Message-ID: <201506160101.t5G11FHN097643@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 16 01:01:14 2015 New Revision: 389800 URL: https://svnweb.freebsd.org/changeset/ports/389800 Log: MFH: r387865 - Fix shebangs - Strip library Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/devel/p5-Locale-libintl/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-Locale-libintl/Makefile ============================================================================== --- branches/2015Q2/devel/p5-Locale-libintl/Makefile Tue Jun 16 01:00:19 2015 (r389799) +++ branches/2015Q2/devel/p5-Locale-libintl/Makefile Tue Jun 16 01:01:14 2015 (r389800) @@ -4,6 +4,7 @@ PORTNAME= Locale-libintl PORTVERSION= 1.23 PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,20 @@ COMMENT= Internationalization library fo LICENSE= LGPL21 -USES= gettext perl5 +USES= gettext perl5 shebangfix +SHEBANG_FILES= lib/Locale/Messages.pm \ + lib/Locale/TextDomain.pm \ + lib/Locale/gettext_dumb.pm \ + lib/Locale/gettext_pp.pm \ + lib/Locale/gettext_xs.pod +SHEBANG_LANG= false +false_OLD_CMD= /bin/false +false_CMD= /usr/bin/false USE_PERL5= configure +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160101.t5G11FHN097643>