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 | cb132234769735be489c22b406e8d58e3232f630 (patch) | |
tree | 9adcaf9a128506afc27ecb86bb569a071cf8e984 /databases/ruby-dm-core | |
parent | b9fb05867c08cc72884696f3c08d5cdd47ff02f9 (diff) | |
download | pkgsrc-cb132234769735be489c22b406e8d58e3232f630.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" |