diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-17 12:42:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-17 12:42:50 +0000 |
commit | de03efb6c4a3e6a942920e88d29209e17e022694 (patch) | |
tree | 283fe0d0cca945a2a203f8bdf17b58df6499a47d /science | |
parent | e014c1264b65975165a254bf6d256159581dfaba (diff) | |
download | ports-de03efb6c4a3e6a942920e88d29209e17e022694.tar.gz ports-de03efb6c4a3e6a942920e88d29209e17e022694.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/ruby-netcdf/Makefile | 2 | ||||
-rw-r--r-- | science/ruby-netcdf/distinfo | 6 | ||||
-rw-r--r-- | science/ruby-netcdf/files/patch-extconf.rb | 12 |
3 files changed, 16 insertions, 4 deletions
diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile index d5aa15c96486..bdb7cd4a2ad1 100644 --- a/science/ruby-netcdf/Makefile +++ b/science/ruby-netcdf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netcdf -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.2 CATEGORIES= math ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/science/ruby-netcdf/distinfo b/science/ruby-netcdf/distinfo index 3833621bc577..d7d6f46f3a5e 100644 --- a/science/ruby-netcdf/distinfo +++ b/science/ruby-netcdf/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby/ruby-netcdf-0.6.0.tar.gz) = 93e25a7b827cdaca0c5f4559da29c171 -SHA256 (ruby/ruby-netcdf-0.6.0.tar.gz) = 0a18d65e3e3075b0a8fc54bc3c76b0242fc4c21b6a9caa05dd07f55ec6362659 -SIZE (ruby/ruby-netcdf-0.6.0.tar.gz) = 73403 +MD5 (ruby/ruby-netcdf-0.6.2.tar.gz) = 5393f04572a978e70edf9f6e7cbc52d4 +SHA256 (ruby/ruby-netcdf-0.6.2.tar.gz) = 0552033e0e9e3007cf62cb085166ce74de3ee51988acd4134c128119a82dfb37 +SIZE (ruby/ruby-netcdf-0.6.2.tar.gz) = 75466 diff --git a/science/ruby-netcdf/files/patch-extconf.rb b/science/ruby-netcdf/files/patch-extconf.rb new file mode 100644 index 000000000000..d0708cf8702a --- /dev/null +++ b/science/ruby-netcdf/files/patch-extconf.rb @@ -0,0 +1,12 @@ +--- extconf.rb.orig Thu Jun 23 09:20:15 2005 ++++ extconf.rb Tue Jan 17 13:36:39 2006 +@@ -105,9 +105,6 @@ + newmkfl.puts("") + newmkfl.puts("test: all") # insert the "test" target + newmkfl.puts("\t\t@cd test && ruby test.rb && echo 'test did not fail :-p (please ignore the warnings)' && cd ..") +- when /lib\/netcdf/ +- line = line.chomp! + "/" +- newmkfl.puts(line) + else + newmkfl.puts(line) + end |