pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-jquery-rails
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar 5 22:35:31 UTC 2019
Modified Files:
pkgsrc/www/ruby-jquery-rails: Makefile
Log Message:
www/ruby-jquery-rails: fix DEPENDS format
Fix DEPENDS format which was missing minimum version spec.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-jquery-rails/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-jquery-rails/Makefile
diff -u pkgsrc/www/ruby-jquery-rails/Makefile:1.12 pkgsrc/www/ruby-jquery-rails/Makefile:1.13
--- pkgsrc/www/ruby-jquery-rails/Makefile:1.12 Sun Mar 3 16:35:33 2019
+++ pkgsrc/www/ruby-jquery-rails/Makefile Tue Mar 5 22:35:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/03/03 16:35:33 taca Exp $
+# $NetBSD: Makefile,v 1.13 2019/03/05 22:35:31 taca Exp $
DISTNAME= jquery-rails-4.3.3
CATEGORIES= www
@@ -15,8 +15,8 @@ RUBY_RAILS_ACCEPTED=
.include "../../lang/ruby/gem.mk"
.if ${RUBY_RAILS} >= 51
-DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing:../../textproc/ruby-rails-dom-testing
+DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing
.else
-DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing1:../../textproc/ruby-rails-dom-testing1
+DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing1>=1.0:../../textproc/ruby-rails-dom-testing1
.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index