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 May 21 05:36:10 UTC 2023
Modified Files:
pkgsrc/www/ruby-selenium-webdriver: Makefile
Log Message:
ruby-selenium-webdriver: this requires at least Ruby 3.0 now
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/www/ruby-selenium-webdriver/Makefile:1.25
--- pkgsrc/www/ruby-selenium-webdriver/Makefile:1.24 Mon May 8 14:28:26 2023
+++ pkgsrc/www/ruby-selenium-webdriver/Makefile Sun May 21 05:36:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/05/08 14:28:26 taca Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/21 05:36:10 wiz Exp $
DISTNAME= selenium-webdriver-4.9.1
CATEGORIES= www
@@ -15,10 +15,8 @@ USE_LANGUAGES= # none
CHECK_SHLIBS_SKIP= ${GEM_LIBDIR}/bin/*
-.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} == "27"
-DEPENDS+= ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml
-.endif
+RUBY_VERSIONS_INCOMPATIBLE= 27
+.include "../../lang/ruby/rubyversion.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index