pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Log-Dispatch-FileRotate



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Oct 12 12:44:42 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Log-Dispatch-FileRotate: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Log-Dispatch-FileRotate/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Log-Dispatch-FileRotate/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-Dispatch-FileRotate/Makefile
diff -u pkgsrc/devel/p5-Log-Dispatch-FileRotate/Makefile:1.20 pkgsrc/devel/p5-Log-Dispatch-FileRotate/Makefile:1.21
--- pkgsrc/devel/p5-Log-Dispatch-FileRotate/Makefile:1.20       Wed Jun  8 19:23:08 2016
+++ pkgsrc/devel/p5-Log-Dispatch-FileRotate/Makefile    Wed Oct 12 12:44:42 2016
@@ -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-Date-Manip>=5.0:../../devel
 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
 

Index: pkgsrc/devel/p5-Log-Dispatch-FileRotate/distinfo
diff -u pkgsrc/devel/p5-Log-Dispatch-FileRotate/distinfo:1.5 pkgsrc/devel/p5-Log-Dispatch-FileRotate/distinfo:1.6
--- pkgsrc/devel/p5-Log-Dispatch-FileRotate/distinfo:1.5        Tue Nov  3 03:28:25 2015
+++ pkgsrc/devel/p5-Log-Dispatch-FileRotate/distinfo    Wed Oct 12 12:44:42 2016
@@ -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