pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-CheckManifest



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Apr 19 23:47:01 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Test-CheckManifest: Makefile distinfo

Log Message:
Update to 1.42

Upstream changes:
1.42    2019-02-22 17:41:00

      * add section in doc that explains how to replace test scripts using Test::CheckManifest
      * stable release with all the changes from the test releases

1.41_04 2019-02-21 15:12:00

      * fix test failure on Win32 - use "plan skip_all" instead of "skip '...'"
      * update dist.ini

1.41_03 2019-02-21 09:27:00

      * optimize ok_manifest()
      * add more tests for find_home()

1.41_02 2019-02-20 13:37:00

      * more debugging stuff

1.41_01 2019-02-20 09:50:00

      * use regexes to silence warnings
      * add debugging stuff to debug win32 failures

1.41  2019-02-19 10:53:00

      * improve tests
      * Removed regex warnings on windows box as reported by CPANTESTERS (Thanks to manwar)

1.39  2019-02-14 07:28:00

      * release 1.39

1.38_02 2018-12-23 11:32:00

      * fix test failures (thanks to manwar and LorenzoTa)

1.38_01 2018-12-21 14:30:00

      * more tests
      * refactor code


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Test-CheckManifest/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Test-CheckManifest/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-Test-CheckManifest/Makefile
diff -u pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.18 pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.19
--- pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.18    Wed Jan 16 01:07:59 2019
+++ pkgsrc/devel/p5-Test-CheckManifest/Makefile Fri Apr 19 23:47:01 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/01/16 01:07:59 wen Exp $
+# $NetBSD: Makefile,v 1.19 2019/04/19 23:47:01 wen Exp $
 
-DISTNAME=      Test-CheckManifest-1.38
+DISTNAME=      Test-CheckManifest-1.42
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}

Index: pkgsrc/devel/p5-Test-CheckManifest/distinfo
diff -u pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.9 pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.10
--- pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.9     Wed Jan 16 01:07:59 2019
+++ pkgsrc/devel/p5-Test-CheckManifest/distinfo Fri Apr 19 23:47:01 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/01/16 01:07:59 wen Exp $
+$NetBSD: distinfo,v 1.10 2019/04/19 23:47:01 wen Exp $
 
-SHA1 (Test-CheckManifest-1.38.tar.gz) = 7297d71dc7c056cc858c5a62cef65068e863bd8c
-RMD160 (Test-CheckManifest-1.38.tar.gz) = fb40631adbf08bcceeebfc83f06c0461785c61c6
-SHA512 (Test-CheckManifest-1.38.tar.gz) = f83aa2bd2b0b039c8af812ee8c48d442d75998914c6f75d51245bbc0a5cc549f911f721f8cfa184ee366a6c74fcc3e0389321ec1288cf5e61593886a1b4f3fe5
-Size (Test-CheckManifest-1.38.tar.gz) = 13900 bytes
+SHA1 (Test-CheckManifest-1.42.tar.gz) = 4edc49c6c664a56b595088dcc9f4bc76a7dfc44b
+RMD160 (Test-CheckManifest-1.42.tar.gz) = 1c7caf9fea3e273a77744b5d8409564309abf930
+SHA512 (Test-CheckManifest-1.42.tar.gz) = b1853e56aa47b4431ed95531cd7ad86a6ce0bcefbaad127193bef6e510953bb029e29fb74898ab31f6cadee351519868e0a109fc94e8afc2ebae8b8c5a39bda6
+Size (Test-CheckManifest-1.42.tar.gz) = 16154 bytes



Home | Main Index | Thread Index | Old Index