Date: Mon, 17 Aug 2015 12:02:36 +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: r394452 - branches/2015Q3/devel/rubygem-rubyinline Message-ID: <201508171202.t7HC2aHC066996@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 17 12:02:36 2015 New Revision: 394452 URL: https://svnweb.freebsd.org/changeset/ports/394452 Log: MFH: r394446 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-rubyinline/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-rubyinline/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-rubyinline/Makefile Mon Aug 17 11:03:12 2015 (r394451) +++ branches/2015Q3/devel/rubygem-rubyinline/Makefile Mon Aug 17 12:02:36 2015 (r394452) @@ -3,6 +3,7 @@ PORTNAME= rubyinline PORTVERSION= 3.12.4 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG DISTNAME= RubyInline-${PORTVERSION} @@ -19,5 +20,8 @@ GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= tutorial/example1.rb \ + tutorial/example2.rb .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171202.t7HC2aHC066996>