pkgsrc/devel/ruby-logging/Makefile
taca 3c6b2f837b 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]
2012-09-16 06:20:48 +00:00

14 lines
409 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/16 06:20:48 taca Exp $
DISTNAME= logging-1.8.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubygems.org/gems/logging
COMMENT= Flexible logging library for Ruby based on log4j
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"