diff options
author | minskim <minskim@pkgsrc.org> | 2008-06-20 04:34:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-06-20 04:34:11 +0000 |
commit | 53f0a650798acb55a248b793726b8f53a855fa01 (patch) | |
tree | 5af9460790964561d52233f5eb2d89bb26308b94 | |
parent | c4c88a0249cf1475ac5daf3abd0f327fe1c92d28 (diff) | |
download | pkgsrc-53f0a650798acb55a248b793726b8f53a855fa01.tar.gz |
Update ruby-activeresource to 2.1.0.
Too many changes since 2.0.2. See CHANGELOG for the complete list.
-rw-r--r-- | www/ruby-activeresource/Makefile | 7 | ||||
-rw-r--r-- | www/ruby-activeresource/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/ruby-activeresource/Makefile b/www/ruby-activeresource/Makefile index 30903bf0a93..793e9076abe 100644 --- a/www/ruby-activeresource/Makefile +++ b/www/ruby-activeresource/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2008/04/04 15:30:02 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/20 04:34:11 minskim Exp $ -DISTNAME= activeresource-2.0.2 +DISTNAME= activeresource-2.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/activeresource/ COMMENT= Object-relational mapping for REST webservices -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.0.2nb1:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.0:../../devel/ruby-activesupport .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-activeresource/distinfo b/www/ruby-activeresource/distinfo index a6d689f03e4..13e0c24cc07 100644 --- a/www/ruby-activeresource/distinfo +++ b/www/ruby-activeresource/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/04/04 15:30:02 jlam Exp $ +$NetBSD: distinfo,v 1.3 2008/06/20 04:34:11 minskim Exp $ -SHA1 (activeresource-2.0.2.gem) = 5ea6bb567ed1e7b231a699946325053c7cfa0871 -RMD160 (activeresource-2.0.2.gem) = 6def62f59c32dcea27afe6ce811daa22e32ed238 -Size (activeresource-2.0.2.gem) = 33280 bytes +SHA1 (activeresource-2.1.0.gem) = 525e56a6245ed9cdfcd97f1c0ac67652e4f537be +RMD160 (activeresource-2.1.0.gem) = e409879adcea356814d65c1349bf949e19a70beb +Size (activeresource-2.1.0.gem) = 39424 bytes |