Sat Apr 10 07:23:56 2010 UTC ()
Update p5-Module-Install from version 0.94 to version 0.95.

Upstream changes:
0.95 Wed 10 Mar 2010
	- Resolved #51614: POD nits (by Frank Wiegand) (ISHIGAKI)
	- Resolved #51077: auto_include_deps would mention the
	  (test|build)_requires version. (by Tokuhiro Matsuno) (ISHIGAKI)
	- Resolved #51267: Consider moving load checks to import so
	  require M::I will succeed (by David Golden) (ISHIGAKI)
	- Resolved #55050: Module::Install::AuthorTests is broken with
	  M::I 0.93 and 0.94 (by AEvar Arnfjord Bjarmason) (ISHIGAKI)
	- Resolved #16569: author should take array to match META.yml
	  spec and Module::Build (by MARKSTOS) (ISHIGAKI)
	- Resolved #53984: Don't use ExtUtils::Install to copy into blib
	  (by Michael G Schwern) (ISHIGAKI)
	- Resolved #17893: Module::Install::Share ignores MANIFEST
	  (ISHIGAKI)
	- Resolved #24194: Error msg: Your installer Makefile.PL has
	  a modification time in the future (by RSAVAGE) (ISHIGAKI)
	- Resolved #33976: cc_inc_paths replaces INC provided on command
	  line (by David Golden) (ISHIGAKI)
	- Resolved #25972: makemaker_args INSTALLDIRS => 'perl'; doesn't
	  work (by TELS) (ISHIGAKI)
	- Resolved #45978: .pm.PL runs in wrong order for WriteMakefile
	  (by Hilary Holz) (ISHIGAKI)
	- Resolved #19783: Query CPAN for new versions of Module::Install
	  during "make dist" (by Steffen Mueller) (ISHIGAKI)
	- Resolved #27242: Bug(s) in license_from() (by Steve Hay)
	  (ISHIGAKI)
	- Now license is properly passed to the EU::MM in the
	  background (ISHIGAKI)
	- Added non-interactive session support, part of which was
	  there some time before (ISHIGAKI)


(seb)
diff -r1.20 -r1.21 pkgsrc/devel/p5-Module-Install/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/p5-Module-Install/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/p5-Module-Install/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Install/Makefile 2010/02/23 12:37:45 1.20
+++ pkgsrc/devel/p5-Module-Install/Makefile 2010/04/10 07:23:56 1.21
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2010/02/23 12:37:45 sno Exp $ 1# $NetBSD: Makefile,v 1.21 2010/04/10 07:23:56 seb Exp $
2 2
3DISTNAME= Module-Install-0.94 3DISTNAME= Module-Install-0.95
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5moi 5SVR4_PKGNAME= p5moi
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Module-Install/ 10HOMEPAGE= http://search.cpan.org/dist/Module-Install/
11COMMENT= Perl5 module for building and installing Perl modules 11COMMENT= Perl5 module for building and installing Perl modules
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar 14DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar
15DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort 15DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort
16DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Install>=1.52}:../../devel/p5-ExtUtils-Install 16DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Install>=1.52}:../../devel/p5-ExtUtils-Install

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Module-Install/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Install/distinfo 2010/02/23 12:37:45 1.16
+++ pkgsrc/devel/p5-Module-Install/distinfo 2010/04/10 07:23:56 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2010/02/23 12:37:45 sno Exp $ 1$NetBSD: distinfo,v 1.17 2010/04/10 07:23:56 seb Exp $
2 2
3SHA1 (Module-Install-0.94.tar.gz) = fa62f6b99a33ff86ec8eb1e563ed293a628b3c87 3SHA1 (Module-Install-0.95.tar.gz) = 22576f19365089d4eac2f6fda2a1ccc29a4a437a
4RMD160 (Module-Install-0.94.tar.gz) = 7729c8a8ef73af758b75b5929d09aae9c3d0ac04 4RMD160 (Module-Install-0.95.tar.gz) = e816f2b537792f9d8c772d172bbaa8dabe010970
5Size (Module-Install-0.94.tar.gz) = 150738 bytes 5Size (Module-Install-0.95.tar.gz) = 117316 bytes