pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-readline devel/ruby-readline: drop support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71b9dc027e9b
branches:  trunk
changeset: 332512:71b9dc027e9b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 14 15:32:29 2019 +0000

description:
devel/ruby-readline: drop support for ruby23

Drop support for ruby23.

diffstat:

 devel/ruby-readline/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 76dacfea24a3 -r 71b9dc027e9b devel/ruby-readline/Makefile
--- a/devel/ruby-readline/Makefile      Sun Apr 14 15:31:55 2019 +0000
+++ b/devel/ruby-readline/Makefile      Sun Apr 14 15:32:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2019/02/03 22:20:35 taca Exp $
+# $NetBSD: Makefile,v 1.50 2019/04/14 15:32:29 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to readline library
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26 23 22
+RUBY_VERSIONS_ACCEPTED=        24 25 26 22
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/readline \



Home | Main Index | Thread Index | Old Index