pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add missing Ruby 2.6 support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa437c16b247
branches:  trunk
changeset: 319074:aa437c16b247
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 03 22:20:35 2019 +0000

description:
Add missing Ruby 2.6 support.

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 a007d771ba7d -r aa437c16b247 databases/ruby-gdbm/Makefile
--- a/databases/ruby-gdbm/Makefile      Sun Feb 03 22:03:57 2019 +0000
+++ b/databases/ruby-gdbm/Makefile      Sun Feb 03 22:20:35 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/01/13 02:36:28 taca Exp $
+# $NetBSD: Makefile,v 1.38 2019/02/03 22:20:35 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to GDBM library
 
-RUBY_VERSIONS_ACCEPTED=        24 25 23 22
+RUBY_VERSIONS_ACCEPTED=        24 25 26 23 22
 
 USE_RUBY_EXTCONF=      yes
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
diff -r a007d771ba7d -r aa437c16b247 devel/ruby-fiddle/Makefile
--- a/devel/ruby-fiddle/Makefile        Sun Feb 03 22:03:57 2019 +0000
+++ b/devel/ruby-fiddle/Makefile        Sun Feb 03 22:20:35 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/01/13 02:36:28 taca Exp $
+# $NetBSD: Makefile,v 1.15 2019/02/03 22:20:35 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby fiddle library to wrap libffi
 
-RUBY_VERSIONS_ACCEPTED=        24 25 23 22
+RUBY_VERSIONS_ACCEPTED=        24 25 26 23 22
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/fiddle ${RUBY_DISTNAME}/include \
diff -r a007d771ba7d -r aa437c16b247 devel/ruby-readline/Makefile
--- a/devel/ruby-readline/Makefile      Sun Feb 03 22:03:57 2019 +0000
+++ b/devel/ruby-readline/Makefile      Sun Feb 03 22:20:35 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/01/13 02:36:28 taca Exp $
+# $NetBSD: Makefile,v 1.49 2019/02/03 22:20:35 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to readline library
 
-RUBY_VERSIONS_ACCEPTED=        24 25 23 22
+RUBY_VERSIONS_ACCEPTED=        24 25 26 23 22
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/readline \



Home | Main Index | Thread Index | Old Index