Date: Tue, 16 Jun 2015 01:02:14 +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: r389801 - branches/2015Q2/graphics/p5-SWF-Builder Message-ID: <201506160102.t5G12EOH098567@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 16 01:02:14 2015 New Revision: 389801 URL: https://svnweb.freebsd.org/changeset/ports/389801 Log: MFH: r387867 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/graphics/p5-SWF-Builder/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/p5-SWF-Builder/Makefile ============================================================================== --- branches/2015Q2/graphics/p5-SWF-Builder/Makefile Tue Jun 16 01:01:14 2015 (r389800) +++ branches/2015Q2/graphics/p5-SWF-Builder/Makefile Tue Jun 16 01:02:14 2015 (r389801) @@ -3,7 +3,7 @@ PORTNAME= SWF-Builder PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +16,10 @@ BUILD_DEPENDS= p5-SWF-File>=0:${PORTSDIR p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 dos2unix +USES= dos2unix perl5 shebangfix +SHEBANG_FILES= lib/SWF/Builder/ActionScript/Compiler.pm USE_PERL5= configure +NO_ARCH= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160102.t5G12EOH098567>