Date: Tue, 1 Sep 2015 19:34:05 +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: r395792 - branches/2015Q3/textproc/ruby-xmlscan Message-ID: <201509011934.t81JY5qx065605@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 1 19:34:05 2015 New Revision: 395792 URL: https://svnweb.freebsd.org/changeset/ports/395792 Log: MFH: r395791 - Add NO_ARCH - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/textproc/ruby-xmlscan/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/ruby-xmlscan/Makefile ============================================================================== --- branches/2015Q3/textproc/ruby-xmlscan/Makefile Tue Sep 1 19:29:07 2015 (r395791) +++ branches/2015Q3/textproc/ruby-xmlscan/Makefile Tue Sep 1 19:34:05 2015 (r395792) @@ -3,6 +3,7 @@ PORTNAME= xmlscan PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -14,7 +15,11 @@ COMMENT= High-performance non-validating NO_LATEST_LINK= yes USE_RUBY= yes +NO_ARCH= yes NO_BUILD= yes +USES= shebangfix +SHEBANG_FILES= samples/xmlbench.rb \ + samples/xmlconftest.rb DOCS_EN= ChangeLog \ README \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509011934.t81JY5qx065605>