summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-core
diff options
context:
space:
mode:
authortaca <taca>2012-07-31 11:45:22 +0000
committertaca <taca>2012-07-31 11:45:22 +0000
commit70a444e6fb3319bc13bc63a7e2ded6171580eac8 (patch)
tree9adcaf9a128506afc27ecb86bb569a071cf8e984 /databases/ruby-dm-core
parent409bbb1afd79aa5feb4f6b26e12492c43cdd5139 (diff)
downloadpkgsrc-70a444e6fb3319bc13bc63a7e2ded6171580eac8.tar.gz
Relax dependency to ruby-addressable.
Bump PKGREVISION.
Diffstat (limited to 'databases/ruby-dm-core')
-rw-r--r--databases/ruby-dm-core/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/ruby-dm-core/Makefile b/databases/ruby-dm-core/Makefile
index ddd8de06d2a..6ae5e99b3f3 100644
--- a/databases/ruby-dm-core/Makefile
+++ b/databases/ruby-dm-core/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2011/12/16 14:31:58 taca Exp $
+# $NetBSD: Makefile,v 1.4 2012/07/31 11:45:22 taca Exp $
DISTNAME= dm-core-1.2.0
+PKGREVISION= 1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +9,9 @@ HOMEPAGE= http://github.com/datamapper/dm-core
COMMENT= Object/Relational Mapper for Ruby
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.4<2.3:../../net/ruby-addressable
+DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.4<3:../../net/ruby-addressable
+
+OVERRIDE_GEMSPEC+= addressable~>2.3
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"