summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-active_model
diff options
context:
space:
mode:
authortaca <taca>2013-01-31 15:43:25 +0000
committertaca <taca>2013-01-31 15:43:25 +0000
commit06725c834554131e496c2606e27600f06b89c2cc (patch)
tree851d85efdd6874e72697b5fe93979b5a4745bb34 /databases/ruby-dm-active_model
parentb2e7117610b70cdd4ec399ef490feca83c242e95 (diff)
downloadpkgsrc-06725c834554131e496c2606e27600f06b89c2cc.tar.gz
ruby-dm-active_model can work with all 3.x versions of Ruby on Rails.
Bump PKGREVISION.
Diffstat (limited to 'databases/ruby-dm-active_model')
-rw-r--r--databases/ruby-dm-active_model/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/ruby-dm-active_model/Makefile b/databases/ruby-dm-active_model/Makefile
index b320d571e6a..b3ef5bd1686 100644
--- a/databases/ruby-dm-active_model/Makefile
+++ b/databases/ruby-dm-active_model/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2012/06/14 15:14:09 taca Exp $
+# $NetBSD: Makefile,v 1.4 2013/01/31 15:43:25 taca Exp $
DISTNAME= dm-active_model-1.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,7 +12,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
-RUBY_RAILS_SUPPORTED= 3
+RUBY_RAILS_SUPPORTED= 3 31 32
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"