diff options
author | he <he@pkgsrc.org> | 2008-08-11 12:33:37 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-11 12:33:37 +0000 |
commit | ac9c19d8f6ef3e5977d54a95bc79350835b70589 (patch) | |
tree | 73de767de9b5921e9ad90d00870f3839cf5a6046 | |
parent | 4fd69e2af02f123380273e14478beb9edfcf9239 (diff) | |
download | pkgsrc-ac9c19d8f6ef3e5977d54a95bc79350835b70589.tar.gz |
Update from version 0.76nb1 to 0.77.
Pkgsrc changes:
o Adjust dependencies, add p5-Devel-PPPort
Upstream changes:
0.77 Fri 8 Aug 2008
- Don't break directories starting with inc(oming) (ADAMK, RT #30637)
- Adding more phrases to recognise GPL variants (ADAMK, RT #35195)
- Skip 03_autoinstall.t except at release, as it can hang in some
situations (ADAMK, #29448)
- Add a file check to the all_from param (ADAMK, #24586)
- Fixed bug in can_run when PATH starts with a sep (ADAMK, #29866)
- Don't overwrite dist args if there is a preop (ADAMK, #36831)
- Bug fix in the command dispatcher (ADAMK, #27327)
- perl_version now understands three-part Perl versions like
5.8.1 (PJF, RT #38317)
- Numify version.pm objects when generating YAML (ADAMK)
-rw-r--r-- | devel/p5-Module-Install/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Module-Install/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index 3f74ea51809..828a58298df 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/07/23 23:17:45 seb Exp $ +# $NetBSD: Makefile,v 1.7 2008/08/11 12:33:37 he Exp $ -DISTNAME= Module-Install-0.76 +DISTNAME= Module-Install-0.77 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5moi CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} @@ -18,8 +17,9 @@ DEPENDS+= p5-Module-Build>=0.2808:../../devel/p5-Module-Build DEPENDS+= p5-Module-CoreList>=2.15:../../devel/p5-Module-CoreList DEPENDS+= p5-Module-ScanDeps>=0.83:../../devel/p5-Module-ScanDeps DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist -DEPENDS+= p5-YAML-Tiny>=1.30:../../textproc/p5-YAML-Tiny +DEPENDS+= p5-YAML-Tiny>=1.31:../../textproc/p5-YAML-Tiny DEPENDS+= p5-File-Remove>=1.40:../../sysutils/p5-File-Remove +DEPENDS+= p5-Devel-PPPort-[0-9]*:../../devel/p5-Devel-PPPort PERL5_PACKLIST= auto/Module/Install/.packlist diff --git a/devel/p5-Module-Install/distinfo b/devel/p5-Module-Install/distinfo index 40b4d1e5fc2..c8505649cb7 100644 --- a/devel/p5-Module-Install/distinfo +++ b/devel/p5-Module-Install/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/07/18 13:49:48 rhaen Exp $ +$NetBSD: distinfo,v 1.6 2008/08/11 12:33:37 he Exp $ -SHA1 (Module-Install-0.76.tar.gz) = b53ec7b97995ed50d59dace89498c6c4b794d9b1 -RMD160 (Module-Install-0.76.tar.gz) = 7e930f98a488059c259423ff501b8848bbef429d -Size (Module-Install-0.76.tar.gz) = 123451 bytes +SHA1 (Module-Install-0.77.tar.gz) = 35d99c4a9ca6bc28c9aba467a84bd35c9904c3fc +RMD160 (Module-Install-0.77.tar.gz) = 5f60d9d00b4ead81cfd82edef90c2df4c80dc14b +Size (Module-Install-0.77.tar.gz) = 132617 bytes |