pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ruby-gdbm
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jun 22 10:09:32 UTC 2022
Modified Files:
pkgsrc/databases/ruby-gdbm: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/ruby-gdbm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/ruby-gdbm/Makefile
diff -u pkgsrc/databases/ruby-gdbm/Makefile:1.43 pkgsrc/databases/ruby-gdbm/Makefile:1.44
--- pkgsrc/databases/ruby-gdbm/Makefile:1.43 Mon Dec 28 08:20:47 2020
+++ pkgsrc/databases/ruby-gdbm/Makefile Wed Jun 22 10:09:32 2022
@@ -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 @@ MAINTAINER= taca%NetBSD.org@localhost
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