svn commit: r389786 - branches/2015Q2/textproc/p5-SVG
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 16 00:46:12 UTC 2015
Author: amdmi3
Date: Tue Jun 16 00:46:11 2015
New Revision: 389786
URL: https://svnweb.freebsd.org/changeset/ports/389786
Log:
MFH: r387756
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/textproc/p5-SVG/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/textproc/p5-SVG/Makefile
==============================================================================
--- branches/2015Q2/textproc/p5-SVG/Makefile Tue Jun 16 00:44:46 2015 (r389785)
+++ branches/2015Q2/textproc/p5-SVG/Makefile Tue Jun 16 00:46:11 2015 (r389786)
@@ -3,6 +3,7 @@
PORTNAME= SVG
PORTVERSION= 2.63
+PORTREVISION= 1
CATEGORIES= textproc graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,8 +16,10 @@ LICENSE_COMB= dual
OPTIONS_DEFINE= EXAMPLES
-USES= perl5 dos2unix
+USES= dos2unix perl5 shebangfix
+SHEBANG_FILES= examples/*.pl examples/*.cgi examples/*.psgi
USE_PERL5= configure
+NO_ARCH= yes
PORTEXAMPLES= *
More information about the svn-ports-all
mailing list