pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-selenium-webdriver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  4 19:03:53 UTC 2022

Modified Files:
        pkgsrc/www/ruby-selenium-webdriver: Makefile

Log Message:
ruby-selenium-webdriver: needs ruby 2.7+


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-selenium-webdriver/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-selenium-webdriver/Makefile
diff -u pkgsrc/www/ruby-selenium-webdriver/Makefile:1.15 pkgsrc/www/ruby-selenium-webdriver/Makefile:1.16
--- pkgsrc/www/ruby-selenium-webdriver/Makefile:1.15    Thu Sep  1 14:17:27 2022
+++ pkgsrc/www/ruby-selenium-webdriver/Makefile Sun Sep  4 19:03:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/09/01 14:17:27 taca Exp $
+# $NetBSD: Makefile,v 1.16 2022/09/04 19:03:53 wiz Exp $
 
 DISTNAME=      selenium-webdriver-4.4.0
 CATEGORIES=    www
@@ -14,8 +14,10 @@ DEPENDS+=    ${RUBY_PKGPREFIX}-websocket>=1
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_INCOMPATIBLE=    26
+
 .include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} == "26" || ${RUBY_VER} == "27"
+.if ${RUBY_VER} == "27"
 DEPENDS+=      ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml
 .endif
 



Home | Main Index | Thread Index | Old Index