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:   taca
Date:           Fri May 22 00:49:48 UTC 2020

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

Log Message:
www/ruby-capybara: drop ruby24.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/www/ruby-capybara/Makefile:1.22
--- pkgsrc/www/ruby-capybara/Makefile:1.21      Mon Apr 15 06:11:32 2019
+++ pkgsrc/www/ruby-capybara/Makefile   Fri May 22 00:49:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/04/15 06:11:32 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/22 00:49:48 taca Exp $
 
 DISTNAME=      capybara-3.12.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-addressable>
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26
+RUBY_VERSIONS_ACCEPTED=        25 26
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index