svn commit: r388063 - head/databases/p5-DBIx-XML_RDB
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:12:10 UTC 2015
Author: amdmi3
Date: Sun May 31 13:12:09 2015
New Revision: 388063
URL: https://svnweb.freebsd.org/changeset/ports/388063
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/databases/p5-DBIx-XML_RDB/Makefile
Modified: head/databases/p5-DBIx-XML_RDB/Makefile
==============================================================================
--- head/databases/p5-DBIx-XML_RDB/Makefile Sun May 31 13:10:53 2015 (r388062)
+++ head/databases/p5-DBIx-XML_RDB/Makefile Sun May 31 13:12:09 2015 (r388063)
@@ -3,7 +3,7 @@
PORTNAME= DBIx-XML_RDB
PORTVERSION= 0.05
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +15,9 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/dat
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= sql2xml.pl xml2sql.pl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list