pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-priority-queue
Module Name: pkgsrc
Committed By: taca
Date: Mon Jan 9 06:30:13 UTC 2023
Modified Files:
pkgsrc/devel/ruby-priority-queue: Makefile
Log Message:
devel/ruby-priority-queue: restrict to ruby27 and ruby30
Dose not support Ruby 3.1 and later.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-priority-queue/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-priority-queue/Makefile
diff -u pkgsrc/devel/ruby-priority-queue/Makefile:1.11 pkgsrc/devel/ruby-priority-queue/Makefile:1.12
--- pkgsrc/devel/ruby-priority-queue/Makefile:1.11 Fri Sep 25 08:54:47 2015
+++ pkgsrc/devel/ruby-priority-queue/Makefile Mon Jan 9 06:30:13 2023
@@ -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 @@ LICENSE= gnu-gpl-v2 OR ruby-license
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