svn commit: r387941 - head/textproc/p5-XML-STX
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 30 12:33:03 UTC 2015
Author: amdmi3
Date: Sat May 30 12:33:02 2015
New Revision: 387941
URL: https://svnweb.freebsd.org/changeset/ports/387941
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/textproc/p5-XML-STX/Makefile
Modified: head/textproc/p5-XML-STX/Makefile
==============================================================================
--- head/textproc/p5-XML-STX/Makefile Sat May 30 12:31:59 2015 (r387940)
+++ head/textproc/p5-XML-STX/Makefile Sat May 30 12:33:02 2015 (r387941)
@@ -3,7 +3,7 @@
PORTNAME= XML-STX
PORTVERSION= 0.43
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,8 +16,10 @@ BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}
p5-XML-NamespaceSupport>=0:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= examples/tester.pl examples/stx-filter.pl
USE_PERL5= configure patch
+NO_ARCH= yes
OPTIONS_DEFINE= DOCS EXAMPLES
More information about the svn-ports-head
mailing list