pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-gdbm ruby-gdbm: limit to 26 27 30



details:   https://anonhg.NetBSD.org/pkgsrc/rev/012543b1f0ee
branches:  trunk
changeset: 380980:012543b1f0ee
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 22 10:09:32 2022 +0000

description:
ruby-gdbm: limit to 26 27 30

>From the 3.1 release notes:

The following gems has been removed from the Ruby standard library.
...
    gdbm

diffstat:

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

diffs (19 lines):

diff -r c1784f433478 -r 012543b1f0ee databases/ruby-gdbm/Makefile
--- a/databases/ruby-gdbm/Makefile      Wed Jun 22 09:36:49 2022 +0000
+++ b/databases/ruby-gdbm/Makefile      Wed Jun 22 10:09:32 2022 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/12/28 08:20:47 taca Exp $
-#
+# $NetBSD: Makefile,v 1.44 2022/06/22 10:09:32 wiz Exp $
 
 DISTNAME=              ${RUBY_DISTNAME}
 PKGNAME=               ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION}
@@ -11,6 +10,8 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby extension to GDBM library
 
+RUBY_VERSIONS_ACCEPTED=        26 27 30
+
 USE_RUBY_EXTCONF=      yes
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/gdbm ${RUBY_DISTNAME}/include



Home | Main Index | Thread Index | Old Index