pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-logging



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Aug 11 13:16:02 UTC 2022

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

Log Message:
devel/ruby-logging: update to 2.3.1

pkgsrc change: remove one pkglint warning.

2.3.1 (2022-05-24)

Bug Fixes
- logging hangs on JRuby when the stdout appender is closed [PR #237]
- initialize the Logging framework when a Filter is created [PR #238]


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-logging/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-logging/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-logging/Makefile
diff -u pkgsrc/devel/ruby-logging/Makefile:1.12 pkgsrc/devel/ruby-logging/Makefile:1.13
--- pkgsrc/devel/ruby-logging/Makefile:1.12     Sun Sep 13 15:52:06 2020
+++ pkgsrc/devel/ruby-logging/Makefile  Thu Aug 11 13:16:02 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2020/09/13 15:52:06 taca Exp $
+# $NetBSD: Makefile,v 1.13 2022/08/11 13:16:02 taca Exp $
 
-DISTNAME=      logging-2.3.0
+DISTNAME=      logging-2.3.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_RUBYGEMS:=logging/}
+HOMEPAGE=      https://rubygems.org/gems/logging/
 COMMENT=       Flexible logging library for Ruby based on log4j
 LICENSE=       mit
 

Index: pkgsrc/devel/ruby-logging/distinfo
diff -u pkgsrc/devel/ruby-logging/distinfo:1.14 pkgsrc/devel/ruby-logging/distinfo:1.15
--- pkgsrc/devel/ruby-logging/distinfo:1.14     Tue Oct 26 10:19:36 2021
+++ pkgsrc/devel/ruby-logging/distinfo  Thu Aug 11 13:16:02 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:19:36 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/08/11 13:16:02 taca Exp $
 
-BLAKE2s (logging-2.3.0.gem) = 0f2e63daa7d66ca1a773efdfb76935551f34ad464645600e79473fde4d3bd000
-SHA512 (logging-2.3.0.gem) = 32c0c3570022b2bdaf91fa11c3401bae0069f0450f1c5bc7063ab897e8e542eb4bf2952e533b5189b1f132f8b6a3931a52d8069b27090538ff0772754f154796
-Size (logging-2.3.0.gem) = 89088 bytes
+BLAKE2s (logging-2.3.1.gem) = 176fb989ee6bcaaf1c8195fa3c7914a88b3e1eb767d70fd574abe1036aded019
+SHA512 (logging-2.3.1.gem) = c622194088d3397484e026e8908ad8ed861833cbc9633677cc0984daa0a6d105865162794385ab5dd25a7874fdd98efc9e37efd8e9b7d4b00afa85775ba7e41b
+Size (logging-2.3.1.gem) = 89088 bytes



Home | Main Index | Thread Index | Old Index