Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2012 14:55:19 +0900 (JST)
From:      Shin-ya Murakami <murashin@gfd-dennou.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165314: [update] math/ruby-netcdf: update to 0.6.6 and change category to science
Message-ID:  <20120220.145519.304102159.murashin@gfd-dennou.org>
Resent-Message-ID: <201202200600.q1K60MQC063486@freefall.freebsd.org>

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

>Number:         165314
>Category:       ports
>Synopsis:       [update] math/ruby-netcdf: update to 0.6.6 and change category to science
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 06:00:22 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Shin-ya Murakami
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD spectra.doshisha.ac.jp 9.0-STABLE FreeBSD 9.0-STABLE #1: Sat Jan 7 17:06:21 JST 2012 murashin@spectra.doshisha.ac.jp:/usr/obj/usr/src/sys/SPECTRA amd64

>Description:
	- update to 0.6.6
	- add and update URLs of MASTER_SITES
	- update author's email address
	- use @dirrmtry
	- change port category from math to science.
	  - netcdf and its python bindings(py-netCDF4) are in science category.
>How-To-Repeat:
	N/A
>Fix:

--- ruby-netcdf.diff begins here ---
diff -urN /usr/ports/math/ruby-netcdf/Makefile ruby-netcdf/Makefile
--- /usr/ports/math/ruby-netcdf/Makefile	2011-03-09 17:56:18.000000000 +0900
+++ ruby-netcdf/Makefile	2012-02-20 14:41:52.239815118 +0900
@@ -6,9 +6,11 @@
 #
 
 PORTNAME=	netcdf
-PORTVERSION=	0.6.5
-CATEGORIES=	math ruby
-MASTER_SITES=	http://ruby.gfd-dennou.org/products/ruby-netcdf/
+PORTVERSION=	0.6.6
+CATEGORIES=	science ruby
+MASTER_SITES=	http://ruby.gfd-dennou.org/products/ruby-netcdf/release/ \
+		http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-netcdf/release/ \
+		http://dennou-q.gfd-dennou.org/library/ruby/products/ruby-netcdf/release/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	ruby
diff -urN /usr/ports/math/ruby-netcdf/distinfo ruby-netcdf/distinfo
--- /usr/ports/math/ruby-netcdf/distinfo	2011-03-09 17:56:18.000000000 +0900
+++ ruby-netcdf/distinfo	2012-02-20 14:41:56.945812389 +0900
@@ -1,2 +1,2 @@
-SHA256 (ruby/ruby-netcdf-0.6.5.tar.gz) = d9493f4e961a763a6fc331a18db6167ae1b29b9972ab0fddf40063b344551251
-SIZE (ruby/ruby-netcdf-0.6.5.tar.gz) = 74628
+SHA256 (ruby/ruby-netcdf-0.6.6.tar.gz) = 5cc6b9815b3b8f34a1dc91387383f9a6563d3dc5faf8b733b9c0b4f4d27b51d2
+SIZE (ruby/ruby-netcdf-0.6.6.tar.gz) = 74868
diff -urN /usr/ports/math/ruby-netcdf/pkg-descr ruby-netcdf/pkg-descr
--- /usr/ports/math/ruby-netcdf/pkg-descr	2011-10-25 19:01:07.000000000 +0900
+++ ruby-netcdf/pkg-descr	2012-02-20 14:45:22.567814975 +0900
@@ -1,6 +1,6 @@
 This is a Ruby interface to the NetCDF scientific IO library.
 
-Author:	Takeshi Horinouchi <horinout@kurasc.kyoto-u.ac.jp>
+Author:	Takeshi Horinouchi <horinout _at_ ees.hokudai.ac.jp>
 	& Dennou Ruby Project
 
 WWW:	http://ruby.gfd-dennou.org/products/ruby-netcdf
diff -urN /usr/ports/math/ruby-netcdf/pkg-plist ruby-netcdf/pkg-plist
--- /usr/ports/math/ruby-netcdf/pkg-plist	2004-02-17 12:53:44.000000000 +0900
+++ ruby-netcdf/pkg-plist	2012-02-20 14:44:40.399814853 +0900
@@ -1,8 +1,8 @@
 %%RUBY_SITEARCHLIBDIR%%/numru/netcdfraw.so
-@unexec rmdir %B 2>/dev/null || true
+@dirrmtry %%RUBY_SITEARCHLIBDIR%%/numru
 %%RUBY_SITELIBDIR%%/numru/netcdf.rb
 %%RUBY_SITELIBDIR%%/numru/netcdf_miss.rb
-@unexec rmdir %B 2>/dev/null || true
+@dirrmtry %%RUBY_SITELIBDIR%%/numru
 %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README
 %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo1-create-alt.rb
 %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo1-create.rb
--- ruby-netcdf.diff ends here ---


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



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