cvs commit: ports/science/gave Makefile distinfo pkg-descr pkg-plist

Shin'ya Murakami murakami at ahs.scitec.kobe-u.ac.jp
Fri Jun 4 09:40:37 GMT 2004


From: Pav Lucistnik <pav at FreeBSD.org>
Date: Fri, 04 Jun 2004 00:17:30 +0200

> V pá, 04. 06. 2004 v 00:16, Jeremy Messenger píše:
> 
> > >   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 at ahs.scitec.kobe-u.ac.jp>  
> > > (maintainer)
> > 
> > I noticed that there has a new file called 'fileselection.glade', so will  
> > this need a new dependency, ruby-libglade2? I didn't check on compile, 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=	gave
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	science graphics ruby
 MASTER_SITES=	http://www-mete.kugi.kyoto-u.ac.jp/seiya/tarball/
 DIST_SUBDIR=	ruby
@@ -17,7 +18,9 @@
 RUN_DEPENDS=	${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-netcdf \
-		${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=	yes
 NO_BUILD=	yes


----
Shin'ya Murakami [murakami at ahs.scitec.kobe-u.ac.jp]


More information about the cvs-all mailing list