Index: head/math/ruby-numru_units/Makefile =================================================================== --- head/math/ruby-numru_units/Makefile (revision 291640) +++ head/math/ruby-numru_units/Makefile (revision 291641) @@ -1,35 +1,40 @@ # New ports collection makefile for: RubyNumruUnits # Date created: 14 March 2004 # Whom: Shin'ya Murakami # # $FreeBSD$ # 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 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 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR} .endfor .endif .include Property changes on: head/math/ruby-numru_units/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/math/ruby-numru_units/distinfo =================================================================== --- head/math/ruby-numru_units/distinfo (revision 291640) +++ head/math/ruby-numru_units/distinfo (revision 291641) @@ -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 Property changes on: head/math/ruby-numru_units/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/math/ruby-numru_units/pkg-plist =================================================================== --- head/math/ruby-numru_units/pkg-plist (revision 291640) +++ head/math/ruby-numru_units/pkg-plist (revision 291641) @@ -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%% Property changes on: head/math/ruby-numru_units/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property