pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-priority-queue devel/ruby-priority-queue: r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f68477170848
branches: trunk
changeset: 391420:f68477170848
user: taca <taca%pkgsrc.org@localhost>
date: Mon Jan 09 06:30:13 2023 +0000
description:
devel/ruby-priority-queue: restrict to ruby27 and ruby30
Dose not support Ruby 3.1 and later.
diffstat:
devel/ruby-priority-queue/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r d64768ac4d02 -r f68477170848 devel/ruby-priority-queue/Makefile
--- a/devel/ruby-priority-queue/Makefile Mon Jan 09 06:29:07 2023 +0000
+++ b/devel/ruby-priority-queue/Makefile Mon Jan 09 06:30:13 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/09/25 08:54:47 taca Exp $
+# $NetBSD: Makefile,v 1.12 2023/01/09 06:30:13 taca Exp $
DISTNAME= PriorityQueue-0.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/PriorityQueue/priority-queue/}
@@ -12,6 +12,9 @@
OVERRIDE_GEMSPEC= :files priority_queue.so= priority_queue.o=
+# Dose not support newer versions.
+RUBY_VERSIONS_ACCEPTED= 27 30
+
pre-configure:
cd ${WRKSRC} && pwd; ${RM} -f priority_queue.so priority_queue.o
Home |
Main Index |
Thread Index |
Old Index