Wed Apr 13 18:26:23 2016 UTC ()
Update p5-Log-Any to 1.040.

1.040     2016-02-24 17:47:00-05:00 America/New_York

    [Fixed]

    - Fixed duplicated documentation sections.

1.038     2016-02-10 14:15:31-07:00 America/Mazatlan

    - No changes from 1.037

1.037     2016-02-05 20:22:34-05:00 America/New_York (TRIAL RELEASE)

    [Fixed]

    - Fixed t/filescreen.t Unicode string tests to use a backwards
      compatible form.  Should fix tests before 5.16.

1.035     2016-02-04 14:47:20-05:00 America/New_York (TRIAL RELEASE)

    [Changed]

    - The default formatter now replaces a code reference argument with
      the results of calling the code reference ONLY when it is the first
      argument (in place of a format string).  Code references in
      subsequent arguments (to sprintf) are not executed, as this would
      break backwards compatibility.

    [Documented]

    - Noted that repeatedly calling 'set' to set an adapter without calling
      'remove' or using the 'lexically' feature will leak memory.

1.033     2016-02-03 10:32:57-05:00 America/New_York (TRIAL RELEASE)

    [Added]

    - The default formatter now expands code references.  If the first
      argument is a code reference, it is expanded and returned.  If an
      argument to "sprintf" style formatting is a code reference, it is
      expanded.

    [Changed]

    - The File adapter now opens files with the ":utf8" layer.  It also
      takes a 'binmode' attribute to change the default.

    [Fixed]

    - does_not_contain_ok test adapter function now gives proper
      diagnostic message

    - all diagnostic messages that output the captured log now
      correctly dump the log with pretty formatting

    [Documented]

    - documented the 'proxy_class' argument to `get_logger`

    [~Internal~]

    - Data::Dumper is loaded lazily, to reduce module load times
      for programs that don't need it.


(wiz)
diff -r1.15 -r1.16 pkgsrc/devel/p5-Log-Any/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-Log-Any/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Log-Any/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Log-Any/Makefile 2015/06/12 10:49:23 1.15
+++ pkgsrc/devel/p5-Log-Any/Makefile 2016/04/13 18:26:23 1.16
@@ -1,19 +1,17 @@ @@ -1,19 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2016/04/13 18:26:23 wiz Exp $
2# 
3 2
4DISTNAME= Log-Any-1.032 3DISTNAME= Log-Any-1.040
5PKGNAME= p5-Log-Any-1.03.2 4PKGNAME= p5-Log-Any-1.04.0
6PKGREVISION= 1 
7CATEGORIES= devel perl5 5CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Log-Any/ 9HOMEPAGE= http://search.cpan.org/dist/Log-Any/
12COMMENT= Perl5 module to bring loggers and listeners together 10COMMENT= Perl5 module to bring loggers and listeners together
13LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
14 12
15PERL5_PACKLIST= auto/Log/Any/.packlist 13PERL5_PACKLIST= auto/Log/Any/.packlist
16PERL5_MODULE_TYPE= Module::Install::Bundled 14PERL5_MODULE_TYPE= Module::Install::Bundled
17 15
18.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Log-Any/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Log-Any/distinfo 2015/11/03 03:28:24 1.8
+++ pkgsrc/devel/p5-Log-Any/distinfo 2016/04/13 18:26:23 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2015/11/03 03:28:24 agc Exp $ 1$NetBSD: distinfo,v 1.9 2016/04/13 18:26:23 wiz Exp $
2 2
3SHA1 (Log-Any-1.032.tar.gz) = 6a83c8a22ab356194dcbd8b85f96a78201053940 3SHA1 (Log-Any-1.040.tar.gz) = c871f6d615c5bb8a4a132c94aeade8b518f26892
4RMD160 (Log-Any-1.032.tar.gz) = 4c2bd00c6595f62a54a410455e99175db92aaf75 4RMD160 (Log-Any-1.040.tar.gz) = e6049dc37c5d982a42672dd939ea0be1c2cbed16
5SHA512 (Log-Any-1.032.tar.gz) = e7539f402c30637cb5b3935b7967130c4ecadb0bfdc35252740ab9f626c0c7752323f0bc0eb3b0530458570a5710ac8d845e48b8ea8e0517dc10b41077ac5184 5SHA512 (Log-Any-1.040.tar.gz) = f6ed51725026603d2b3b3f661ec7c6b6d2075f18dee68dc48afe0d87cd55cc48d04874a27d29bcb9157cf71139244261a8bb41881bb9b6167c6746555805a43b
6Size (Log-Any-1.032.tar.gz) = 39824 bytes 6Size (Log-Any-1.040.tar.gz) = 41504 bytes