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:   tnn
Date:           Mon Mar 16 02:35:33 UTC 2020

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

Log Message:
ruby-selenium-webdriver: mark as BROKEN pending investigation


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/www/ruby-selenium-webdriver/Makefile:1.12
--- pkgsrc/www/ruby-selenium-webdriver/Makefile:1.11    Sun Jan 20 14:59:32 2019
+++ pkgsrc/www/ruby-selenium-webdriver/Makefile Mon Mar 16 02:35:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/01/20 14:59:32 taca Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/16 02:35:33 tnn Exp $
 
 DISTNAME=      selenium-webdriver-3.141.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@ COMMENT=      Tool for writing automated test
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-childprocess>=0.5:../../sysutils/ruby-childprocess
-DEPENDS+=      ${RUBY_PKGPREFIX}-zip>=1.2.2<2.0:../../archivers/ruby-zip
+#DEPENDS+=     ${RUBY_PKGPREFIX}-zip>=1.2.2<2.0:../../archivers/ruby-zip
+BROKEN+=       "archivers/ruby-zip is > 2.0"
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index