svn commit: r413905 - head/devel/ruby-rbison
Steve Wills
swills at FreeBSD.org
Sat Apr 23 19:10:22 UTC 2016
Author: swills
Date: Sat Apr 23 19:10:21 2016
New Revision: 413905
URL: https://svnweb.freebsd.org/changeset/ports/413905
Log:
devel/ruby-rbison: convert to USES=shebangfix, mark broken
Modified:
head/devel/ruby-rbison/Makefile
Modified: head/devel/ruby-rbison/Makefile
==============================================================================
--- head/devel/ruby-rbison/Makefile Sat Apr 23 19:05:41 2016 (r413904)
+++ head/devel/ruby-rbison/Makefile Sat Apr 23 19:10:21 2016 (r413905)
@@ -3,7 +3,7 @@
PORTNAME= rbison
PORTVERSION= 0.0.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel ruby
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -12,10 +12,10 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby at FreeBSD.org
COMMENT= Generates a Ruby parser class from a Bison-like specification file
-USES= bison
+USES= bison shebangfix
USE_RUBY= yes
-RUBY_SHEBANG_FILES= ${WRKSRC}/rbison
+SHEBANG_FILES= rbison
DOCS= ChangeLog README
EXAMPLES= CalcFileLexer.rb CalcStringLexer.rb \
@@ -23,6 +23,9 @@ EXAMPLES= CalcFileLexer.rb CalcStringLex
NO_BUILD= yes
+BROKEN_RUBY22= Builds but does not run
+BROKEN_RUBY23= Builds but does not run
+
OPTIONS_DEFINE= DOCS
do-install:
More information about the svn-ports-head
mailing list