pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Log-Any
Module Name: pkgsrc
Committed By: mef
Date: Sun Apr 9 03:19:27 UTC 2017
Modified Files:
pkgsrc/devel/p5-Log-Any: Makefile distinfo
Log Message:
Updated devel/p5-Log-Any from 1.04.5 to 1.04.9
----------------------------------------------
1.049 2017-03-28 16:02:10-05:00 America/Chicago
[Fixed]
- Fixed failing tests on Windows because of path separator
interpolation. Thanks @nanis [Github #56]
- Added explicit core dependency on Sys::Syslog in case of Perls
with non-standard core libraries. Thanks @nanis [Github #57]
1.048 2017-03-27 15:16:12-05:00 America/Chicago
- No changes since 1.047 trial release
1.047 2017-03-22 20:22:47-05:00 America/Chicago (TRIAL RELEASE)
[Fixed]
- Fixed backwards-compatibility with users using the Unix::Syslog
macros in Log::Any::Adapter::Syslog. This requires that the user
have Unix::Syslog installed (which Log::Any does not explicitly
depend on).
- Log level aliases are now case-insensitive to match the regular
log levels. Prior to this, "WARNING", "Warning", and "warning"
would all work, but "WARN", and "Warn" would not, only "warn".
Thanks to @0x62ash for reporting this issue. [Github #55]
- Invalid log levels for the File, Stderr, and Stdout adapters now
result in a warning, and the default level of "trace" is used.
Previously, no warning would be issued and no logs would be
generated. Thanks to @0x62ash for reporting this issue. [Github
#55]
1.046 2017-01-11 21:22:57-06:00 America/Chicago (TRIAL RELEASE)
[Added]
- The Syslog adapter is now part of the core distribution, since it
relies only on core Perl modules.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Log-Any/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Log-Any/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/p5-Log-Any/Makefile
diff -u pkgsrc/devel/p5-Log-Any/Makefile:1.19 pkgsrc/devel/p5-Log-Any/Makefile:1.20
--- pkgsrc/devel/p5-Log-Any/Makefile:1.19 Sun Nov 13 01:51:40 2016
+++ pkgsrc/devel/p5-Log-Any/Makefile Sun Apr 9 03:19:27 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2016/11/13 01:51:40 wen Exp $
+# $NetBSD: Makefile,v 1.20 2017/04/09 03:19:27 mef Exp $
-DISTNAME= Log-Any-1.045
-PKGNAME= p5-Log-Any-1.04.5
+DISTNAME= Log-Any-1.049
+PKGNAME= p5-Log-Any-1.04.9
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
Index: pkgsrc/devel/p5-Log-Any/distinfo
diff -u pkgsrc/devel/p5-Log-Any/distinfo:1.11 pkgsrc/devel/p5-Log-Any/distinfo:1.12
--- pkgsrc/devel/p5-Log-Any/distinfo:1.11 Sun Nov 13 01:51:40 2016
+++ pkgsrc/devel/p5-Log-Any/distinfo Sun Apr 9 03:19:27 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/11/13 01:51:40 wen Exp $
+$NetBSD: distinfo,v 1.12 2017/04/09 03:19:27 mef Exp $
-SHA1 (Log-Any-1.045.tar.gz) = 1dda0d8abbbfef9053488d6a29ac1e2d12ee04bc
-RMD160 (Log-Any-1.045.tar.gz) = cd4bb2590aaf01e5331a82bd303f7d4a095f9ebb
-SHA512 (Log-Any-1.045.tar.gz) = 04751957fcdf13e50888c0a85b3221f5689603c109a1dd120295911513b620c9eca0af358e6375742945fbb51973c7f73d03512429abcc519251838ddaf97da9
-Size (Log-Any-1.045.tar.gz) = 40415 bytes
+SHA1 (Log-Any-1.049.tar.gz) = ea242744731522601731c459c14e74b9cf97adca
+RMD160 (Log-Any-1.049.tar.gz) = c20785cae25ae86d07193987aaae9032dee67907
+SHA512 (Log-Any-1.049.tar.gz) = 9a6363c7fa8c187deb1c9008411150d3c6a723e17c51cfd957127b2f33246ce680bcea47eae15e856358e643ea8bd8c923a540503b733c421d94f9fdca340f7b
+Size (Log-Any-1.049.tar.gz) = 44718 bytes
Home |
Main Index |
Thread Index |
Old Index