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:           Mon Mar 13 16:42:32 UTC 2017

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

Log Message:
Update ruby-logging to 2.2.0.

== 2.2.0 / 2017-03-09

Enhancements
- diagnostic context inheritance is now optional [PR #160]
- add support for setting a UTC offset [PR #157]
- setting a basepath for call tracing [PR #154]

Bug Fixes
- use thread-local variables for diagnostic contexts [PR #162]
- replace `Fixnum` with `Integer` [PR #161]
- fixed a race condition in the rolling file appender [PR #151]

Deprecations
- dropped Ruby 1.9 support


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-logging/Makefile \
    pkgsrc/devel/ruby-logging/PLIST 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.9 pkgsrc/devel/ruby-logging/Makefile:1.10
--- pkgsrc/devel/ruby-logging/Makefile:1.9      Tue Mar 15 16:54:33 2016
+++ pkgsrc/devel/ruby-logging/Makefile  Mon Mar 13 16:42:32 2017
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2016/03/15 16:54:33 taca Exp $
+# $NetBSD: Makefile,v 1.10 2017/03/13 16:42:32 taca Exp $
 
-DISTNAME=      logging-2.1.0
+DISTNAME=      logging-2.2.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${MASTER_SITE_RUBYGEMS:=logging/}
 COMMENT=       Flexible logging library for Ruby based on log4j
-LICENSE=       ruby-license
+LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
 DEPENDS+=      ${RUBY_PKGPREFIX}-multi_json>=1.10:../../textproc/ruby-multi_json
Index: pkgsrc/devel/ruby-logging/PLIST
diff -u pkgsrc/devel/ruby-logging/PLIST:1.9 pkgsrc/devel/ruby-logging/PLIST:1.10
--- pkgsrc/devel/ruby-logging/PLIST:1.9 Tue Mar 15 16:54:33 2016
+++ pkgsrc/devel/ruby-logging/PLIST     Mon Mar 13 16:42:32 2017
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2016/03/15 16:54:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/03/13 16:42:32 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/examples/appenders.rb
@@ -18,6 +19,7 @@ ${GEM_LIBDIR}/examples/loggers.rb
 ${GEM_LIBDIR}/examples/mdc.rb
 ${GEM_LIBDIR}/examples/names.rb
 ${GEM_LIBDIR}/examples/rails4.rb
+${GEM_LIBDIR}/examples/reusing_layouts.rb
 ${GEM_LIBDIR}/examples/rspec_integration.rb
 ${GEM_LIBDIR}/examples/simple.rb
 ${GEM_LIBDIR}/lib/logging.rb
Index: pkgsrc/devel/ruby-logging/distinfo
diff -u pkgsrc/devel/ruby-logging/distinfo:1.9 pkgsrc/devel/ruby-logging/distinfo:1.10
--- pkgsrc/devel/ruby-logging/distinfo:1.9      Tue Mar 15 16:54:33 2016
+++ pkgsrc/devel/ruby-logging/distinfo  Mon Mar 13 16:42:32 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 16:54:33 taca Exp $
+$NetBSD: distinfo,v 1.10 2017/03/13 16:42:32 taca Exp $
 
-SHA1 (logging-2.1.0.gem) = 88f616d8e6df89a65bd3c17eed6cffb2f331cf18
-RMD160 (logging-2.1.0.gem) = 923a543285367bf0a662009676a7e82e58f85f6d
-SHA512 (logging-2.1.0.gem) = e8aad48ef24f8f70fad2aa4d78c25cb675b8c65ea883e14f6e2697af79111de38bced389d2f20d5699bc722274268ddac835c34f89884ea0aee86571a7ca1b55
-Size (logging-2.1.0.gem) = 83456 bytes
+SHA1 (logging-2.2.0.gem) = 3f8db246d937c4f2c62cf077ec505957bf292f1c
+RMD160 (logging-2.2.0.gem) = 77adaf45eaab17d36d86aa261d4172ee57a4a524
+SHA512 (logging-2.2.0.gem) = 738960cf51554bbf1045f63882351bf2d471e6e362f3b391d6063319c8e875c80a9c9e6e9edfce6060f44bf27d31a4a51d386f68d293e2b7036e34f76759db33
+Size (logging-2.2.0.gem) = 86016 bytes



Home | Main Index | Thread Index | Old Index