diff options
author | minskim <minskim@pkgsrc.org> | 2010-06-09 16:32:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-06-09 16:32:36 +0000 |
commit | 8fa43e20b6ee1ad4285a51360a21f89b42cd8298 (patch) | |
tree | fbc4da9924d89136933750548003e11548178001 | |
parent | 1f3614276af77ac2e7cb479f46bd404601af2454 (diff) | |
download | pkgsrc-8fa43e20b6ee1ad4285a51360a21f89b42cd8298.tar.gz |
Sync ruby-activeresource with other rails packages.
Patch by Wen Heping in PR 43442.
-rw-r--r-- | www/ruby-activeresource/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-activeresource/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-activeresource/Makefile b/www/ruby-activeresource/Makefile index 7949f43bb9b..df1fad0f063 100644 --- a/www/ruby-activeresource/Makefile +++ b/www/ruby-activeresource/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2009/12/01 23:24:24 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2010/06/09 16:32:36 minskim Exp $ -DISTNAME= activeresource-2.3.5 +DISTNAME= activeresource-2.3.8 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= www @@ -8,7 +8,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/activeresource/ COMMENT= Object-relational mapping for REST webservices -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.5:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.8:../../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 dde39842fbc..db9713568bf 100644 --- a/www/ruby-activeresource/distinfo +++ b/www/ruby-activeresource/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/12/01 23:24:24 minskim Exp $ +$NetBSD: distinfo,v 1.8 2010/06/09 16:32:36 minskim Exp $ -SHA1 (activeresource-2.3.5.gem) = 2b4bb421e0857f73d8e9aa2bdd164d6c11bebc00 -RMD160 (activeresource-2.3.5.gem) = cd09fdf2b0d79547af49aa91f21dacebe1cd800f -Size (activeresource-2.3.5.gem) = 64000 bytes +SHA1 (activeresource-2.3.8.gem) = 16305f2538c13b0161344b0bfb6baac3246e1cd5 +RMD160 (activeresource-2.3.8.gem) = bf503524fd9477aeb34cd2f5c4860b6a9508ceee +Size (activeresource-2.3.8.gem) = 483328 bytes |