pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-console



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Feb 17 13:40:36 UTC 2026

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

Log Message:
devel/ruby-console: update to 1.34.3

1.34.3 (2026-02-11)

*  Fix Console::Filter dynamic class creation and severity chaining. (#83)

   - Add DEFAULT_LEVEL constant when creating dynamic filter classes via
     Filter[].

   - Make call() method handle nil level (unknown severity) by passing
     through.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-console/Makefile \
    pkgsrc/devel/ruby-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-console/Makefile
diff -u pkgsrc/devel/ruby-console/Makefile:1.21 pkgsrc/devel/ruby-console/Makefile:1.22
--- pkgsrc/devel/ruby-console/Makefile:1.21     Mon Oct 27 14:57:36 2025
+++ pkgsrc/devel/ruby-console/Makefile  Tue Feb 17 13:40:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/10/27 14:57:36 taca Exp $
+# $NetBSD: Makefile,v 1.22 2026/02/17 13:40:36 taca Exp $
 
-DISTNAME=      console-1.34.2
+DISTNAME=      console-1.34.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-console/distinfo
diff -u pkgsrc/devel/ruby-console/distinfo:1.21 pkgsrc/devel/ruby-console/distinfo:1.22
--- pkgsrc/devel/ruby-console/distinfo:1.21     Mon Oct 27 14:57:36 2025
+++ pkgsrc/devel/ruby-console/distinfo  Tue Feb 17 13:40:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/10/27 14:57:36 taca Exp $
+$NetBSD: distinfo,v 1.22 2026/02/17 13:40:36 taca Exp $
 
-BLAKE2s (console-1.34.2.gem) = 0700f9bb0991b1de72fc35dc99a2dfad9084a30a677702a01d50504099fc20fd
-SHA512 (console-1.34.2.gem) = 3fcd1d2dd8c96c4bf92d6163401ffbacca3619069a51406954cc52351c00c7bd2fac6d66b306b1256c6b691cd0ebb2ca298728e8a92eb5c25c65455e69abaf8c
-Size (console-1.34.2.gem) = 31232 bytes
+BLAKE2s (console-1.34.3.gem) = 2a4bee2a5a2afdd895deb7d8c713b726151f5766f9588b7209f783e1d854b200
+SHA512 (console-1.34.3.gem) = bd67ebe87a0fb7cf29d9fa9ede8e7ec067c7b4d7b743c192d5d04361079eb871d740ba156011425716e2a600a621e1fcbf477d8f2f21ecd02aa1c8c604944d0e
+Size (console-1.34.3.gem) = 31232 bytes



Home | Main Index | Thread Index | Old Index