Date: Sat, 23 Apr 2016 16:34:42 +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: r413885 - head/audio/ruby-smf Message-ID: <201604231634.u3NGYg3J036608@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Apr 23 16:34:42 2016 New Revision: 413885 URL: https://svnweb.freebsd.org/changeset/ports/413885 Log: audio/ruby-smf: convert to USES=shebangfix Modified: head/audio/ruby-smf/Makefile Modified: head/audio/ruby-smf/Makefile ============================================================================== --- head/audio/ruby-smf/Makefile Sat Apr 23 16:29:35 2016 (r413884) +++ head/audio/ruby-smf/Makefile Sat Apr 23 16:34:42 2016 (r413885) @@ -3,6 +3,7 @@ PORTNAME= smf PORTVERSION= 0.15.15 +PORTREVISION= 1 CATEGORIES= audio ruby MASTER_SITES= http://www.funaba.org/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -14,9 +15,10 @@ COMMENT= Ruby module to handle Standard LICENSE= BSD2CLAUSE USE_RUBY= yes +USES= shebangfix USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -RUBY_SHEBANG_FILES= sample/*.rb +SHEBANG_FILES= sample/*.rb DOCS_EN= MANUAL.en MANUAL.en.html MANUAL.en.rd README.en DOCS_JA= MANUAL MANUAL.html MANUAL.rd README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604231634.u3NGYg3J036608>