pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Drop support for ruby22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/039d1fa662b6
branches:  trunk
changeset: 413079:039d1fa662b6
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 15 16:42:10 2020 +0000

description:
Drop support for ruby22.

diffstat:

 databases/ruby-gdbm/Makefile |  4 ++--
 devel/ruby-fiddle/Makefile   |  4 ++--
 devel/ruby-readline/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r ffdf1e7c5aa3 -r 039d1fa662b6 databases/ruby-gdbm/Makefile
--- a/databases/ruby-gdbm/Makefile      Sun Mar 15 16:40:27 2020 +0000
+++ b/databases/ruby-gdbm/Makefile      Sun Mar 15 16:42:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/03/15 15:29:10 taca Exp $
+# $NetBSD: Makefile,v 1.41 2020/03/15 16:42:10 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to GDBM library
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26 22 27
+RUBY_VERSIONS_ACCEPTED=        24 25 26 27
 
 USE_RUBY_EXTCONF=      yes
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
diff -r ffdf1e7c5aa3 -r 039d1fa662b6 devel/ruby-fiddle/Makefile
--- a/devel/ruby-fiddle/Makefile        Sun Mar 15 16:40:27 2020 +0000
+++ b/devel/ruby-fiddle/Makefile        Sun Mar 15 16:42:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/03/15 15:29:11 taca Exp $
+# $NetBSD: Makefile,v 1.19 2020/03/15 16:42:10 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -12,7 +12,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby fiddle library to wrap libffi
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26 22 27
+RUBY_VERSIONS_ACCEPTED=        24 25 26 27
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/fiddle ${RUBY_DISTNAME}/include \
diff -r ffdf1e7c5aa3 -r 039d1fa662b6 devel/ruby-readline/Makefile
--- a/devel/ruby-readline/Makefile      Sun Mar 15 16:40:27 2020 +0000
+++ b/devel/ruby-readline/Makefile      Sun Mar 15 16:42:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/03/15 15:29:11 taca Exp $
+# $NetBSD: Makefile,v 1.52 2020/03/15 16:42:10 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to readline library
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26 22 27
+RUBY_VERSIONS_ACCEPTED=        24 25 26 27
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/readline \



Home | Main Index | Thread Index | Old Index