Wed Aug 15 00:56:55 2018 UTC ()
Update to 0.63

Upstream changes:
0.63    July 31, 2018

Move MockHomeDir.pm from underneath t/ to underneath lib/.

The functions exported by ExtUtils::ModuleMaker::Auxiliary are intended to be
used in testing this distribution -- and all distributions which subclass it,
such as ExtUtils::ModuleMaker::PBP.  Auxiliary.pm uses functions found in
MockHomeDir.pm.  But unless MockHomeDir.pm is underneath lib/ExtUtils/, it
won't be indexed by CPAN and won't be found by the test suites of subclasses.
Hence, move it to underneath lib/.


(wen)
diff -r1.19 -r1.20 pkgsrc/devel/p5-ExtUtils-ModuleMaker/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/p5-ExtUtils-ModuleMaker/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/p5-ExtUtils-ModuleMaker/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-ModuleMaker/Makefile 2018/05/20 11:08:06 1.19
+++ pkgsrc/devel/p5-ExtUtils-ModuleMaker/Makefile 2018/08/15 00:56:55 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2018/05/20 11:08:06 wen Exp $ 1# $NetBSD: Makefile,v 1.20 2018/08/15 00:56:55 wen Exp $
2 2
3DISTNAME= ExtUtils-ModuleMaker-0.62 3DISTNAME= ExtUtils-ModuleMaker-0.63
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ModuleMaker/ 9HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ModuleMaker/
10COMMENT= Perl extension for creating modules (better than h2xs) 10COMMENT= Perl extension for creating modules (better than h2xs)
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir 13DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
14DEPENDS+= p5-File-Path>=2.15:../../devel/p5-File-Path 14DEPENDS+= p5-File-Path>=2.15:../../devel/p5-File-Path
15DEPENDS+= p5-File-Copy-Recursive-Reduced-[0-9]*:../../sysutils/p5-File-Copy-Recursive-Reduced 15DEPENDS+= p5-File-Copy-Recursive-Reduced-[0-9]*:../../sysutils/p5-File-Copy-Recursive-Reduced
16 16

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-ExtUtils-ModuleMaker/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-ModuleMaker/distinfo 2018/05/20 11:08:06 1.9
+++ pkgsrc/devel/p5-ExtUtils-ModuleMaker/distinfo 2018/08/15 00:56:55 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2018/05/20 11:08:06 wen Exp $ 1$NetBSD: distinfo,v 1.10 2018/08/15 00:56:55 wen Exp $
2 2
3SHA1 (ExtUtils-ModuleMaker-0.62.tar.gz) = 8571edc11a998d17e3237d88987c525131ca4832 3SHA1 (ExtUtils-ModuleMaker-0.63.tar.gz) = eea20447d31becb24b047deac8b66977163df9fe
4RMD160 (ExtUtils-ModuleMaker-0.62.tar.gz) = 0868ffdd9fee4a837c7c7eb8850b27b59993516b 4RMD160 (ExtUtils-ModuleMaker-0.63.tar.gz) = a7680cbae03b03da99424e41b8416463842397e6
5SHA512 (ExtUtils-ModuleMaker-0.62.tar.gz) = 55eb7d38ba97d77505f4b0ccc1f81fc2be606a5cc868e243cb849bd2b36b08dfec9c2c7090dff6ae355cea48cac06bdf1b192eff6bc6e823e570c263e62581d2 5SHA512 (ExtUtils-ModuleMaker-0.63.tar.gz) = fc3d7fef201f1e8b05a6fde75fe6e63943a20edc5f42ae37c9f65ef88753c131ad7601bf7a33148462323384687dcd94f208ce37ba09a3f2b36b8014ee8628b3
6Size (ExtUtils-ModuleMaker-0.62.tar.gz) = 136234 bytes 6Size (ExtUtils-ModuleMaker-0.63.tar.gz) = 136420 bytes