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:           Sun Jun 30 16:06:01 UTC 2024

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

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

2.12.1 (2024-06-23)

* Docs: correct ruby version requirement
* Docs: various typo fixes
* Fix idle load computation. (#323)
* Propagate interrupts when exiting event loop. (#322)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.18 -r1.19 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.21 pkgsrc/devel/ruby-async/Makefile:1.22
--- pkgsrc/devel/ruby-async/Makefile:1.21       Sat Jun  8 15:40:38 2024
+++ pkgsrc/devel/ruby-async/Makefile    Sun Jun 30 16:06:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/06/08 15:40:38 taca Exp $
+# $NetBSD: Makefile,v 1.22 2024/06/30 16:06:01 taca Exp $
 
-DISTNAME=      async-2.12.0
+DISTNAME=      async-2.12.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,7 @@ LICENSE=      mit
 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}-io-event>=1.6.5<2:../../devel/ruby-io-event
 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.18 pkgsrc/devel/ruby-async/distinfo:1.19
--- pkgsrc/devel/ruby-async/distinfo:1.18       Sat Jun  8 15:40:38 2024
+++ pkgsrc/devel/ruby-async/distinfo    Sun Jun 30 16:06:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/06/08 15:40:38 taca Exp $
+$NetBSD: distinfo,v 1.19 2024/06/30 16:06:01 taca Exp $
 
-BLAKE2s (async-2.12.0.gem) = 08f19416df6f3f4339d17563f594b21544886ec3efa1e4bc348fe70c14209c92
-SHA512 (async-2.12.0.gem) = 734138dcaed58f68ef5f9af546400945bfcb1095e4d73ab24b4b1fdc8f516645f22a8193ea67b7d3dc9199cd040cc2d3da5d351c8b58042bace8315b9ea802e0
-Size (async-2.12.0.gem) = 28672 bytes
+BLAKE2s (async-2.12.1.gem) = b5dcc37b54960575063fff648243e4a21ffd682b924e91535e52b902f1af1660
+SHA512 (async-2.12.1.gem) = 4494e2d2cf3169cc13518e97f96e48479e771c37c9c4ec720c78267228ee4db65ab1f808b439fbbfd59d7ad63810060f90a812cc9140e09c2fa5a00089506b9f
+Size (async-2.12.1.gem) = 28672 bytes



Home | Main Index | Thread Index | Old Index