From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 7 09:50:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF84916A4CE for ; Wed, 7 Jul 2004 09:50:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4EE43D48 for ; Wed, 7 Jul 2004 09:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i679oEn0088730 for ; Wed, 7 Jul 2004 09:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i679oEdH088729; Wed, 7 Jul 2004 09:50:14 GMT (envelope-from gnats) Resent-Date: Wed, 7 Jul 2004 09:50:14 GMT Resent-Message-Id: <200407070950.i679oEdH088729@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Shin'ya Murakami" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C0B16A4CE for ; Wed, 7 Jul 2004 09:49:18 +0000 (GMT) Received: from edamame.summing.com (edamame.summing.com [210.239.123.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC9F843D41 for ; Wed, 7 Jul 2004 09:49:15 +0000 (GMT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: from localhost (y183003.ppp.dion.ne.jp [219.108.183.3]) by edamame.summing.com (8.12.11/8.12.11) with ESMTP id i679nBv2011055 for ; Wed, 7 Jul 2004 18:49:12 +0900 (JST) Message-Id: <20040707.185118.112548230.murashin@edamame.summing.com> Date: Wed, 07 Jul 2004 18:51:18 +0900 (JST) From: "Shin'ya Murakami" To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68762: [maintainer-update] update science/gave to 1.0.3 andfix dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 09:50:15 -0000 >Number: 68762 >Category: ports >Synopsis: [maintainer-update] update science/gave to 1.0.3 and fix dependencies >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 Jul 07 09:50:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Shin'ya Murakami >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD faris.lodoss.forceria 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jun 5 19:53:41 JST 2004 murashin@faris.lodoss.forceria:/cvs/obj/mg/cvs/freebsd/src/sys/FARIS i386 >Description: update to 1.0.3, and fix dependencies. ruby-gettext optionally depends ruby-iconv, and also ruby-libglade2 optionally depends ruby-gnome2. gave uses these optional functions, so requires these ports. In addition, installer in this version needs to be fixed about an install place. >How-To-Repeat: N/A >Fix: --- gave.diff begins here --- diff -ur /usr/ports/science/gave/Makefile gave/Makefile --- /usr/ports/science/gave/Makefile Wed Jul 7 06:52:26 2004 +++ gave/Makefile Wed Jul 7 18:03:43 2004 @@ -6,8 +6,7 @@ # PORTNAME= gave -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= science graphics ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/gave/ DIST_SUBDIR= ruby @@ -20,16 +19,26 @@ ${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netcdf \ ${RUBY_SITELIBDIR}/numru/gphys.rb:${PORTSDIR}/science/ruby-gphys \ ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \ + ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \ ${RUBY_SITEARCHLIBDIR}/gnomevfs.so:${PORTSDIR}/devel/ruby-gnomevfs USE_RUBY= yes NO_BUILD= yes +USE_REINPLACE= yes + +.include .if !defined(WITHOUT_NLS) RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext +.if ${RUBY_VER} >= 1.7 +RUN_DEPENDS+= ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv +.else +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv +.endif .endif do-install: + @${REINPLACE_CMD} -e 's/sitelibdir\+\"\/numru\/\"\+package/sitelibdir\+package/' ${WRKSRC}/install.rb @cd ${WRKSRC}/ && ${RUBY} ./install.rb --localedir=${PREFIX}/share/locale/ -.include +.include diff -ur /usr/ports/science/gave/distinfo gave/distinfo --- /usr/ports/science/gave/distinfo Sat Jun 5 06:52:37 2004 +++ gave/distinfo Wed Jul 7 17:25:48 2004 @@ -1,2 +1,2 @@ -MD5 (ruby/gave-1.0.2.tar.gz) = 7eaa687038051959f5fb9c2be0152a73 -SIZE (ruby/gave-1.0.2.tar.gz) = 21333 +MD5 (ruby/gave-1.0.3.tar.gz) = 00249814b6c5572f91de2a01d62f4339 +SIZE (ruby/gave-1.0.3.tar.gz) = 21366 --- gave.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: