pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Report (devel/p5-Log-Report) Updated 1.27...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbbb2b354249
branches:  trunk
changeset: 403137:cbbb2b354249
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Oct 22 06:32:21 2019 +0000

description:
(devel/p5-Log-Report) Updated 1.27 to 1.28
* pkgsrc *
   - Converted BUILD_DEPENDS to TEST_DEPENDS, but two left at BUILD_DEPENDS,
     for TEST_DEPENDS are not enough. They are asked for source expanded at
     test time.

* upstream ChangeLog *
version 1.28:
        Fixes:
        - Dancer2 version 0.166001 is too old as well. [cpantesters]
        - call to wasFatal($class)/reportFatal($class) without exception
          autovivified an 'undef' in the exception list. [Andrew Beverley]
        - fatal exception not always the last in try() block.

diffstat:

 devel/p5-Log-Report/Makefile |  12 ++++++------
 devel/p5-Log-Report/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (44 lines):

diff -r 598871753e1c -r cbbb2b354249 devel/p5-Log-Report/Makefile
--- a/devel/p5-Log-Report/Makefile      Tue Oct 22 06:31:33 2019 +0000
+++ b/devel/p5-Log-Report/Makefile      Tue Oct 22 06:32:21 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2019/08/11 13:19:46 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2019/10/22 06:32:21 mef Exp $
 
-DISTNAME=      Log-Report-1.27
+DISTNAME=      Log-Report-1.28
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
 
@@ -11,10 +10,11 @@
 COMMENT=       Report a problem, pluggable handlers, and language support
 LICENSE=       ${PERL5_LICENSE}
 
-BUILD_DEPENDS+=        p5-Test-Pod>=1.00:../../devel/p5-Test-Pod
+TEST_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod
+TEST_DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
+
+# Followng two to be source expanded at test time
 BUILD_DEPENDS+=        p5-Log-Report-Optional>=1.03:../../devel/p5-Log-Report-Optional
-BUILD_DEPENDS+=        p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
-# for make test ( and optional)
 BUILD_DEPENDS+=        p5-Mojolicious-[0-9]*:../../www/p5-Mojolicious
 
 PERL5_PACKLIST=                auto/Log/Report/.packlist
diff -r 598871753e1c -r cbbb2b354249 devel/p5-Log-Report/distinfo
--- a/devel/p5-Log-Report/distinfo      Tue Oct 22 06:31:33 2019 +0000
+++ b/devel/p5-Log-Report/distinfo      Tue Oct 22 06:32:21 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/06/18 15:03:46 wen Exp $
+$NetBSD: distinfo,v 1.20 2019/10/22 06:32:21 mef Exp $
 
-SHA1 (Log-Report-1.27.tar.gz) = 6422d730d4a6be1040dbb4f45c512b23043233ac
-RMD160 (Log-Report-1.27.tar.gz) = d452dd226d81218306c0140f1778f013ce06599d
-SHA512 (Log-Report-1.27.tar.gz) = 9bed364239e3ad557025112b9cf423be78f1aeb32b9223ce29e967f5a65f448fbdcc81a00f2b6975f2fc1a66ad84142adca60a47550fe44d5527f0c1eb2a1c93
-Size (Log-Report-1.27.tar.gz) = 99583 bytes
+SHA1 (Log-Report-1.28.tar.gz) = 66598154b37211341e6e46bda2fa2ea925f7a8aa
+RMD160 (Log-Report-1.28.tar.gz) = 9b018c744b1cc5e84b0fdc93dc5048ccab0ca336
+SHA512 (Log-Report-1.28.tar.gz) = 1d722750adce63b9def1fa2123a43426a80d716204effa6a6ac89fd3c9c7d2e970d2168b4a5c41fccc714dcc85d5de3fb58ab85c68852f15da8095bc8543e863
+Size (Log-Report-1.28.tar.gz) = 99800 bytes



Home | Main Index | Thread Index | Old Index