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
This commit is contained in:
parent
e7cd06431f
commit
11c12efdd7
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2009/05/01 20:54:06 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2009/05/17 17:53:53 sno Exp $
|
||||
|
||||
DISTNAME= Module-Install-0.86
|
||||
DISTNAME= Module-Install-0.88
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5moi
|
||||
CATEGORIES= devel perl5
|
||||
|
@ -20,6 +20,7 @@ DEPENDS+= p5-Module-Build>=0.2808:../../devel/p5-Module-Build
|
|||
DEPENDS+= p5-Module-CoreList>=2.17:../../devel/p5-Module-CoreList
|
||||
DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps
|
||||
DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist
|
||||
DEPENDS+= p5-PathTools>=3.28:../../devel/p5-PathTools
|
||||
DEPENDS+= p5-YAML-Tiny>=1.36:../../textproc/p5-YAML-Tiny
|
||||
|
||||
PERL5_PACKLIST= auto/Module/Install/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2009/05/01 20:54:06 sno Exp $
|
||||
$NetBSD: distinfo,v 1.11 2009/05/17 17:53:53 sno Exp $
|
||||
|
||||
SHA1 (Module-Install-0.86.tar.gz) = 498f8e38b61c9f6721ffd7e1af3c3beac7f494ab
|
||||
RMD160 (Module-Install-0.86.tar.gz) = f7087f96e845beb4a9c58e21575a3d9e0d2ef98c
|
||||
Size (Module-Install-0.86.tar.gz) = 145669 bytes
|
||||
SHA1 (Module-Install-0.88.tar.gz) = a2d7437b8b27b3f6a59fba1313fd1cc756064fd6
|
||||
RMD160 (Module-Install-0.88.tar.gz) = ebc503ca7ab6e9735a2509dcf2027506f7bbec41
|
||||
Size (Module-Install-0.88.tar.gz) = 146324 bytes
|
||||
|
|
Loading…
Reference in a new issue