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:   wiz
Date:           Sun Sep 17 10:48:49 UTC 2017

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

Log Message:
p5-Log-Dispatch: update to 2.66.

Add missing dependency.

2.66     2017-08-14

- Fixed the ApacheLog output, which was broken in 2.60. Fixed by Michael
  Schout. GitHub #48 and #49.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/p5-Log-Dispatch/Makefile
cvs rdiff -u -r1.32 -r1.33 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.59 pkgsrc/devel/p5-Log-Dispatch/Makefile:1.60
--- pkgsrc/devel/p5-Log-Dispatch/Makefile:1.59  Thu Jun 15 14:16:29 2017
+++ pkgsrc/devel/p5-Log-Dispatch/Makefile       Sun Sep 17 10:48:49 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2017/06/15 14:16:29 mef Exp $
+# $NetBSD: Makefile,v 1.60 2017/09/17 10:48:49 wiz Exp $
 
-DISTNAME=      Log-Dispatch-2.65
+DISTNAME=      Log-Dispatch-2.66
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
@@ -11,7 +11,8 @@ COMMENT=      Perl module for logging message
 LICENSE=       artistic-2.0
 
 DEPENDS+=      p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
-DEPENDS+=      p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction
+DEPENDS+=      p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
+DEPENDS+=      p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
 DEPENDS+=      p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
 DEPENDS+=      p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
 DEPENDS+=      p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean

Index: pkgsrc/devel/p5-Log-Dispatch/distinfo
diff -u pkgsrc/devel/p5-Log-Dispatch/distinfo:1.32 pkgsrc/devel/p5-Log-Dispatch/distinfo:1.33
--- pkgsrc/devel/p5-Log-Dispatch/distinfo:1.32  Thu Jun 15 14:16:29 2017
+++ pkgsrc/devel/p5-Log-Dispatch/distinfo       Sun Sep 17 10:48:49 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2017/06/15 14:16:29 mef Exp $
+$NetBSD: distinfo,v 1.33 2017/09/17 10:48:49 wiz Exp $
 
-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
+SHA1 (Log-Dispatch-2.66.tar.gz) = 2937fa94ac66dc926a5b66cd9defb0136e2966c6
+RMD160 (Log-Dispatch-2.66.tar.gz) = 6a48d81a35a39aa4a890c7a49a19ff85f605fe7d
+SHA512 (Log-Dispatch-2.66.tar.gz) = 50ca5bd6d9abb47d2fa35dfe4799670030f6c7dcd59c51587bfad8bcb13ed713ee03d50152532db351c76b4cf407b9626bf30211aeeebfb26e1d873ecd978e27
+Size (Log-Dispatch-2.66.tar.gz) = 67636 bytes



Home | Main Index | Thread Index | Old Index