Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2006 19:16:46 +0900 (JST)
From:      IWATSUKI Hiroyuki <don@na.rim.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97170: [PATCH] devel/ruby18-gettext: Fix shebang in bin/rgettext
Message-ID:  <200605121016.k4CAGkB0076252@lemmy.moonrock.local>
Resent-Message-ID: <200605121020.k4CAKIlj020584@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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