pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun 15 14:16:29 UTC 2017

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

Log Message:
Updated devel/p5-Log-Dispatch to 2.65
-------------------------------------
  2.65     2017-06-11
  - When Log::Dispatch::File is asked to chmod a file and that fails, show the
    requested permissions in octal. Patch by Carsten Grohmann. GitHub #46.

  2.64     2017-02-25 (TRIAL RELEASE)
  - Improve level validation and canonicalization logic. Patch by Kerin Millar,
    minor changes and tests by Kivanc Yazan. Github #42.

  - The log_and_die and log_and_croak methods are now identical, as we set
    @CARP_NOT for Log::Dispatch to exclude the Log::Dispatch package. You can
      still explicitly pass carp_level to log_and_croak.
  CVS: ----------------------------------------------------------------------


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/p5-Log-Dispatch/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Log-Dispatch/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-Dispatch/Makefile
diff -u pkgsrc/devel/p5-Log-Dispatch/Makefile:1.58 pkgsrc/devel/p5-Log-Dispatch/Makefile:1.59
--- pkgsrc/devel/p5-Log-Dispatch/Makefile:1.58  Mon Jun  5 14:23:11 2017
+++ pkgsrc/devel/p5-Log-Dispatch/Makefile       Thu Jun 15 14:16:29 2017
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2017/06/05 14:23:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.59 2017/06/15 14:16:29 mef Exp $
 
-DISTNAME=      Log-Dispatch-2.63
+DISTNAME=      Log-Dispatch-2.65
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
-PKG_REVISION=  1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
 

Index: pkgsrc/devel/p5-Log-Dispatch/distinfo
diff -u pkgsrc/devel/p5-Log-Dispatch/distinfo:1.31 pkgsrc/devel/p5-Log-Dispatch/distinfo:1.32
--- pkgsrc/devel/p5-Log-Dispatch/distinfo:1.31  Mon Mar 20 21:28:07 2017
+++ pkgsrc/devel/p5-Log-Dispatch/distinfo       Thu Jun 15 14:16:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/03/20 21:28:07 mef Exp $
+$NetBSD: distinfo,v 1.32 2017/06/15 14:16:29 mef Exp $
 
-SHA1 (Log-Dispatch-2.63.tar.gz) = 19774c9500d3e8237a642ea65fda867f4066f1b4
-RMD160 (Log-Dispatch-2.63.tar.gz) = 8e3d29c19c845c4d03764e432481f9f1e92a67c7
-SHA512 (Log-Dispatch-2.63.tar.gz) = 4b44ff7d85741eb57b25938b9b92863614a5267f1574b88c20d91a47e6ef2c957ca47be5211f6c735d453f35c0a326d3b07ab044440e24d763ecb9a09a4856c8
-Size (Log-Dispatch-2.63.tar.gz) = 65522 bytes
+SHA1 (Log-Dispatch-2.65.tar.gz) = d3cb37b8fe0bdeb097de4eaeaa314d1b9a4fc958
+RMD160 (Log-Dispatch-2.65.tar.gz) = 209f220207df5f8338a0781decfca8a2e7de79c0
+SHA512 (Log-Dispatch-2.65.tar.gz) = c686d78e249155f1fb5e25c113ad768826e1fc615f4c65400250480330ccdf77b198e57645ebedc53e98d2a33d46308a985e8cd1f084d12c5475963931498a6a
+Size (Log-Dispatch-2.65.tar.gz) = 66866 bytes



Home | Main Index | Thread Index | Old Index