Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 19:10:21 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413905 - head/devel/ruby-rbison
Message-ID:  <201604231910.u3NJALIf083836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604231910.u3NJALIf083836>