pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-logging Update ruby-logging to 2.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f84c555d63d4
branches:  trunk
changeset: 359612:f84c555d63d4
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Mar 13 16:42:32 2017 +0000

description:
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

diffstat:

 devel/ruby-logging/Makefile |   6 +++---
 devel/ruby-logging/PLIST    |   4 +++-
 devel/ruby-logging/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r e019a92eede4 -r f84c555d63d4 devel/ruby-logging/Makefile
--- a/devel/ruby-logging/Makefile       Mon Mar 13 16:33:01 2017 +0000
+++ b/devel/ruby-logging/Makefile       Mon Mar 13 16:42:32 2017 +0000
@@ -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
diff -r e019a92eede4 -r f84c555d63d4 devel/ruby-logging/PLIST
--- a/devel/ruby-logging/PLIST  Mon Mar 13 16:33:01 2017 +0000
+++ b/devel/ruby-logging/PLIST  Mon Mar 13 16:42:32 2017 +0000
@@ -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/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
diff -r e019a92eede4 -r f84c555d63d4 devel/ruby-logging/distinfo
--- a/devel/ruby-logging/distinfo       Mon Mar 13 16:33:01 2017 +0000
+++ b/devel/ruby-logging/distinfo       Mon Mar 13 16:42:32 2017 +0000
@@ -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