diff options
author | wen <wen@pkgsrc.org> | 2017-07-09 15:11:40 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-07-09 15:11:40 +0000 |
commit | 074b3ca55670cf28f9263a0730c3cf794f6cf29d (patch) | |
tree | 976c1bebe60458fe6e6629bfe6cbcaf111e1f3e7 /devel | |
parent | bfe76c7c4dd80fe5ef45d6c2217a186500b8b75a (diff) | |
download | pkgsrc-074b3ca55670cf28f9263a0730c3cf794f6cf29d.tar.gz |
Update to 1.21
Update DEPENDS
Upstream changes:
version 1.21: Mon 3 Jul 15:31:19 CEST 2017
Fixes:
- _prepend and _append texts doubled.
rt.cpan.org#122304 [Andreas Koenig]
- accidental stringification of exceptions
rt.cpan.org#122324 [Slaven Rezic]
Improvements:
- also \n of msgid moves to _prepend or _append
version 1.20: Tue 27 Jun 16:41:36 CEST 2017
Fixes:
- Dancer2 sporadic missing request. [Andrew Beverley]
- attribute _lang overrules default locale in translation
- remove Log::Report::Lexicon dependency from ::Translator
- formatter PRINTP cannot be used, remove docs which tell that
- exceptions triggered translation too often
Improvements:
- add textdomain($name, 'EXISTS')
- add textdomain($domain_object);
- short-cut when translating without context
- use String::Print::printi() to interpolate: that code was forked-off
earlier, and now mature.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Report/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Log-Report/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/p5-Log-Report/Makefile b/devel/p5-Log-Report/Makefile index be5d2a9547d..df67f87eb52 100644 --- a/devel/p5-Log-Report/Makefile +++ b/devel/p5-Log-Report/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2017/06/05 14:23:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2017/07/09 15:11:40 wen Exp $ # -DISTNAME= Log-Report-1.19 +DISTNAME= Log-Report-1.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} @@ -13,7 +12,7 @@ COMMENT= Report a problem, pluggable handlers, and language support LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod -BUILD_DEPENDS+= p5-Log-Report-Optional>=1.02:../../devel/p5-Log-Report-Optional +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 diff --git a/devel/p5-Log-Report/distinfo b/devel/p5-Log-Report/distinfo index c80b2588c06..87af9e8e496 100644 --- a/devel/p5-Log-Report/distinfo +++ b/devel/p5-Log-Report/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2017/02/13 11:32:08 wen Exp $ +$NetBSD: distinfo,v 1.14 2017/07/09 15:11:40 wen Exp $ -SHA1 (Log-Report-1.19.tar.gz) = dcf4454a3552eed8eb812bf14f8ba78ab2096a08 -RMD160 (Log-Report-1.19.tar.gz) = ebfa7f58260313d95ce84c19bc6711280f02a270 -SHA512 (Log-Report-1.19.tar.gz) = 1ad21572d7d75a7af6c34a9abf2749ecb2ebb31c742b589a60b6f224f8357834dc25bd2631e3df4126f3d5a8543fbaff665d90fca7a91db1db22615e8bd9d005 -Size (Log-Report-1.19.tar.gz) = 91833 bytes +SHA1 (Log-Report-1.21.tar.gz) = f176cb1da7365a2bee613d84d041d5b5c0e4300d +RMD160 (Log-Report-1.21.tar.gz) = 983acbd0be9bb7cc213edc4cd0671a95069e9875 +SHA512 (Log-Report-1.21.tar.gz) = 862bee79e40e7442b9f1341ce9fde0b1b5b6d280fc10818df93c23bdd14f221c68a3e073d7035d582fa66d04e1f135f783f4c54cd44248d90021a03a574b5ae3 +Size (Log-Report-1.21.tar.gz) = 91667 bytes |