pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-gdbm databases/ruby-gdbm: drop support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76a2991002f8
branches:  trunk
changeset: 322314:76a2991002f8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 14 15:30:24 2019 +0000

description:
databases/ruby-gdbm: drop support for ruby23

Drop support for ruby23.

diffstat:

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

diffs (18 lines):

diff -r e58adf431b4b -r 76a2991002f8 databases/ruby-gdbm/Makefile
--- a/databases/ruby-gdbm/Makefile      Sun Apr 14 15:29:22 2019 +0000
+++ b/databases/ruby-gdbm/Makefile      Sun Apr 14 15:30:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/02/03 22:20:35 taca Exp $
+# $NetBSD: Makefile,v 1.39 2019/04/14 15:30:24 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to GDBM library
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26 23 22
+RUBY_VERSIONS_ACCEPTED=        24 25 26 22
 
 USE_RUBY_EXTCONF=      yes
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}



Home | Main Index | Thread Index | Old Index