Mon Feb 11 02:30:50 2013 UTC ()
Allow depends to newer ruby-diff-lcs.

Bump PKGREVISION.


(taca)
diff -r1.10 -r1.11 pkgsrc/devel/ruby-rspec-expectations/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/devel/ruby-rspec-expectations/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-expectations/Makefile 2012/12/17 12:15:40 1.10
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile 2013/02/11 02:30:49 1.11
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2012/12/17 12:15:40 taca Exp $ 1# $NetBSD: Makefile,v 1.11 2013/02/11 02:30:49 taca Exp $
2 2
3DISTNAME= rspec-expectations-2.12.1 3DISTNAME= rspec-expectations-2.12.1
 4PKGREVISION= 1
4CATEGORIES= devel 5CATEGORIES= devel
5 6
6MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://relishapp.com/rspec 8HOMEPAGE= http://relishapp.com/rspec
8COMMENT= Behaviour Driven Development framework for Ruby, expectations 9COMMENT= Behaviour Driven Development framework for Ruby, expectations
9LICENSE= mit 10LICENSE= mit
10 11
11DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.3<1.2:../../textproc/ruby-diff-lcs 12DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.3<2:../../textproc/ruby-diff-lcs
 13
 14OVERRIDE_GEMSPEC+= diff-lcs>=1.1.3
12 15
13.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"