Skip to content

Commit

Permalink
net/ruby-nio4r: update to 2.5.9
Browse files Browse the repository at this point in the history
2.5.9 (2023-04-02)

* Add license file. Fixes #228, #282.
* Actions - remove Ubuntu-16.04, macOS to 11, add Ubuntu-22.04, Win 2022
* Fix test workflow.
* Fix java 8 compatibility. (#292)
* Rework (VALUE* args) -> (VALUE arg) invalid function type. Fixes #287.
* Remove coveralls.
* Fix order of OpenSSL require.
  • Loading branch information
taca committed Apr 30, 2023
1 parent 35f697f commit 5d9b12b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/ruby-nio4r/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2021/08/31 15:43:25 taca Exp $
# $NetBSD: Makefile,v 1.10 2023/04/30 08:47:34 taca Exp $

DISTNAME= nio4r-2.5.8
DISTNAME= nio4r-2.5.9
CATEGORIES= net

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion net/ruby-nio4r/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2021/02/13 13:59:44 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2023/04/30 08:47:34 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/nio4r_ext.${RUBY_DLEXT}
Expand Down Expand Up @@ -44,6 +44,7 @@ ${GEM_LIBDIR}/lib/nio/monitor.rb
${GEM_LIBDIR}/lib/nio/selector.rb
${GEM_LIBDIR}/lib/nio/version.rb
${GEM_LIBDIR}/lib/nio4r_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/license.md
${GEM_LIBDIR}/logo.png
${GEM_LIBDIR}/nio4r.gemspec
${GEM_LIBDIR}/rakelib/extension.rake
Expand Down
8 changes: 4 additions & 4 deletions net/ruby-nio4r/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 11:06:51 nia Exp $
$NetBSD: distinfo,v 1.12 2023/04/30 08:47:34 taca Exp $

BLAKE2s (nio4r-2.5.8.gem) = 02afb7f1eff6c9ad56645da9cc4cd48e5681e7d146eacd6d551aef018a1b8623
SHA512 (nio4r-2.5.8.gem) = 3942403147882380b86f42c54a6d4e92c4e85dd3c0b5b9f473a05fcf98c041853e21d11d0481d1973342b5a4bfb59e02cfd523a44e9e45c3740627a45f7f99c7
Size (nio4r-2.5.8.gem) = 121856 bytes
BLAKE2s (nio4r-2.5.9.gem) = 136dc814d8c7be12cf1bdc7c25ef5c8910e08e1b8118786d4e826212fe66933c
SHA512 (nio4r-2.5.9.gem) = d1c52896f186d19eb089a94d74ccadb427e64c204af149aa83a5a4dda3f0edd1bd2bae94afd21fcd58e3c2b9e2c17278a18717c0905de80e45540d13eeefd9e5
Size (nio4r-2.5.9.gem) = 122368 bytes

0 comments on commit 5d9b12b

Please sign in to comment.