pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: taca
Date: Tue May 30 15:35:54 UTC 2023
Modified Files:
pkgsrc/devel/ruby-priority-queue: Makefile
pkgsrc/devel/ruby-test-unit: Makefile
Log Message:
Drop support for ruby27.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-priority-queue/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/ruby-test-unit/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.12 pkgsrc/devel/ruby-priority-queue/Makefile:1.13
--- pkgsrc/devel/ruby-priority-queue/Makefile:1.12 Mon Jan 9 06:30:13 2023
+++ pkgsrc/devel/ruby-priority-queue/Makefile Tue May 30 15:35:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/01/09 06:30:13 taca Exp $
+# $NetBSD: Makefile,v 1.13 2023/05/30 15:35:54 taca Exp $
DISTNAME= PriorityQueue-0.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/PriorityQueue/priority-queue/}
@@ -13,7 +13,7 @@ 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
+RUBY_VERSIONS_ACCEPTED= 30
pre-configure:
cd ${WRKSRC} && pwd; ${RM} -f priority_queue.so priority_queue.o
Index: pkgsrc/devel/ruby-test-unit/Makefile
diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.53 pkgsrc/devel/ruby-test-unit/Makefile:1.54
--- pkgsrc/devel/ruby-test-unit/Makefile:1.53 Sun May 28 01:24:00 2023
+++ pkgsrc/devel/ruby-test-unit/Makefile Tue May 30 15:35:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/05/28 01:24:00 taca Exp $
+# $NetBSD: Makefile,v 1.54 2023/05/30 15:35:54 taca Exp $
DISTNAME= test-unit-3.5.9
CATEGORIES= devel
@@ -11,7 +11,7 @@ LICENSE= ruby-license
USE_LANGUAGES= # none
# Ruby 3.2.0 has the same version as bundled gems.
-RUBY_VERSIONS_ACCEPTED= 27 30 31
+RUBY_VERSIONS_ACCEPTED= 30 31
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index