From 864fc722fd96356bea924eb48ed6cb31663dcce4 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 8 Dec 2024 16:40:00 +0000 Subject: [PATCH] devel/ruby-io-console: update to 0.8.0 pkgsrc change: remove "USE_LANGUGAES= c" since it is default value. 0.8.0 (2024-12-03) What's Changed * Move omits by @nobu in #68 * Load the built extension library in noctty tests by @nobu in #69 * Show the correct exception when the stty backend cannot be required by @eregon in #70 * Skip building extension on WASI by @kateinoigakukun in #71 * Update gperf by @nobu in #73 * Declare as Ractor-safe by @nobu in #74 * Make IO.console Ractor-safe by @nobu in #75 * Support older versions of ruby by @nobu in #77 * Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #78 * Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #79 * Read errno before calling rb_io_path() by @XrXr in #80 * Check if rb_syserr_fail_str is available by @nobu in #81 * Freeze the version string by @nobu in #82 * Add IO#ttyname that returns the tty name or nil by @nobu in #76 New Contributors * @kateinoigakukun made their first contribution in #71 * @XrXr made their first contribution in #80 --- devel/ruby-io-console/Makefile | 6 ++---- devel/ruby-io-console/PLIST | 5 +++-- devel/ruby-io-console/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/devel/ruby-io-console/Makefile b/devel/ruby-io-console/Makefile index bc21f13147bc..a8fb571d25af 100644 --- a/devel/ruby-io-console/Makefile +++ b/devel/ruby-io-console/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2024/08/20 02:28:53 wen Exp $ +# $NetBSD: Makefile,v 1.12 2024/12/08 16:40:00 taca Exp $ -DISTNAME= io-console-0.7.2 +DISTNAME= io-console-0.8.0 CATEGORIES= devel MAINTAINER= wen@NetBSD.org @@ -8,7 +8,5 @@ HOMEPAGE= https://rubygems.org/gems/io-console/ COMMENT= Add console capabilities to IO instances LICENSE= 2-clause-bsd OR ruby-license -USE_LANGUAGES= c - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-io-console/PLIST b/devel/ruby-io-console/PLIST index 94ae5c027fd5..e8a19653b1eb 100644 --- a/devel/ruby-io-console/PLIST +++ b/devel/ruby-io-console/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2024/08/20 02:14:16 wen Exp $ +@comment $NetBSD: PLIST,v 1.7 2024/12/08 16:40:00 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/io/console.${RUBY_DLEXT} ${GEM_LIBDIR}/.document -${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/BSDL +${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/ext/io/console/console.c ${GEM_LIBDIR}/ext/io/console/extconf.rb diff --git a/devel/ruby-io-console/distinfo b/devel/ruby-io-console/distinfo index b5c04c6d8d39..a05a8d594a82 100644 --- a/devel/ruby-io-console/distinfo +++ b/devel/ruby-io-console/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2024/08/20 02:14:16 wen Exp $ +$NetBSD: distinfo,v 1.5 2024/12/08 16:40:00 taca Exp $ -BLAKE2s (io-console-0.7.2.gem) = 8062d235a71a33bb9dc4dd07c615379ebcbcedc557c47ca11ec95516630b27ed -SHA512 (io-console-0.7.2.gem) = d44bb3f71f2158462932acccb91c25fd13c91f95daf8df8cf030874ca12c44aee1011f5b5e0e8d6963e80a0ee701a409508956b01fbafc2d1833e014287c9104 -Size (io-console-0.7.2.gem) = 24576 bytes +BLAKE2s (io-console-0.8.0.gem) = 7ef0611c84dcd17b59746ae45d586827833ae32a07731abad25617e69d7f310e +SHA512 (io-console-0.8.0.gem) = 547c24e3663a3e3b8b73eabc2aca2c73a10a59739547d80ef094cea580e23d7e39ba316e5c78f874ed98210e60755448863652091b4fd7554ad53c23bd0afa03 +Size (io-console-0.8.0.gem) = 26624 bytes