pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-async
Module Name: pkgsrc
Committed By: taca
Date: Mon Nov 14 11:49:42 UTC 2022
Modified Files:
pkgsrc/devel/ruby-async: Makefile
Log Message:
devel/ruby-async: restrict to Ruby 3.1
Noted by wiz@ via private e-mail and thanks much.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-async/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-async/Makefile
diff -u pkgsrc/devel/ruby-async/Makefile:1.1 pkgsrc/devel/ruby-async/Makefile:1.2
--- pkgsrc/devel/ruby-async/Makefile:1.1 Fri Nov 11 13:41:34 2022
+++ pkgsrc/devel/ruby-async/Makefile Mon Nov 14 11:49:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/11 13:41:34 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/14 11:49:42 taca Exp $
DISTNAME= async-2.2.1
CATEGORIES= devel
@@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-console>=1.1
DEPENDS+= ${RUBY_PKGPREFIX}-io-event>=1.1.0<1.2:../../devel/ruby-io-event
DEPENDS+= ${RUBY_PKGPREFIX}-timers>=4.1<5:../../time/ruby-timers
+RUBY_VERSIONS_ACCEPTED= 31
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index