Tue Mar 5 22:35:31 2019 UTC ()
www/ruby-jquery-rails: fix DEPENDS format

Fix DEPENDS format which was missing minimum version spec.


(taca)
diff -r1.12 -r1.13 pkgsrc/www/ruby-jquery-rails/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/www/ruby-jquery-rails/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-jquery-rails/Makefile 2019/03/03 16:35:33 1.12
+++ pkgsrc/www/ruby-jquery-rails/Makefile 2019/03/05 22:35:31 1.13
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.12 2019/03/03 16:35:33 taca Exp $ 1# $NetBSD: Makefile,v 1.13 2019/03/05 22:35:31 taca Exp $
2 2
3DISTNAME= jquery-rails-4.3.3 3DISTNAME= jquery-rails-4.3.3
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/rails/jquery-rails 7HOMEPAGE= https://github.com/rails/jquery-rails
8COMMENT= Rails jQuery support 8COMMENT= Rails jQuery support
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_RAILTIES_DEPENDS} 11DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
12DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14<2:../../devel/ruby-thor 12DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14<2:../../devel/ruby-thor
13 13
14RUBY_RAILS_ACCEPTED= 14RUBY_RAILS_ACCEPTED=
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
17.if ${RUBY_RAILS} >= 51 17.if ${RUBY_RAILS} >= 51
18DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing:../../textproc/ruby-rails-dom-testing 18DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing
19.else 19.else
20DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing1:../../textproc/ruby-rails-dom-testing1 20DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing1>=1.0:../../textproc/ruby-rails-dom-testing1
21.endif 21.endif
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"