pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Dispatch-FileRotate Updated devel/p5-Log-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d59486740d7
branches:  trunk
changeset: 353757:1d59486740d7
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Oct 12 12:44:42 2016 +0000

description:
Updated devel/p5-Log-Dispatch-FileRotate to 1.22
------------------------------------------------
1.22 Thu Oct 06 2016
    - Fix minor POD error (Thanks Matthias Schmitz) [#47665]
    - Remove Log::Log4perl dependency.  The tests now use Log::Dispatch
      directly instead of going through Log4perl. [#55359]
    - Split out "no activity" test case into its own file
    - Use Dist::Zilla to build the dist
    - Move test.pl to t/basic.t
    - Allow "size" parameter to contain underscores such as 10_000_000
      (recognized as 10000000) [#41064]
    - Add a signature test (optional, skipped if Module::Signature is not
      installed and only run if TEST_SIGNATURE=1 is passed to make test)
    - Docs: fix synopsis reference to size parameter to make it clear that
      the size is in bytes, not megabytes.  [#88286]
    - Docs: fix synopsis usage to "name" (incorrect) instead of filename
      (correct)

1.21
    [REMOVED] - accidental release, bad dist.

1.20 Sat Oct 01 2016
    - Fix Date::Manip warnings about deprecated TZ config variable. If
      Date::Manip 6.x or later is installed we now use SetDate instead.
(pkgsrc-changes)
  - Add BUILD_DEPENDS+= p5-Path-Tiny-[0-9]* for make test

diffstat:

 devel/p5-Log-Dispatch-FileRotate/Makefile |   7 ++++---
 devel/p5-Log-Dispatch-FileRotate/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 3e28535bb280 -r 1d59486740d7 devel/p5-Log-Dispatch-FileRotate/Makefile
--- a/devel/p5-Log-Dispatch-FileRotate/Makefile Wed Oct 12 12:41:48 2016 +0000
+++ b/devel/p5-Log-Dispatch-FileRotate/Makefile Wed Oct 12 12:44:42 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2016/06/08 19:23:08 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2016/10/12 12:44:42 mef Exp $
 
-DISTNAME=              Log-Dispatch-FileRotate-1.19
+DISTNAME=              Log-Dispatch-FileRotate-1.22
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           7
 CATEGORIES=            devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
 
@@ -13,6 +12,8 @@
 DEPENDS+=      p5-Log-Dispatch>=2.08:../../devel/p5-Log-Dispatch
 DEPENDS+=      p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
 DEPENDS+=      p5-Log-Log4perl>=1:../../devel/p5-Log-Log4perl
+# for make test
+BUILD_DEPENDS+=        p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
 
 PERL5_PACKLIST=                auto/Log/Dispatch/FileRotate/.packlist
 
diff -r 3e28535bb280 -r 1d59486740d7 devel/p5-Log-Dispatch-FileRotate/distinfo
--- a/devel/p5-Log-Dispatch-FileRotate/distinfo Wed Oct 12 12:41:48 2016 +0000
+++ b/devel/p5-Log-Dispatch-FileRotate/distinfo Wed Oct 12 12:44:42 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:28:25 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/10/12 12:44:42 mef Exp $
 
-SHA1 (Log-Dispatch-FileRotate-1.19.tar.gz) = 2365be58057044938a782a219edd037724de77ce
-RMD160 (Log-Dispatch-FileRotate-1.19.tar.gz) = 3f17d3f24eca2ad76cb3264cfd9a28e253d4b647
-SHA512 (Log-Dispatch-FileRotate-1.19.tar.gz) = 3c981e4703ca8f6f38581ba9ed6a2810b33058a67867791f055df49dd6abba0e4ebd5c29bd4f0c392e4ecc8f17d36ac92754b6966a9d2258c3fa2e6b916e6f49
-Size (Log-Dispatch-FileRotate-1.19.tar.gz) = 15012 bytes
+SHA1 (Log-Dispatch-FileRotate-1.22.tar.gz) = add0731d7c6ce43391b64d8499e85b5ddc037142
+RMD160 (Log-Dispatch-FileRotate-1.22.tar.gz) = 5e6632e286ab4bdcf02e5b6cfc44c9f2e26c568e
+SHA512 (Log-Dispatch-FileRotate-1.22.tar.gz) = 35ab1310de510d4e5fdad29e3e04c6a1f0d30f17c5743bfd96c22367d3b2d0a0a1c9612b35a527d6bb45e71d8634cf8aaf34080fcc6e5f068639752354f68391
+Size (Log-Dispatch-FileRotate-1.22.tar.gz) = 22263 bytes



Home | Main Index | Thread Index | Old Index