Skip to content

Commit 864fc72

Browse files
author
taca
committed
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
1 parent b6c1030 commit 864fc72

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

devel/ruby-io-console/Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# $NetBSD: Makefile,v 1.11 2024/08/20 02:28:53 wen Exp $
1+
# $NetBSD: Makefile,v 1.12 2024/12/08 16:40:00 taca Exp $
22

3-
DISTNAME= io-console-0.7.2
3+
DISTNAME= io-console-0.8.0
44
CATEGORIES= devel
55

66
MAINTAINER= [email protected]
77
HOMEPAGE= https://rubygems.org/gems/io-console/
88
COMMENT= Add console capabilities to IO instances
99
LICENSE= 2-clause-bsd OR ruby-license
1010

11-
USE_LANGUAGES= c
12-
1311
.include "../../lang/ruby/gem.mk"
1412
.include "../../mk/bsd.pkg.mk"

devel/ruby-io-console/PLIST

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
@comment $NetBSD: PLIST,v 1.6 2024/08/20 02:14:16 wen Exp $
1+
@comment $NetBSD: PLIST,v 1.7 2024/12/08 16:40:00 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_EXTSDIR}/gem.build_complete
44
${GEM_EXTSDIR}/io/console.${RUBY_DLEXT}
55
${GEM_LIBDIR}/.document
6-
${GEM_LIBDIR}/LICENSE.txt
6+
${GEM_LIBDIR}/BSDL
7+
${GEM_LIBDIR}/COPYING
78
${GEM_LIBDIR}/README.md
89
${GEM_LIBDIR}/ext/io/console/console.c
910
${GEM_LIBDIR}/ext/io/console/extconf.rb

devel/ruby-io-console/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2024/08/20 02:14:16 wen Exp $
1+
$NetBSD: distinfo,v 1.5 2024/12/08 16:40:00 taca Exp $
22

3-
BLAKE2s (io-console-0.7.2.gem) = 8062d235a71a33bb9dc4dd07c615379ebcbcedc557c47ca11ec95516630b27ed
4-
SHA512 (io-console-0.7.2.gem) = d44bb3f71f2158462932acccb91c25fd13c91f95daf8df8cf030874ca12c44aee1011f5b5e0e8d6963e80a0ee701a409508956b01fbafc2d1833e014287c9104
5-
Size (io-console-0.7.2.gem) = 24576 bytes
3+
BLAKE2s (io-console-0.8.0.gem) = 7ef0611c84dcd17b59746ae45d586827833ae32a07731abad25617e69d7f310e
4+
SHA512 (io-console-0.8.0.gem) = 547c24e3663a3e3b8b73eabc2aca2c73a10a59739547d80ef094cea580e23d7e39ba316e5c78f874ed98210e60755448863652091b4fd7554ad53c23bd0afa03
5+
Size (io-console-0.8.0.gem) = 26624 bytes

0 commit comments

Comments
 (0)