pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-capybara



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  4 19:02:44 UTC 2022

Modified Files:
        pkgsrc/www/ruby-capybara: Makefile

Log Message:
ruby-capybara: needs ruby 2.7+


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/ruby-capybara/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-capybara/Makefile
diff -u pkgsrc/www/ruby-capybara/Makefile:1.29 pkgsrc/www/ruby-capybara/Makefile:1.30
--- pkgsrc/www/ruby-capybara/Makefile:1.29      Wed Aug 31 14:20:43 2022
+++ pkgsrc/www/ruby-capybara/Makefile   Sun Sep  4 19:02:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2022/08/31 14:20:43 taca Exp $
+# $NetBSD: Makefile,v 1.30 2022/09/04 19:02:44 wiz Exp $
 
 DISTNAME=      capybara-3.37.1
 CATEGORIES=    www devel
@@ -18,5 +18,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-xpath>=3.2<4
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_INCOMPATIBLE=    26
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index