-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-io-event: update to 1.2.3
pkgsrc change: remove redundant RUBY_VERSIONS_ACCEPTED definition. 1.2.3 (2023-07-26) * Add test for zero length write. (#60) * Fix pipe test on BSD systems. (#62) * Fix Select selector backend per-IO waiter queue handling (#63) * Add some comments regarding the new implementation. * Modernize gem.
- Loading branch information
taca
committed
Jul 30, 2023
1 parent
b849929
commit da0deed
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# $NetBSD: Makefile,v 1.9 2023/05/14 13:40:20 taca Exp $ | ||
# $NetBSD: Makefile,v 1.10 2023/07/30 03:55:48 taca Exp $ | ||
|
||
DISTNAME= io-event-1.2.2 | ||
DISTNAME= io-event-1.2.3 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= pkgsrc-users@NetBSD.org | ||
HOMEPAGE= https://github.com/socketry/io-event | ||
COMMENT= Provides low level cross-platform primitives | ||
LICENSE= mit | ||
|
||
RUBY_VERSIONS_ACCEPTED= 31 30 32 | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.7 2023/05/14 13:40:20 taca Exp $ | ||
$NetBSD: distinfo,v 1.8 2023/07/30 03:55:48 taca Exp $ | ||
|
||
BLAKE2s (io-event-1.2.2.gem) = a4f902bff59393ad791977d42daa4fc470706b82b73543a3c3e481be65681e8a | ||
SHA512 (io-event-1.2.2.gem) = 9c1a7ea1aeae89eb064d1fe8b0e3257cac1beb4dd3c646bb31adf7d65d22349f19c16f1fb6fbf6fe9b8d0c4e65424d4142e40b6a979e84ec238cee273d5f2552 | ||
Size (io-event-1.2.2.gem) = 28672 bytes | ||
BLAKE2s (io-event-1.2.3.gem) = 99300679ac1e7e90bd714a0f3da1bc02d4ed6e5aaeaf0930025ec96f05c36590 | ||
SHA512 (io-event-1.2.3.gem) = 3950c0193969527974f4e0a409bb57eddce2d58468c473ad98a0e58abb95b344c1c646e7a82daee00c1877d7c3eb77b572f9ee846044b4f0f049149fda925cea | ||
Size (io-event-1.2.3.gem) = 28672 bytes |