svn commit: r395792 - branches/2015Q3/textproc/ruby-xmlscan

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 1 19:34:06 UTC 2015


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 \


More information about the svn-ports-all mailing list