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:           Sat Jun  8 15:40:38 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-async: Makefile distinfo

Log Message:
devel/ruby-async: update to 2.12.0

2.12.0 (2024-06-04)

* Add dining philosopher's example.
* Prefer IO::Event::Timers. (#316)
* Add benchmark timers dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-async/distinfo

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.20 pkgsrc/devel/ruby-async/Makefile:1.21
--- pkgsrc/devel/ruby-async/Makefile:1.20       Sun May  5 16:41:27 2024
+++ pkgsrc/devel/ruby-async/Makefile    Sat Jun  8 15:40:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/05/05 16:41:27 taca Exp $
+# $NetBSD: Makefile,v 1.21 2024/06/08 15:40:38 taca Exp $
 
-DISTNAME=      async-2.11.0
+DISTNAME=      async-2.12.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +12,6 @@ USE_LANGUAGES=        # none
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-console>=1.25.2<2:../../devel/ruby-console
 DEPENDS+=      ${RUBY_PKGPREFIX}-io-event>=1.5.1<2:../../devel/ruby-io-event
-DEPENDS+=      ${RUBY_PKGPREFIX}-timers>=4.1<5:../../time/ruby-timers
 DEPENDS+=      ${RUBY_PKGPREFIX}-fiber-annotation>=0:../../devel/ruby-fiber-annotation
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.17 pkgsrc/devel/ruby-async/distinfo:1.18
--- pkgsrc/devel/ruby-async/distinfo:1.17       Sun May  5 16:41:27 2024
+++ pkgsrc/devel/ruby-async/distinfo    Sat Jun  8 15:40:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/05/05 16:41:27 taca Exp $
+$NetBSD: distinfo,v 1.18 2024/06/08 15:40:38 taca Exp $
 
-BLAKE2s (async-2.11.0.gem) = d96b8fc7d5af43bc24df97bd58d515170e67fa4c2d777d4b0200abe33741518f
-SHA512 (async-2.11.0.gem) = 2840abfeccf1f0cbb27e51ef2c9197fdeb084fcd06260328b52fa94e4ae962fc453d88ad45b7ce87fee11031d34fef7fd322273ddee64643c72d7e253d395c7c
-Size (async-2.11.0.gem) = 28672 bytes
+BLAKE2s (async-2.12.0.gem) = 08f19416df6f3f4339d17563f594b21544886ec3efa1e4bc348fe70c14209c92
+SHA512 (async-2.12.0.gem) = 734138dcaed58f68ef5f9af546400945bfcb1095e4d73ab24b4b1fdc8f516645f22a8193ea67b7d3dc9199cd040cc2d3da5d351c8b58042bace8315b9ea802e0
+Size (async-2.12.0.gem) = 28672 bytes



Home | Main Index | Thread Index | Old Index