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:   wen
Date:           Sat Jul  7 10:30:52 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Log-Any: Makefile distinfo

Log Message:
Update to 1.706

Upstream changes:
1.706     2018-07-06 20:20:00-05:00 America/Chicago

    [Fixed]

    - The File, Stderr, and Stdout adapters now correctly allow being
      set to the "emergency" log level threshold. Previously, trying to
      only allow "emergency" log lines would result in all logs being
      written (and a warning about an invalid log level being set).
      Thanks @alabamapaul! [Github #74]


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Log-Any/Makefile
cvs rdiff -u -r1.18 -r1.19 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.27 pkgsrc/devel/p5-Log-Any/Makefile:1.28
--- pkgsrc/devel/p5-Log-Any/Makefile:1.27       Thu Jan 18 09:17:26 2018
+++ pkgsrc/devel/p5-Log-Any/Makefile    Sat Jul  7 10:30:52 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2018/01/18 09:17:26 wen Exp $
+# $NetBSD: Makefile,v 1.28 2018/07/07 10:30:52 wen Exp $
 
-DISTNAME=      Log-Any-1.705
-PKGNAME=       p5-Log-Any-1.70.5
+DISTNAME=      Log-Any-1.706
+PKGNAME=       p5-Log-Any-1.70.6
 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.18 pkgsrc/devel/p5-Log-Any/distinfo:1.19
--- pkgsrc/devel/p5-Log-Any/distinfo:1.18       Thu Jan 18 09:17:26 2018
+++ pkgsrc/devel/p5-Log-Any/distinfo    Sat Jul  7 10:30:52 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2018/01/18 09:17:26 wen Exp $
+$NetBSD: distinfo,v 1.19 2018/07/07 10:30:52 wen Exp $
 
-SHA1 (Log-Any-1.705.tar.gz) = cab757102b5413e45c705e4c5821320b3ea89a9d
-RMD160 (Log-Any-1.705.tar.gz) = 0488af27a727e5621b8be0a62db1808af6f758a7
-SHA512 (Log-Any-1.705.tar.gz) = b2d2befe6036718c735b2c2f2d58fef2106e72f8ef9390b01700e52da7f0cb85e7cc453c5a5c3d64985a72f12a398ddd6d5aaf4cdf92c5c3d2a55cdb52170409
-Size (Log-Any-1.705.tar.gz) = 49177 bytes
+SHA1 (Log-Any-1.706.tar.gz) = 63537aed7513b0b932946967ce6cbb1d70c64ab9
+RMD160 (Log-Any-1.706.tar.gz) = bfeff4f5bf51a5be412db52b2be505e276b5c296
+SHA512 (Log-Any-1.706.tar.gz) = 13f6258c695b6820eb9c94ccff4de05605539011d48e073b471979ac6ae0b1f4190394107fde8f05ed6891f53d09c9babb0bb2104a02eecf789360073339086d
+Size (Log-Any-1.706.tar.gz) = 49482 bytes



Home | Main Index | Thread Index | Old Index