pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Jul  9 15:11:40 UTC 2017

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Log-Report/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Log-Report/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-Report/Makefile
diff -u pkgsrc/devel/p5-Log-Report/Makefile:1.24 pkgsrc/devel/p5-Log-Report/Makefile:1.25
--- pkgsrc/devel/p5-Log-Report/Makefile:1.24    Mon Jun  5 14:23:12 2017
+++ pkgsrc/devel/p5-Log-Report/Makefile Sun Jul  9 15:11:40 2017
@@ -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 han
 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

Index: pkgsrc/devel/p5-Log-Report/distinfo
diff -u pkgsrc/devel/p5-Log-Report/distinfo:1.13 pkgsrc/devel/p5-Log-Report/distinfo:1.14
--- pkgsrc/devel/p5-Log-Report/distinfo:1.13    Mon Feb 13 11:32:08 2017
+++ pkgsrc/devel/p5-Log-Report/distinfo Sun Jul  9 15:11:40 2017
@@ -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



Home | Main Index | Thread Index | Old Index