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 May  5 16:41:28 UTC 2024

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

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

2.10.2 (2024-04-15)

What's Changed

* Update readme.md - fixing a typo by @peychinov in #313
* Add source_code_uri to published gemspec.

New Contributors

* @peychinov made their first contribution in #313

Contributors

* @peychinov

2.11.0 (2024-05-04)

What's Changed

* Update dependency on console gem and modernize usage.  by @ioquatix in
  #315

Contributors

* @ioquatix


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/devel/ruby-async/Makefile:1.20
--- pkgsrc/devel/ruby-async/Makefile:1.19       Sun Apr  7 14:39:33 2024
+++ pkgsrc/devel/ruby-async/Makefile    Sun May  5 16:41:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/04/07 14:39:33 taca Exp $
+# $NetBSD: Makefile,v 1.20 2024/05/05 16:41:27 taca Exp $
 
-DISTNAME=      async-2.10.1
+DISTNAME=      async-2.11.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +10,7 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-console>=1.10<2:../../devel/ruby-console
+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

Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.16 pkgsrc/devel/ruby-async/distinfo:1.17
--- pkgsrc/devel/ruby-async/distinfo:1.16       Sun Apr  7 14:39:33 2024
+++ pkgsrc/devel/ruby-async/distinfo    Sun May  5 16:41:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/04/07 14:39:33 taca Exp $
+$NetBSD: distinfo,v 1.17 2024/05/05 16:41:27 taca Exp $
 
-BLAKE2s (async-2.10.1.gem) = 3aa51f3865a00fbc067cb907e3908bc284f0b3a05b6c55f2ac37079a63fbbe1c
-SHA512 (async-2.10.1.gem) = 14309154d66995b90c975f6e9a513fcb691fadd3b02f4e661fea6253fa7aec7857e79d766454ddd18031525308439c7e9dcf8bd7ab336bff0384229491e05ee2
-Size (async-2.10.1.gem) = 28672 bytes
+BLAKE2s (async-2.11.0.gem) = d96b8fc7d5af43bc24df97bd58d515170e67fa4c2d777d4b0200abe33741518f
+SHA512 (async-2.11.0.gem) = 2840abfeccf1f0cbb27e51ef2c9197fdeb084fcd06260328b52fa94e4ae962fc453d88ad45b7ce87fee11031d34fef7fd322273ddee64643c72d7e253d395c7c
+Size (async-2.11.0.gem) = 28672 bytes



Home | Main Index | Thread Index | Old Index