ports/97170: [PATCH] devel/ruby18-gettext: Fix shebang in bin/rgettext

IWATSUKI Hiroyuki don at na.rim.or.jp
Fri May 12 10:20:20 UTC 2006


>Number:         97170
>Category:       ports
>Synopsis:       [PATCH] devel/ruby18-gettext: Fix shebang in bin/rgettext
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 12 10:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     IWATSUKI Hiroyuki
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Natsume Co., Ltd.
>Environment:
System: FreeBSD lemmy.moonrock.local 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Sun Mar 26 16:39:12 JST 2006
>Description:
- Fix shebang in bin/rgettext.

Generated with FreeBSD Port Tools 0.76
>How-To-Repeat:
>Fix:

--- ruby18-gettext-0.8.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ruby-gettext/Makefile,v
retrieving revision 1.26
diff -u -p -u -r1.26 Makefile
--- Makefile	8 Apr 2006 01:23:29 -0000	1.26
+++ Makefile	12 May 2006 09:19:26 -0000
@@ -26,7 +26,7 @@ USE_RUBY=	yes
 USE_RUBY_FEATURES=	racc-runtime
 USE_RUBY_SETUP=	yes
 
-RUBY_SHEBANG_FILES=	${WRKSRC}/samples/*.rb
+RUBY_SHEBANG_FILES=	bin/rgettext ${WRKSRC}/samples/*.rb
 
 DOCS_EN=	ChangeLog README
 DOCS_JA=	README.ja
--- ruby18-gettext-0.8.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list