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:           Thu Aug 31 23:06:41 UTC 2023

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

Log Message:
Update to 1.717

Upstream changes:
1.717     2023-08-17 10:52:21-05:00 America/Chicago

  [Fixed]

  - Fixed WithStackTrace proxy to remove arguments in-place instead of
    always stringifying the exception object immediately. This means we
    need to handle different exception objects differently, but it also
    means a better log message. Thanks @larryl and @GrantStreetGroup for
    submitting this fix! [Github #100]


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Log-Any/Makefile
cvs rdiff -u -r1.27 -r1.28 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.41 pkgsrc/devel/p5-Log-Any/Makefile:1.42
--- pkgsrc/devel/p5-Log-Any/Makefile:1.41       Thu Aug  3 13:19:09 2023
+++ pkgsrc/devel/p5-Log-Any/Makefile    Thu Aug 31 23:06:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2023/08/03 13:19:09 wen Exp $
+# $NetBSD: Makefile,v 1.42 2023/08/31 23:06:41 wen Exp $
 
-DISTNAME=      Log-Any-1.716
+DISTNAME=      Log-Any-1.717
 # 1.708 -> 1.70.8
 PKGNAME=       p5-${DISTNAME:C/-([0-9])\.([0-9])([0-9])([0-9])/-\1.\2\3.\4/}
 CATEGORIES=    devel perl5

Index: pkgsrc/devel/p5-Log-Any/distinfo
diff -u pkgsrc/devel/p5-Log-Any/distinfo:1.27 pkgsrc/devel/p5-Log-Any/distinfo:1.28
--- pkgsrc/devel/p5-Log-Any/distinfo:1.27       Thu Aug  3 13:19:09 2023
+++ pkgsrc/devel/p5-Log-Any/distinfo    Thu Aug 31 23:06:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/08/03 13:19:09 wen Exp $
+$NetBSD: distinfo,v 1.28 2023/08/31 23:06:41 wen Exp $
 
-BLAKE2s (Log-Any-1.716.tar.gz) = 1097eab48da450b3bea5979cbae7d17aaa2a862a271a2b987ce95c78d6fd6978
-SHA512 (Log-Any-1.716.tar.gz) = 5f5405efb3630a260b3bc369a310b1ed0269f07e2ba76fdc4651e81fc447a8ed57c760697e3637b65e0764e16b5adb067a2db5c8205bac44d2e72a360529a695
-Size (Log-Any-1.716.tar.gz) = 60465 bytes
+BLAKE2s (Log-Any-1.717.tar.gz) = 62edece7d522140c350f17b174f242d7762efff2295e1b8e4167a5961f80f971
+SHA512 (Log-Any-1.717.tar.gz) = feabda26eefebd7fe63ba63750b11e00f217778f0fa801adf3b52342400155230b620b3f2b08630e4b472a328a6c13a84294d35c52968f2fc1206b61fee0d20e
+Size (Log-Any-1.717.tar.gz) = 62565 bytes



Home | Main Index | Thread Index | Old Index