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/ac69cbaf3e4d
branches: trunk
changeset: 329314:ac69cbaf3e4d
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 dc9904528900 -r ac69cbaf3e4d 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 dc9904528900 -r ac69cbaf3e4d 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 dc9904528900 -r ac69cbaf3e4d 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