From owner-cvs-all@FreeBSD.ORG Fri Jun 4 02:40:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72CA416A4CE; Fri, 4 Jun 2004 02:40:37 -0700 (PDT) Received: from edamame.summing.com (edamame.summing.com [210.239.123.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BB343D4C; Fri, 4 Jun 2004 02:40:35 -0700 (PDT) (envelope-from murakami@ahs.scitec.kobe-u.ac.jp) Received: from localhost (ZL185057.ppp.dion.ne.jp [222.7.185.57]) by edamame.summing.com (8.12.11/8.12.11) with ESMTP id i549eQJY024721; Fri, 4 Jun 2004 18:40:27 +0900 (JST) Date: Fri, 04 Jun 2004 18:40:24 +0900 (JST) Message-Id: <20040604.184024.112595131.murashin@edamame.summing.com> To: pav@FreeBSD.org From: "Shin'ya Murakami" References: <200406032202.i53M21UO038152@repoman.freebsd.org> <1086301050.17397.12.camel@hood.oook.cz> X-Mailer: Mew version 4.0.65 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable cc: mezz7@cox.net cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/science/gave Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 09:40:37 -0000 From: Pav Lucistnik Date: Fri, 04 Jun 2004 00:17:30 +0200 > V p=E1, 04. 06. 2004 v 00:16, Jeremy Messenger p=ED=B9e: > = > > > Modified files: > > > science/gave Makefile distinfo pkg-descr pkg-plist > > > Log: > > > - Update to 1.0.2 > > > PR: ports/67519 > > > Submitted by: Shin'ya Murakami = > > > (maintainer) > > = > > I noticed that there has a new file called 'fileselection.glade', s= o will = > > this need a new dependency, ruby-libglade2? I didn't check on compi= le, run = > > it or anything, but just noticed by read in pkg-plist. > = > What maintainer think about it? Thank you for your notice about my inconsistent update. I forgot to check the contents of 'fileselection.rb'... I find a line "require 'gnomevfs'" in 'fileselection.rb', so the diff for consistent update is: diff -u gave.orig/Makefile gave/Makefile --- gave.orig/Makefile Fri Jun 4 09:49:29 2004 +++ gave/Makefile Fri Jun 4 10:02:57 2004 @@ -7,6 +7,7 @@ = PORTNAME=3D gave PORTVERSION=3D 1.0.2 +PORTREVISION=3D 1 CATEGORIES=3D science graphics ruby MASTER_SITES=3D http://www-mete.kugi.kyoto-u.ac.jp/seiya/tarball/ DIST_SUBDIR=3D ruby @@ -17,7 +18,9 @@ RUN_DEPENDS=3D ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-= narray \ ${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl= -gtk \ ${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netc= df \ - ${RUBY_SITELIBDIR}/numru/gphys.rb:${PORTSDIR}/science/ruby-gphys + ${RUBY_SITELIBDIR}/numru/gphys.rb:${PORTSDIR}/science/ruby-gphys \ + ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2= \ + ${RUBY_SITEARCHLIBDIR}/gnomevfs.so:${PORTSDIR}/devel/ruby-gnomevfs = = USE_RUBY=3D yes NO_BUILD=3D yes ---- Shin'ya Murakami [murakami@ahs.scitec.kobe-u.ac.jp]