svn commit: r395791 - head/textproc/ruby-xmlscan

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 1 19:29:08 UTC 2015


Author: amdmi3
Date: Tue Sep  1 19:29:07 2015
New Revision: 395791
URL: https://svnweb.freebsd.org/changeset/ports/395791

Log:
  - Add NO_ARCH
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/textproc/ruby-xmlscan/Makefile

Modified: head/textproc/ruby-xmlscan/Makefile
==============================================================================
--- head/textproc/ruby-xmlscan/Makefile	Tue Sep  1 19:02:35 2015	(r395790)
+++ head/textproc/ruby-xmlscan/Makefile	Tue Sep  1 19:29:07 2015	(r395791)
@@ -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}
@@ -13,7 +14,11 @@ COMMENT=	High-performance non-validating
 
 USE_RUBY=	yes
 
+NO_ARCH=	yes
 NO_BUILD=	yes
+USES=		shebangfix
+SHEBANG_FILES=	samples/xmlbench.rb \
+		samples/xmlconftest.rb
 
 DOCS_EN=	ChangeLog \
 		README \


More information about the svn-ports-all mailing list