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:           Wed Aug 15 02:09:05 UTC 2018

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

Log Message:
Update to 1.707

Upstream changes:
1.707     2018-08-01 22:55:01-05:00 America/Chicago

    [Fixed]

    - The local context hash (`$log->context`) and the log hash
      (`$log->$level( $message, $hash )`) now get merged correctly,
      combining contextual logging and structured logging. Thanks
      @mephinet! [Github #76] [Github #73]


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Log-Any/Makefile
cvs rdiff -u -r1.19 -r1.20 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.28 pkgsrc/devel/p5-Log-Any/Makefile:1.29
--- pkgsrc/devel/p5-Log-Any/Makefile:1.28       Sat Jul  7 10:30:52 2018
+++ pkgsrc/devel/p5-Log-Any/Makefile    Wed Aug 15 02:09:05 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2018/07/07 10:30:52 wen Exp $
+# $NetBSD: Makefile,v 1.29 2018/08/15 02:09:05 wen Exp $
 
-DISTNAME=      Log-Any-1.706
-PKGNAME=       p5-Log-Any-1.70.6
+DISTNAME=      Log-Any-1.707
+PKGNAME=       p5-Log-Any-1.70.7
 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.19 pkgsrc/devel/p5-Log-Any/distinfo:1.20
--- pkgsrc/devel/p5-Log-Any/distinfo:1.19       Sat Jul  7 10:30:52 2018
+++ pkgsrc/devel/p5-Log-Any/distinfo    Wed Aug 15 02:09:05 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/07/07 10:30:52 wen Exp $
+$NetBSD: distinfo,v 1.20 2018/08/15 02:09:05 wen Exp $
 
-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
+SHA1 (Log-Any-1.707.tar.gz) = c2f9d790a96de1cf91e6ac227bbc18c5a6288d84
+RMD160 (Log-Any-1.707.tar.gz) = 059825d96ee2a34e52a456c69bf6d14a7577f2e2
+SHA512 (Log-Any-1.707.tar.gz) = b5fc37130b3bb07c9fac896c539657fffad2e80c2055a09816e133e48f3f5db9a3b896ea11bf087b5fe6844a72fb6189656a3033c7761c00f471282747e1c290
+Size (Log-Any-1.707.tar.gz) = 49619 bytes



Home | Main Index | Thread Index | Old Index