Sun May 17 17:53:53 2009 UTC ()
PkgSrc changes:
  - Updating package for p5 module Module::Install from 0.86 to 0.88
  - Adjusting dependencies

Upstream changes:
0.88 Thu 14 May 2009
        - Show what version is currently installed when deps are not new
          enough (patch by RIBASUSHI, applied by MSTROUT)
        - Tweak _check_lock to not load CPAN when new enough -and- no env
	  vars present - otherwise we still accidentally configure the thing
	  for no good reason (MSTROUT, feeling particularly dumb)
        - Module::Install::Admin::Include now had a '=head1 NAME',
          which should avoid problems when generating man pages.
          Many thanks to Simon Bertrang for the patch.  (PJF, RT #45811)

0.87 Thu  7 May 2009
	- The other half of MSTROUT's changes
        - A note mentioning to bug MSTROUT if you run into problems


(sno)
diff -r1.12 -r1.13 pkgsrc/devel/p5-Module-Install/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/p5-Module-Install/distinfo

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

--- pkgsrc/devel/p5-Module-Install/Makefile 2009/05/01 20:54:06 1.12
+++ pkgsrc/devel/p5-Module-Install/Makefile 2009/05/17 17:53:53 1.13
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1# $NetBSD: Makefile,v 1.12 2009/05/01 20:54:06 sno Exp $ 1# $NetBSD: Makefile,v 1.13 2009/05/17 17:53:53 sno Exp $
2 2
3DISTNAME= Module-Install-0.86 3DISTNAME= Module-Install-0.88
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= gnu-gpl-v2 # OR artistic 12LICENSE= gnu-gpl-v2 # OR artistic
13 13
14DEPENDS+= p5-Archive-Tar>=1.44:../../archivers/p5-Archive-Tar 14DEPENDS+= p5-Archive-Tar>=1.44:../../archivers/p5-Archive-Tar
15DEPENDS+= p5-Devel-PPPort>=3.16:../../devel/p5-Devel-PPPort 15DEPENDS+= p5-Devel-PPPort>=3.16:../../devel/p5-Devel-PPPort
16DEPENDS+= p5-ExtUtils-Install>=1.52:../../devel/p5-ExtUtils-Install 16DEPENDS+= p5-ExtUtils-Install>=1.52:../../devel/p5-ExtUtils-Install
17DEPENDS+= p5-ExtUtils-ParseXS>=2.19:../../devel/p5-ExtUtils-ParseXS 17DEPENDS+= p5-ExtUtils-ParseXS>=2.19:../../devel/p5-ExtUtils-ParseXS
18DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove 18DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
19DEPENDS+= p5-Module-Build>=0.2808:../../devel/p5-Module-Build 19DEPENDS+= p5-Module-Build>=0.2808:../../devel/p5-Module-Build
20DEPENDS+= p5-Module-CoreList>=2.17:../../devel/p5-Module-CoreList 20DEPENDS+= p5-Module-CoreList>=2.17:../../devel/p5-Module-CoreList
21DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps 21DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps
22DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist 22DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist
 23DEPENDS+= p5-PathTools>=3.28:../../devel/p5-PathTools
23DEPENDS+= p5-YAML-Tiny>=1.36:../../textproc/p5-YAML-Tiny 24DEPENDS+= p5-YAML-Tiny>=1.36:../../textproc/p5-YAML-Tiny
24 25
25PERL5_PACKLIST= auto/Module/Install/.packlist 26PERL5_PACKLIST= auto/Module/Install/.packlist
26 27
27PKG_DESTDIR_SUPPORT= user-destdir 28PKG_DESTDIR_SUPPORT= user-destdir
28 29
29.include "../../lang/perl5/module.mk" 30.include "../../lang/perl5/module.mk"
30.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Module-Install/distinfo 2009/05/01 20:54:06 1.10
+++ pkgsrc/devel/p5-Module-Install/distinfo 2009/05/17 17:53:53 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2009/05/01 20:54:06 sno Exp $ 1$NetBSD: distinfo,v 1.11 2009/05/17 17:53:53 sno Exp $
2 2
3SHA1 (Module-Install-0.86.tar.gz) = 498f8e38b61c9f6721ffd7e1af3c3beac7f494ab 3SHA1 (Module-Install-0.88.tar.gz) = a2d7437b8b27b3f6a59fba1313fd1cc756064fd6
4RMD160 (Module-Install-0.86.tar.gz) = f7087f96e845beb4a9c58e21575a3d9e0d2ef98c 4RMD160 (Module-Install-0.88.tar.gz) = ebc503ca7ab6e9735a2509dcf2027506f7bbec41
5Size (Module-Install-0.86.tar.gz) = 145669 bytes 5Size (Module-Install-0.88.tar.gz) = 146324 bytes