summaryrefslogtreecommitdiff
path: root/www/ruby-activeresource/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2008-09-15 05:43:01 +0000
committerminskim <minskim>2008-09-15 05:43:01 +0000
commitc7a58a916e0c84d779a964e6d59914b89dd86d50 (patch)
treef98f6df8c04c221bd56050ba6a881013fab6209e /www/ruby-activeresource/Makefile
parenta716f4a9d7127c94364e1c874bd713dbe9e9e5ce (diff)
downloadpkgsrc-c7a58a916e0c84d779a964e6d59914b89dd86d50.tar.gz
Update ruby-activeresource to 2.1.1.
Changes: * Fixed Base#exists? to check status code as integer [#299 state:resolved] (Wes Oldenbeuving)
Diffstat (limited to 'www/ruby-activeresource/Makefile')
-rw-r--r--www/ruby-activeresource/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ruby-activeresource/Makefile b/www/ruby-activeresource/Makefile
index 793e9076abe..173d838b3fe 100644
--- a/www/ruby-activeresource/Makefile
+++ b/www/ruby-activeresource/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/06/20 04:34:11 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2008/09/15 05:43:01 minskim Exp $
-DISTNAME= activeresource-2.1.0
+DISTNAME= activeresource-2.1.1
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.1.0:../../devel/ruby-activesupport
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"