diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 04:34:40 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 04:34:40 +0000 |
commit | 3c4d5b6416fcf4f05fe92f697bc5715d25506757 (patch) | |
tree | a1967d823c75efa886bc7d1ca4e118adcc5dbf88 /math/ruby-netcdf/files | |
parent | - forced commit to note repo copy from math/ruby-netcdf -> science/ruby-netcdf (diff) |
- 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.
- Completes repo copy from math/ruby-netcdf -> science/ruby-netcdf
PR: ports/165314
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
Notes
Notes:
svn path=/head/; revision=292929
Diffstat (limited to 'math/ruby-netcdf/files')
-rw-r--r-- | math/ruby-netcdf/files/patch-extconf.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/ruby-netcdf/files/patch-extconf.rb b/math/ruby-netcdf/files/patch-extconf.rb deleted file mode 100644 index d0708cf8702a..000000000000 --- a/math/ruby-netcdf/files/patch-extconf.rb +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |