svn commit: r413893 - head/textproc/ruby-rttool

Steve Wills swills at FreeBSD.org
Sat Apr 23 17:10:32 UTC 2016


Author: swills
Date: Sat Apr 23 17:10:31 2016
New Revision: 413893
URL: https://svnweb.freebsd.org/changeset/ports/413893

Log:
  textproc/ruby-rttool: convert to USES=shebangfix

Modified:
  head/textproc/ruby-rttool/Makefile

Modified: head/textproc/ruby-rttool/Makefile
==============================================================================
--- head/textproc/ruby-rttool/Makefile	Sat Apr 23 17:03:00 2016	(r413892)
+++ head/textproc/ruby-rttool/Makefile	Sat Apr 23 17:10:31 2016	(r413893)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rttool
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	textproc ruby
 MASTER_SITES=	http://www.rubyist.net/~rubikitch/archive/ \
 		LOCAL/tota/ruby-rttool
@@ -15,10 +16,11 @@ COMMENT=	RT into HTML and plain text con
 LICENSE=	RUBY
 
 USE_RUBY=	yes
+USES=		shebangfix
 USE_RUBY_SETUP=	yes
 USE_RUBY_RDTOOL=	yes
 
-RUBY_SHEBANG_FILES=	bin/rt/* lib/rt/*
+SHEBANG_FILES=	bin/rt/* lib/rt/*
 RUBY_MODNAME=	rt
 
 DOCS_EN=	rttool.en.html rttool.en.rd


More information about the svn-ports-all mailing list