pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Allow build package with ruby27-base



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20c4bc497189
branches:  trunk
changeset: 424792:20c4bc497189
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 15 15:29:10 2020 +0000

description:
Allow build package with ruby27-base

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 1a50e46e0f06 -r 20c4bc497189 databases/ruby-gdbm/Makefile
--- a/databases/ruby-gdbm/Makefile      Sun Mar 15 15:27:43 2020 +0000
+++ b/databases/ruby-gdbm/Makefile      Sun Mar 15 15:29:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/04/14 15:30:24 taca Exp $
+# $NetBSD: Makefile,v 1.40 2020/03/15 15:29: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
+RUBY_VERSIONS_ACCEPTED=        24 25 26 22 27
 
 USE_RUBY_EXTCONF=      yes
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
diff -r 1a50e46e0f06 -r 20c4bc497189 devel/ruby-fiddle/Makefile
--- a/devel/ruby-fiddle/Makefile        Sun Mar 15 15:27:43 2020 +0000
+++ b/devel/ruby-fiddle/Makefile        Sun Mar 15 15:29:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/03/08 16:42:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.18 2020/03/15 15:29:11 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
+RUBY_VERSIONS_ACCEPTED=        24 25 26 22 27
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/fiddle ${RUBY_DISTNAME}/include \
diff -r 1a50e46e0f06 -r 20c4bc497189 devel/ruby-readline/Makefile
--- a/devel/ruby-readline/Makefile      Sun Mar 15 15:27:43 2020 +0000
+++ b/devel/ruby-readline/Makefile      Sun Mar 15 15:29:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2019/04/14 15:32:29 taca Exp $
+# $NetBSD: Makefile,v 1.51 2020/03/15 15:29:11 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
+RUBY_VERSIONS_ACCEPTED=        24 25 26 22 27
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/readline \



Home | Main Index | Thread Index | Old Index