Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2005 12:03:08 +0900 (JST)
From:      Takahiro MORISHITA <freebsd@next-generation.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88382: [maintainer-update] update japanese/ruby-rdic
Message-ID:  <20051102.120308.193679211.takahiro@falcon.next-generation.org>
Resent-Message-ID: <200511020310.jA23A9qN014266@freefall.freebsd.org>

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

>Number:         88382
>Category:       ports
>Synopsis:       [maintainer-update] update japanese/ruby-rdic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 02 03:10:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Takahiro MORISHITA <freebsd@next-generation.org>
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD dinasour 6.0-RC1 FreeBSD 6.0-RC1 #0: Tue Oct 25 13:52:23 JST 2005 takahiro@dinasour:/usr/obj/usr/src/sys/dinasour i386
>Description:
- Update to 0.1.8.
- Respect X11BASE. [1]

Noticed by: kris [1]

>How-To-Repeat:
>Fix:
diff -ruN japanese/ruby-rdic.orig/Makefile japanese/ruby-rdic/Makefile
--- japanese/ruby-rdic.orig/Makefile	Thu Oct 14 00:37:13 2004
+++ japanese/ruby-rdic/Makefile	Tue Oct 25 17:00:13 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rdic
-PORTVERSION=	0.1.6
+PORTVERSION=	0.1.8
 CATEGORIES=	japanese ruby
 MASTER_SITES=	http://www.yasgursfarm.us/download/
 DIST_SUBDIR=	ruby
@@ -28,6 +28,7 @@
 		xselection.rd.jp
 
 USE_XLIB=	yes
+USE_REINPLACE=	yes
 
 INSTALL_TARGET=	site-install
 
@@ -51,6 +52,9 @@
 .include <bsd.port.pre.mk>
 
 PKGNAMEPREFIX:=	${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX}
+
+post-patch:
+	${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/extconf.rb
 
 post-install: rb-install doc-install
 
diff -ruN japanese/ruby-rdic.orig/distinfo japanese/ruby-rdic/distinfo
--- japanese/ruby-rdic.orig/distinfo	Thu Oct 14 00:37:13 2004
+++ japanese/ruby-rdic/distinfo	Tue Oct 25 16:48:08 2005
@@ -1,2 +1,2 @@
-MD5 (ruby/rdic-0.1.6.tar.gz) = c30c42418b9051ed5e4e6e9465d57397
-SIZE (ruby/rdic-0.1.6.tar.gz) = 51001
+MD5 (ruby/rdic-0.1.8.tar.gz) = 38417f9ab7de04d194dbcf33f0a5f285
+SIZE (ruby/rdic-0.1.8.tar.gz) = 51702


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



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