svn commit: r387867 - head/graphics/p5-SWF-Builder
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 29 15:22:34 UTC 2015
Author: amdmi3
Date: Fri May 29 15:22:33 2015
New Revision: 387867
URL: https://svnweb.freebsd.org/changeset/ports/387867
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/graphics/p5-SWF-Builder/Makefile
Modified: head/graphics/p5-SWF-Builder/Makefile
==============================================================================
--- head/graphics/p5-SWF-Builder/Makefile Fri May 29 15:20:55 2015 (r387866)
+++ head/graphics/p5-SWF-Builder/Makefile Fri May 29 15:22:33 2015 (r387867)
@@ -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
More information about the svn-ports-all
mailing list