Wed Jan 16 01:07:59 2019 UTC ()
Update to 1.38

Upstream changes:
1.38  2018-12-13 16:26:00

      [BUGFIX]
      * require at least Cwd 3.75

1.35  2018-12-12 09:05:00

      [BUGFIX]
      * Tests failed

1.34  2018-12-11

      [BUGFIX]
      * Tests failed on Windows (github #9)
      * 'exclude' is meant to be a list of directories, but it was handled as regular expressions

      [IMPROVEMENTS]
      * rewrite larger parts of the module
      * add lots of tests


(wen)
diff -r1.17 -r1.18 pkgsrc/devel/p5-Test-CheckManifest/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-Test-CheckManifest/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-Test-CheckManifest/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-CheckManifest/Makefile 2018/08/22 09:44:44 1.17
+++ pkgsrc/devel/p5-Test-CheckManifest/Makefile 2019/01/16 01:07:59 1.18
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.17 2018/08/22 09:44:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2019/01/16 01:07:59 wen Exp $
2 2
3DISTNAME= Test-CheckManifest-1.33 3DISTNAME= Test-CheckManifest-1.38
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-CheckManifest/ 9HOMEPAGE= http://search.cpan.org/dist/Test-CheckManifest/
11COMMENT= Check if MANIFEST of perl module matches it's distro 10COMMENT= Check if MANIFEST of perl module matches it's distro
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Test/CheckManifest/.packlist 14PERL5_PACKLIST= auto/Test/CheckManifest/.packlist
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Test-CheckManifest/distinfo 2018/02/25 17:39:18 1.8
+++ pkgsrc/devel/p5-Test-CheckManifest/distinfo 2019/01/16 01:07:59 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/02/25 17:39:18 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2019/01/16 01:07:59 wen Exp $
2 2
3SHA1 (Test-CheckManifest-1.33.tar.gz) = b5a5c380b796aa422f5d34498ea06876a085bc24 3SHA1 (Test-CheckManifest-1.38.tar.gz) = 7297d71dc7c056cc858c5a62cef65068e863bd8c
4RMD160 (Test-CheckManifest-1.33.tar.gz) = dd7dea0b25e73d78cde54cd54ce0f4fa7d4f8ca9 4RMD160 (Test-CheckManifest-1.38.tar.gz) = fb40631adbf08bcceeebfc83f06c0461785c61c6
5SHA512 (Test-CheckManifest-1.33.tar.gz) = 0599b87694b40bd8df1a6436b8b38922988e9336e45a4c7aa2c48552b6d823864d71783291091d83551f57f6bc3b76b30913ae3dbdcb8166bfbf70fe272d93cb 5SHA512 (Test-CheckManifest-1.38.tar.gz) = f83aa2bd2b0b039c8af812ee8c48d442d75998914c6f75d51245bbc0a5cc549f911f721f8cfa184ee366a6c74fcc3e0389321ec1288cf5e61593886a1b4f3fe5
6Size (Test-CheckManifest-1.33.tar.gz) = 10996 bytes 6Size (Test-CheckManifest-1.38.tar.gz) = 13900 bytes