pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/623e94e27356
branches:  trunk
changeset: 322315:623e94e27356
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 14 15:31:55 2019 +0000

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

Drop support for ruby23.

diffstat:

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

diffs (18 lines):

diff -r 76a2991002f8 -r 623e94e27356 devel/ruby-fiddle/Makefile
--- a/devel/ruby-fiddle/Makefile        Sun Apr 14 15:30:24 2019 +0000
+++ b/devel/ruby-fiddle/Makefile        Sun Apr 14 15:31:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/02/03 22:20:35 taca Exp $
+# $NetBSD: Makefile,v 1.16 2019/04/14 15:31:55 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby fiddle library to wrap libffi
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26 23 22
+RUBY_VERSIONS_ACCEPTED=        24 25 26 22
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/fiddle ${RUBY_DISTNAME}/include \



Home | Main Index | Thread Index | Old Index