pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-io-console



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  8 16:40:00 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-io-console: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-io-console/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-io-console/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-io-console/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-io-console/Makefile
diff -u pkgsrc/devel/ruby-io-console/Makefile:1.11 pkgsrc/devel/ruby-io-console/Makefile:1.12
--- pkgsrc/devel/ruby-io-console/Makefile:1.11  Tue Aug 20 02:28:53 2024
+++ pkgsrc/devel/ruby-io-console/Makefile       Sun Dec  8 16:40:00 2024
@@ -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@localhost
@@ -8,7 +8,5 @@ HOMEPAGE=       https://rubygems.org/gems/io-c
 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"

Index: pkgsrc/devel/ruby-io-console/PLIST
diff -u pkgsrc/devel/ruby-io-console/PLIST:1.6 pkgsrc/devel/ruby-io-console/PLIST:1.7
--- pkgsrc/devel/ruby-io-console/PLIST:1.6      Tue Aug 20 02:14:16 2024
+++ pkgsrc/devel/ruby-io-console/PLIST  Sun Dec  8 16:40:00 2024
@@ -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

Index: pkgsrc/devel/ruby-io-console/distinfo
diff -u pkgsrc/devel/ruby-io-console/distinfo:1.4 pkgsrc/devel/ruby-io-console/distinfo:1.5
--- pkgsrc/devel/ruby-io-console/distinfo:1.4   Tue Aug 20 02:14:16 2024
+++ pkgsrc/devel/ruby-io-console/distinfo       Sun Dec  8 16:40:00 2024
@@ -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



Home | Main Index | Thread Index | Old Index