summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-09-16 06:20:48 +0000
committertaca <taca@pkgsrc.org>2012-09-16 06:20:48 +0000
commitb62f3fba97058f16c702156143f37d59579b2f1b (patch)
treeaf2a019dccf190dc81af30c430639f94cbef3026
parentffe2c49399b013c46f95a3055b2fe54daea6c97c (diff)
downloadpkgsrc-b62f3fba97058f16c702156143f37d59579b2f1b.tar.gz
Update ruby-logging to 1.8.0.
== 1.8.0 / 2012-09-13 Enhancements - Appenders handle string encodings [issue #46] - Support for diagnostic contexts [issues #23, #32, #42] - Enable JSON formatting of log message [issue #34] Bug Fixes - Fix clash with ActiveSupport autoloader (chewie) [issue #39]
-rw-r--r--devel/ruby-logging/Makefile4
-rw-r--r--devel/ruby-logging/PLIST9
-rw-r--r--devel/ruby-logging/distinfo8
3 files changed, 11 insertions, 10 deletions
diff --git a/devel/ruby-logging/Makefile b/devel/ruby-logging/Makefile
index 64cdcc6b76d..6b85618abb0 100644
--- a/devel/ruby-logging/Makefile
+++ b/devel/ruby-logging/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2012/04/28 15:54:07 taca Exp $
+# $NetBSD: Makefile,v 1.4 2012/09/16 06:20:48 taca Exp $
-DISTNAME= logging-1.7.2
+DISTNAME= logging-1.8.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-logging/PLIST b/devel/ruby-logging/PLIST
index 0aaed2759db..f63e0ea980d 100644
--- a/devel/ruby-logging/PLIST
+++ b/devel/ruby-logging/PLIST
@@ -1,12 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/28 15:54:07 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/09/16 06:20:48 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rvmrc
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/a.rb
${GEM_LIBDIR}/data/bad_logging_1.rb
${GEM_LIBDIR}/data/bad_logging_2.rb
${GEM_LIBDIR}/data/logging.rb
@@ -21,6 +19,7 @@ ${GEM_LIBDIR}/examples/formatting.rb
${GEM_LIBDIR}/examples/hierarchies.rb
${GEM_LIBDIR}/examples/layouts.rb
${GEM_LIBDIR}/examples/loggers.rb
+${GEM_LIBDIR}/examples/mdc.rb
${GEM_LIBDIR}/examples/names.rb
${GEM_LIBDIR}/examples/simple.rb
${GEM_LIBDIR}/lib/logging.rb
@@ -38,6 +37,7 @@ ${GEM_LIBDIR}/lib/logging/appenders/syslog.rb
${GEM_LIBDIR}/lib/logging/color_scheme.rb
${GEM_LIBDIR}/lib/logging/config/configurator.rb
${GEM_LIBDIR}/lib/logging/config/yaml_configurator.rb
+${GEM_LIBDIR}/lib/logging/diagnostic_context.rb
${GEM_LIBDIR}/lib/logging/layout.rb
${GEM_LIBDIR}/lib/logging/layouts.rb
${GEM_LIBDIR}/lib/logging/layouts/basic.rb
@@ -79,11 +79,12 @@ ${GEM_LIBDIR}/test/test_layout.rb
${GEM_LIBDIR}/test/test_log_event.rb
${GEM_LIBDIR}/test/test_logger.rb
${GEM_LIBDIR}/test/test_logging.rb
+${GEM_LIBDIR}/test/test_mapped_diagnostic_context.rb
+${GEM_LIBDIR}/test/test_nested_diagnostic_context.rb
${GEM_LIBDIR}/test/test_proxy.rb
${GEM_LIBDIR}/test/test_repository.rb
${GEM_LIBDIR}/test/test_root_logger.rb
${GEM_LIBDIR}/test/test_stats.rb
${GEM_LIBDIR}/test/test_utils.rb
-${GEM_LIBDIR}/tmp.txt
${GEM_LIBDIR}/version.txt
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-logging/distinfo b/devel/ruby-logging/distinfo
index ef64bcd0c36..60c9a44011d 100644
--- a/devel/ruby-logging/distinfo
+++ b/devel/ruby-logging/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/04/28 15:54:07 taca Exp $
+$NetBSD: distinfo,v 1.4 2012/09/16 06:20:48 taca Exp $
-SHA1 (logging-1.7.2.gem) = d08d3dc4ae8d6d21017250bbe73376ad4f6e473b
-RMD160 (logging-1.7.2.gem) = a3d9623ab4eb0cad83c7e762d8bde6fc88283e36
-Size (logging-1.7.2.gem) = 80384 bytes
+SHA1 (logging-1.8.0.gem) = a6fe2ccb98779ffbc349fecf8c8bb4024ba9d55c
+RMD160 (logging-1.8.0.gem) = 5b20ddd6158e96b2a4200813dd8bb02793516d33
+Size (logging-1.8.0.gem) = 86528 bytes