diff options
author | taca <taca> | 2010-09-10 12:45:31 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-10 12:45:31 +0000 |
commit | 2fb7f719893c593557b8a82b4453288f5f9d7645 (patch) | |
tree | 84ec3eaa64a7afa876cfc7b9bc806bc04ac2221e | |
parent | 63b73298528a97da3775e3871e5f82296e6f258f (diff) | |
download | pkgsrc-2fb7f719893c593557b8a82b4453288f5f9d7645.tar.gz |
Update www/ruby-activeresource to 2.3.9.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.
*2.3.9 (September 4, 2010)*
* Version bump.
-rw-r--r-- | www/ruby-activeresource/Makefile | 10 | ||||
-rw-r--r-- | www/ruby-activeresource/PLIST | 8 | ||||
-rw-r--r-- | www/ruby-activeresource/distinfo | 8 |
3 files changed, 14 insertions, 12 deletions
diff --git a/www/ruby-activeresource/Makefile b/www/ruby-activeresource/Makefile index df1fad0f063..cf1054be6d1 100644 --- a/www/ruby-activeresource/Makefile +++ b/www/ruby-activeresource/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.8 2010/06/09 16:32:36 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2010/09/10 12:45:31 taca Exp $ -DISTNAME= activeresource-2.3.8 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= activeresource-2.3.9 CATEGORIES= www MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/activeresource/ COMMENT= Object-relational mapping for REST webservices +LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.8:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.9:../../devel/ruby-activesupport -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-activeresource/PLIST b/www/ruby-activeresource/PLIST index 34f139c6386..d451ee16f04 100644 --- a/www/ruby-activeresource/PLIST +++ b/www/ruby-activeresource/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2009/09/12 22:14:17 minskim Exp $ -${GEM_HOME}/cache/activeresource-${PKGVERSION}.gem +@comment $NetBSD: PLIST,v 1.6 2010/09/10 12:45:31 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile @@ -30,5 +30,7 @@ ${GEM_LIBDIR}/test/fixtures/person.rb ${GEM_LIBDIR}/test/fixtures/proxy.rb ${GEM_LIBDIR}/test/fixtures/street_address.rb ${GEM_LIBDIR}/test/format_test.rb +${GEM_LIBDIR}/test/http_mock_test.rb ${GEM_LIBDIR}/test/setter_trap.rb -${GEM_HOME}/specifications/activeresource-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec + diff --git a/www/ruby-activeresource/distinfo b/www/ruby-activeresource/distinfo index db9713568bf..eb99ac66688 100644 --- a/www/ruby-activeresource/distinfo +++ b/www/ruby-activeresource/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/06/09 16:32:36 minskim Exp $ +$NetBSD: distinfo,v 1.9 2010/09/10 12:45:31 taca Exp $ -SHA1 (activeresource-2.3.8.gem) = 16305f2538c13b0161344b0bfb6baac3246e1cd5 -RMD160 (activeresource-2.3.8.gem) = bf503524fd9477aeb34cd2f5c4860b6a9508ceee -Size (activeresource-2.3.8.gem) = 483328 bytes +SHA1 (activeresource-2.3.9.gem) = 7ab2c87f12d87516c219766f184d78fdd6aef437 +RMD160 (activeresource-2.3.9.gem) = bbfb12a3525d4e5346bd8df6f63872b9ecd51c56 +Size (activeresource-2.3.9.gem) = 72192 bytes |