pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Log-Dispatchouli



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Aug 10 03:11:57 UTC 2025

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

Log Message:
Update to 3.011

Upstream changes:
3.011     2025-07-28 11:43:33-04:00 America/New_York
        - [ BREAKING CHANGE ]
          This release converts all Logger methods to signatured-subs.  This
          should not really break anything, unless methods are being called
          erroneously, as strict arity checking will now notice the wrong
          number of args.
3.010     2025-07-16 09:04:21-04:00 America/New_York
        - add flog_messages and fmt_event, which return formatted strings
          without logging them
3.009     2025-01-07 21:22:25-05:00 America/New_York
        - added documentation of the enable_stdout and enable_stderr methods,
          added in 2.018
3.008     2024-11-02 16:59:01+00:00 Europe/London
        - log_pid can now be a comma-delimited list of outputs, which is most
          likely useful for setting log_pid to "syslog" only
        - mark "to_file" for removal, probably in Nov 2025


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Log-Dispatchouli/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Log-Dispatchouli/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-Dispatchouli/Makefile
diff -u pkgsrc/devel/p5-Log-Dispatchouli/Makefile:1.33 pkgsrc/devel/p5-Log-Dispatchouli/Makefile:1.34
--- pkgsrc/devel/p5-Log-Dispatchouli/Makefile:1.33      Fri Jul  4 08:46:03 2025
+++ pkgsrc/devel/p5-Log-Dispatchouli/Makefile   Sun Aug 10 03:11:57 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2025/07/04 08:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/08/10 03:11:57 wen Exp $
 
-DISTNAME=      Log-Dispatchouli-3.007
+DISTNAME=      Log-Dispatchouli-3.011
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
 

Index: pkgsrc/devel/p5-Log-Dispatchouli/distinfo
diff -u pkgsrc/devel/p5-Log-Dispatchouli/distinfo:1.15 pkgsrc/devel/p5-Log-Dispatchouli/distinfo:1.16
--- pkgsrc/devel/p5-Log-Dispatchouli/distinfo:1.15      Sun Dec 17 06:02:24 2023
+++ pkgsrc/devel/p5-Log-Dispatchouli/distinfo   Sun Aug 10 03:11:57 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/12/17 06:02:24 mef Exp $
+$NetBSD: distinfo,v 1.16 2025/08/10 03:11:57 wen Exp $
 
-BLAKE2s (Log-Dispatchouli-3.007.tar.gz) = b489703e41245729bbafb77becdd72173de51217bfde0ea8c488f7a1360a8fbd
-SHA512 (Log-Dispatchouli-3.007.tar.gz) = 69dfbfdc0ddc0255611c93b5570bc4a105ceb7c3389626981aa1be914d3379940551b3608cc1c606c0751ecde78b06dce4113279030cc9f126eb0667ac82e4c3
-Size (Log-Dispatchouli-3.007.tar.gz) = 40342 bytes
+BLAKE2s (Log-Dispatchouli-3.011.tar.gz) = e78ae4b0a7553c5ba6a2a7b287ed13143c7396bd08e2051f1a5e9b1646dac99e
+SHA512 (Log-Dispatchouli-3.011.tar.gz) = 02ddefb3cea97035c48af1c0b4e68f66d79f0531871bb176e6b603e1da6a12c318b4ce377ba321f0f5106929a6c3603556e51734b1f2a3df97c8f2fcc85debd8
+Size (Log-Dispatchouli-3.011.tar.gz) = 42046 bytes



Home | Main Index | Thread Index | Old Index