diff options
Diffstat (limited to 'www/ruby-activeresource3/Makefile')
-rw-r--r-- | www/ruby-activeresource3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ruby-activeresource3/Makefile b/www/ruby-activeresource3/Makefile index 89cfbfbff67..4277d5ce021 100644 --- a/www/ruby-activeresource3/Makefile +++ b/www/ruby-activeresource3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 04:19:38 taca Exp $ +# $NetBSD: Makefile,v 1.2 2010/10/15 11:44:15 taca Exp $ -DISTNAME= activeresource-3.0.0 +DISTNAME= activeresource-3.0.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,8 +8,8 @@ HOMEPAGE= http://www.rubyonrails.org/ COMMENT= REST modeling framework (part of Rails) LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=3.0.0:../../devel/ruby-activesupport3 -DEPENDS+= ${RUBY_PKGPREFIX}-activemodel>=3.0.0:../../devel/ruby-activemodel +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=3.0.1:../../devel/ruby-activesupport3 +DEPENDS+= ${RUBY_PKGPREFIX}-activemodel>=3.0.1:../../devel/ruby-activemodel .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |