summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-types
diff options
context:
space:
mode:
authortaca <taca>2011-08-12 16:47:08 +0000
committertaca <taca>2011-08-12 16:47:08 +0000
commitb36a8d6829d994292c22cf9e23161ba612647c78 (patch)
tree7da95732b31c1f4441d83e42681811850f30b013 /databases/ruby-dm-types
parentac98c94363f27c3c43e4496d89d227a7edbe007a (diff)
downloadpkgsrc-b36a8d6829d994292c22cf9e23161ba612647c78.tar.gz
- Relax dependency to ruby-stringex with OVERRIDE_GEMSPEC.
- Also tweak dependency to ruby-json-pure instead of ruby-json. Bump PKGREVISION.
Diffstat (limited to 'databases/ruby-dm-types')
-rw-r--r--databases/ruby-dm-types/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/ruby-dm-types/Makefile b/databases/ruby-dm-types/Makefile
index 780ef492fd3..23a9f4155f1 100644
--- a/databases/ruby-dm-types/Makefile
+++ b/databases/ruby-dm-types/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2011/06/19 08:32:55 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/08/12 16:47:08 taca Exp $
DISTNAME= dm-types-1.1.0
+PKGREVISION= 1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,8 +13,10 @@ DEPENDS+= ${RUBY_PKGPREFIX}-bcrypt>=2.1.4<2.2:../../security/ruby-bcrypt
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.1.0<1.2:../../databases/ruby-dm-core
DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.4.6:../../textproc/ruby-json-pure
DEPENDS+= ${RUBY_PKGPREFIX}-uuidtools>=2.1.2<2.2:../../devel/ruby-uuidtools
-DEPENDS+= ${RUBY_PKGPREFIX}-stringex>=1.2.0<1.3:../../textproc/ruby-stringex
+DEPENDS+= ${RUBY_PKGPREFIX}-stringex>=1.2.0:../../textproc/ruby-stringex
DEPENDS+= ${RUBY_PKGPREFIX}-fastercsv>=1.5.4<1.6:../../textproc/ruby-fastercsv
+OVERRIDE_GEMSPEC+= json:json_pure>=1.4.6 stringex>=1.2.0
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"