pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-mixlib-log



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 11 15:01:14 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-mixlib-log: Makefile PLIST distinfo

Log Message:
Update ruby-mixlib-log to 1.7.1.

1.7.1 (2016-08-12)

* Allow applications to query if they've got loggers #18 (thommay)

1.7.0 (2016-08-04)

* test with updated ruby versions and run cucumber #16 (thommay)
* Add dev dependency on chefstyle #15 (tas50)
* Misc cleanup + add Travis #14 (tas50)
* File log devices opened by mixlib-log should be closed. #13 (mhorbul)
* Include the license type in the .gemspec #9 (benders)
* MIXLIB-10: don't be so pessimistic about development libraries #8 (jkeiser)

Fixed bugs:

* Ensure that arguments to Mixlib::Log#add are passed as is to all loggers #7
  (ketan)
* Fixing RDoc formatting of README.rdoc. #4 (ampledata)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-mixlib-log/Makefile \
    pkgsrc/devel/ruby-mixlib-log/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-mixlib-log/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-mixlib-log/Makefile
diff -u pkgsrc/devel/ruby-mixlib-log/Makefile:1.1 pkgsrc/devel/ruby-mixlib-log/Makefile:1.2
--- pkgsrc/devel/ruby-mixlib-log/Makefile:1.1   Tue Jun  3 13:14:02 2014
+++ pkgsrc/devel/ruby-mixlib-log/Makefile       Sun Jun 11 15:01:14 2017
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2014/06/03 13:14:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/11 15:01:14 taca Exp $
 
-DISTNAME=      mixlib-log-1.6.0
+DISTNAME=      mixlib-log-1.7.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/opscode/mixlib-log
+HOMEPAGE=      https://github.com/chef/mixlib-log
 COMMENT=       Mixin for simple class-based loggers
 LICENSE=       apache-2.0
 
Index: pkgsrc/devel/ruby-mixlib-log/PLIST
diff -u pkgsrc/devel/ruby-mixlib-log/PLIST:1.1 pkgsrc/devel/ruby-mixlib-log/PLIST:1.2
--- pkgsrc/devel/ruby-mixlib-log/PLIST:1.1      Tue Jun  3 13:14:02 2014
+++ pkgsrc/devel/ruby-mixlib-log/PLIST  Sun Jun 11 15:01:14 2017
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:14:02 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/06/11 15:01:14 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
+${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/NOTICE
-${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/mixlib/log.rb
 ${GEM_LIBDIR}/lib/mixlib/log/formatter.rb

Index: pkgsrc/devel/ruby-mixlib-log/distinfo
diff -u pkgsrc/devel/ruby-mixlib-log/distinfo:1.2 pkgsrc/devel/ruby-mixlib-log/distinfo:1.3
--- pkgsrc/devel/ruby-mixlib-log/distinfo:1.2   Tue Nov  3 03:29:25 2015
+++ pkgsrc/devel/ruby-mixlib-log/distinfo       Sun Jun 11 15:01:14 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:25 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/06/11 15:01:14 taca Exp $
 
-SHA1 (mixlib-log-1.6.0.gem) = b9ea96a598f0725c146f41987436056d92023167
-RMD160 (mixlib-log-1.6.0.gem) = 0d3163d26111099a7018d9449b524ac97aec5c78
-SHA512 (mixlib-log-1.6.0.gem) = 59103c7bc5383a30a393b290ae293a210d15c072a85a9085189c4697345469d251a32528cad963378458b16acf9c0cf1bd452afb90b989c13a3e024778141c2a
-Size (mixlib-log-1.6.0.gem) = 12288 bytes
+SHA1 (mixlib-log-1.7.1.gem) = 4ab9ba9e43642208a5537f048ca931bc8a3e53e3
+RMD160 (mixlib-log-1.7.1.gem) = e15cd2f369455e6b5d28ef3dd49ee527301bf5c1
+SHA512 (mixlib-log-1.7.1.gem) = 597f19a1b2bfd9f2a9ee9ddcf8ed0dc2c4448e355a0ea7aa9bce1bed538d51e98dfce4e6029567a20e005a6e0f7cb69424d242cfafb588af3a46b2ee795c4396
+Size (mixlib-log-1.7.1.gem) = 14336 bytes



Home | Main Index | Thread Index | Old Index