Date: Fri, 04 Jun 2004 18:40:24 +0900 (JST) From: "Shin'ya Murakami" <murakami@ahs.scitec.kobe-u.ac.jp> To: pav@FreeBSD.org Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/science/gave Makefile distinfo pkg-descr pkg-plist Message-ID: <20040604.184024.112595131.murashin@edamame.summing.com> References: <200406032202.i53M21UO038152@repoman.freebsd.org> <opr81hibnp9aq2h7@mezz> <1086301050.17397.12.camel@hood.oook.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Pav Lucistnik <pav@FreeBSD.org> 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 <murakami@ahs.scitec.kobe-u.ac= .jp> = > > > (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]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040604.184024.112595131.murashin>