diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-17 22:21:34 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-17 22:21:34 +0000 |
commit | d0566622993f8ffdfd2d76d7f14faf51e64043d3 (patch) | |
tree | 017d8320fb297c616564bdae57412ff7445bd06a /math/ruby-numru_units | |
parent | 6fe64890abfa6f9ef183931d4aad7d5a41a817f8 (diff) |
Notes
Diffstat (limited to 'math/ruby-numru_units')
-rw-r--r-- | math/ruby-numru_units/Makefile | 11 | ||||
-rw-r--r-- | math/ruby-numru_units/distinfo | 4 | ||||
-rw-r--r-- | math/ruby-numru_units/pkg-plist | 1 |
3 files changed, 11 insertions, 5 deletions
diff --git a/math/ruby-numru_units/Makefile b/math/ruby-numru_units/Makefile index 0d6edc5a8a1c..f7bb80b27afe 100644 --- a/math/ruby-numru_units/Makefile +++ b/math/ruby-numru_units/Makefile @@ -6,9 +6,11 @@ # PORTNAME= numru_units -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= math ruby -MASTER_SITES= ftp://www.gfd-dennou.org/arch/ruby/products/numru-units/ +MASTER_SITES= http://ruby.gfd-dennou.org/products/numru-units/release/ \ + http://dennou-h.gfd-dennou.org/library/ruby/products/numru-units/release/ \ + http://dennou-q.gfd-dennou.org/library/ruby/products/numru-units/release/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= numru-units-${PORTVERSION} DIST_SUBDIR= ruby @@ -16,10 +18,13 @@ DIST_SUBDIR= ruby MAINTAINER= murashin@gfd-dennou.org COMMENT= A class to handle units of physical quantities for Ruby +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USE_RUBY= yes NO_BUILD= yes -DOCS= ChangeLog doc/units.html doc/units.rd +DOCS= ChangeLog LICENSE.txt doc/units.html doc/units.rd do-install: @cd ${WRKSRC}/ && ${RUBY} ./install.rb diff --git a/math/ruby-numru_units/distinfo b/math/ruby-numru_units/distinfo index 35c02abd34e8..5f0c8512e5f6 100644 --- a/math/ruby-numru_units/distinfo +++ b/math/ruby-numru_units/distinfo @@ -1,2 +1,2 @@ -SHA256 (ruby/numru-units-1.6.tar.gz) = cf59233de25b16001d6cbd1fa7d70daef3bbef2c5647287b14e3b5ddff315a64 -SIZE (ruby/numru-units-1.6.tar.gz) = 123354 +SHA256 (ruby/numru-units-1.7.tar.gz) = 15f385ac2daf0f5f6e8fe1af471d4cffcb9d0ede2a93edb208ec836a5b7bd9f8 +SIZE (ruby/numru-units-1.7.tar.gz) = 124276 diff --git a/math/ruby-numru_units/pkg-plist b/math/ruby-numru_units/pkg-plist index 240c89e11644..b3c10127d7fe 100644 --- a/math/ruby-numru_units/pkg-plist +++ b/math/ruby-numru_units/pkg-plist @@ -1,6 +1,7 @@ %%RUBY_SITELIBDIR%%/numru/units.rb @dirrmtry %%RUBY_SITELIBDIR%%/numru %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE.txt %%PORTDOCS%%%%RUBY_MODDOCDIR%%/units.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/units.rd %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |