diff options
author | taca <taca@pkgsrc.org> | 2012-07-31 11:45:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-07-31 11:45:22 +0000 |
commit | 7a2d637016237fac7936c4574abef6e364add0a6 (patch) | |
tree | 9adcaf9a128506afc27ecb86bb569a071cf8e984 /databases/ruby-dm-core | |
parent | f8b04f7a6983feca0245bcba94186ae1da27563f (diff) | |
download | pkgsrc-7a2d637016237fac7936c4574abef6e364add0a6.tar.gz |
Relax dependency to ruby-addressable.
Bump PKGREVISION.
Diffstat (limited to 'databases/ruby-dm-core')
-rw-r--r-- | databases/ruby-dm-core/Makefile | 7 |
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" |