diff options
author | wen <wen@pkgsrc.org> | 2015-11-28 14:34:45 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-11-28 14:34:45 +0000 |
commit | ed90c98aacca4a7326a9fe5a21f7bca6e5b81439 (patch) | |
tree | 349e69150b46b4df4aaa42ee174f1f83aee84517 | |
parent | 02a1783cff7ab7f2aeb98cc3c3d2bd2ffd16dbd9 (diff) | |
download | pkgsrc-ed90c98aacca4a7326a9fe5a21f7bca6e5b81439.tar.gz |
Update to 1.09
Upstream changes:
version 1.09: Tue 20 Oct 09:26:00 CEST 2015
Fixes:
- try: do not ignore is_fatal parameter
Improvements:
- dispatcher() new action 'active-try'
- many, many improvements to Dancer2::* [Andrew Beverley]
version 1.08: Thu 8 Oct 17:55:39 CEST 2015
Fixes:
- tests on Windows [cpantesters]
Improvements:
- avoid use of 'package Dancer::Logger' to circumvent complaints
of Pause.
- Log::Report configure message_class [Andrew Beverley]
- Dancer2 plugin improved a lot [Andrew Beverley]
-rw-r--r-- | devel/p5-Log-Report/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Log-Report/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Log-Report/Makefile b/devel/p5-Log-Report/Makefile index 3b37c3114f4..8dde0035170 100644 --- a/devel/p5-Log-Report/Makefile +++ b/devel/p5-Log-Report/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/09/02 13:07:06 mef Exp $ +# $NetBSD: Makefile,v 1.17 2015/11/28 14:34:45 wen Exp $ # -DISTNAME= Log-Report-1.07 +DISTNAME= Log-Report-1.09 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} @@ -11,7 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Log-Report/ COMMENT= Report a problem, pluggable handlers, and language support LICENSE= ${PERL5_LICENSE} -#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod BUILD_DEPENDS+= p5-Log-Report-Optional>=0:../../devel/p5-Log-Report-Optional BUILD_DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction diff --git a/devel/p5-Log-Report/distinfo b/devel/p5-Log-Report/distinfo index d83c48ac53c..fd594473248 100644 --- a/devel/p5-Log-Report/distinfo +++ b/devel/p5-Log-Report/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:28:25 agc Exp $ +$NetBSD: distinfo,v 1.8 2015/11/28 14:34:45 wen Exp $ -SHA1 (Log-Report-1.07.tar.gz) = b95ada68b720dd5e21c13ceff07b6c95959cc763 -RMD160 (Log-Report-1.07.tar.gz) = 8302e18706b278c7180d1a0a3cfa0bbafffee3a0 -SHA512 (Log-Report-1.07.tar.gz) = b7a43034d859243e9471e7cbd8b8fe9651565270bc55bc0c93f91209d2c06e79f76306bc9fcc89589c06c3a8b7a8339704266e346d1012b89a158bb7c6404848 -Size (Log-Report-1.07.tar.gz) = 81223 bytes +SHA1 (Log-Report-1.09.tar.gz) = 9bca7f39ae95325da5da12b1411a90344a67515e +RMD160 (Log-Report-1.09.tar.gz) = f3ebd736559809675e9638d9ae616a78226f8cf9 +SHA512 (Log-Report-1.09.tar.gz) = cd3c3916b62493858644a174d0aabf3f3c15753273020db0d5eb939462ac07a6308ceda7e3e3eb7ee4a74492378ada0256c449619c3ec4a0d27be9914d220947 +Size (Log-Report-1.09.tar.gz) = 84061 bytes |