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 Jul 20 15:20:07 UTC 2024

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

Log Message:
xdevel/ruby-async: update to 2.14.2

2.14.1 (2024-07-15)

* Minor updates to compatibility guide.
* Add initial debugging guide.
* Restore error logging. (#331)
* Remove unused gem dependency.
* Use direct instance variable for async_task.

2.14.2 (2024-07-17)

* Fix failure logs and add explicit tests.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.22 -r1.23 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.25 pkgsrc/devel/ruby-async/Makefile:1.26
--- pkgsrc/devel/ruby-async/Makefile:1.25       Mon Jul 15 15:29:32 2024
+++ pkgsrc/devel/ruby-async/Makefile    Sat Jul 20 15:20:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/07/15 15:29:32 taca Exp $
+# $NetBSD: Makefile,v 1.26 2024/07/20 15:20:07 taca Exp $
 
-DISTNAME=      async-2.14.1
+DISTNAME=      async-2.14.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.22 pkgsrc/devel/ruby-async/distinfo:1.23
--- pkgsrc/devel/ruby-async/distinfo:1.22       Mon Jul 15 15:29:32 2024
+++ pkgsrc/devel/ruby-async/distinfo    Sat Jul 20 15:20:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/07/15 15:29:32 taca Exp $
+$NetBSD: distinfo,v 1.23 2024/07/20 15:20:07 taca Exp $
 
-BLAKE2s (async-2.14.1.gem) = 3aa2767b366a0f6a1546cdce9f4087bd801cd351c967a6897aef774581c91038
-SHA512 (async-2.14.1.gem) = a15783f8dd67977022b3f7e8a9333ca5184a96bcf06e305199eb4a0723fe6443e7a973d54e7368817fd644eae70f2e2982e7c86964a3285024b2abf3e97f494e
-Size (async-2.14.1.gem) = 30208 bytes
+BLAKE2s (async-2.14.2.gem) = fe62c7ac2b17090c937ae42022f3c077bc7d2acbce313372943103a7f3f4ba51
+SHA512 (async-2.14.2.gem) = fa65def5d4aef62d3c88d8cecda1f08ba0200417d99ce22c3b8da0ca714129246030060e718dc62f3cfe61572319c9adbb2ffa956b3072736ccef7220dc5e5d4
+Size (async-2.14.2.gem) = 30208 bytes



Home | Main Index | Thread Index | Old Index