diff options
author | he <he> | 2008-11-05 23:54:48 +0000 |
---|---|---|
committer | he <he> | 2008-11-05 23:54:48 +0000 |
commit | 614c6c0a3cd2a69de3f60a959f2500f2cfddff57 (patch) | |
tree | 831006a8227784f904623d679072e7195d8299e0 /devel/p5-ExtUtils-MakeMaker | |
parent | 7dcbdcc99ba6029e48d9cce74608d42460ab8581 (diff) | |
download | pkgsrc-614c6c0a3cd2a69de3f60a959f2500f2cfddff57.tar.gz |
Update from version 6.44nb1 to 6.48.
Pkgsrc changes:
o Simplified MASTER_SITES
Upstream changes:
6.48 Mon Oct 20 11:18:13 PDT 2008
Test Fixes
* Protect against stray environment variables effecting the tests.
[rt.cpan.org 14930]
6.47_02 Thu Oct 16 16:14:20 PDT 2008
Test Fixes
* MIN_PERL_VERSION test had some goofs on VMS. [thanks Craig Berry]
6.47_01 Tue Oct 14 12:38:05 EDT 2008
New Features
* Added optional parameter MIN_PERL_VERSION, to define minimal
required perl version for dependency checks and to pass on to
META.yml and ppd files. [rt.cpan.org 28374]
Thanks to David Golden, Alexandr Ciornii (chorny) and Martin Becker
Bug Fixes
* Guard against a path to Perl with a space in it.
From Max Maischein. [bleadperl@32905]
Test Fixes
- Small fix for VOS from Paul Green [bleadperl@33259]
Other
* $ExtUtils::MakeMaker::Revision, $ExtUtils::MM_Unix::Revision and
$ExtUtils::MM_VMS::Revision are all now based on $VERSION. You
shouldn't be using them for anything anyway.
6.46 Sat Sep 27 17:34:03 EDT 2008
Bug Fixes
- Fix META_MERGE for more than one level of hashes. [rt.cpan.org 39348]
6.45_02 Sun Sep 7 13:59:14 PDT 2008
Bug Fixes
- Updated bundled ExtUtils::Command to 1.14, ExtUtils::Install to
1.50 and ExtUtils::Manifest to 1.54
Test Fixes
- t/writemakefile_args.t had the wrong skip amount causing failures
when run without version.pm (mostly 5.6 users)
6.45_01 Sat Sep 6 03:19:03 PDT 2008
New Features
* META_ADD and META_MERGE have been added to manipulate the META.yml.
Thanks to Adriano Ferreira. [rt.cpan.org 21282]
- META.yml now includes configure_requires ExtUtils::MakeMaker by
default. [rt.cpan.org 32337]
- META.yml now excludes t/ and inc/ from indexing by default.
- META.yml license is now "unknown" instead of undef if a LICENSE is not
given.
- META.yml now conforms to version 1.4 of the spec.
Bug Fixes
- Make @MM_Sections and @Overridable global again. It's an undocumented
but used way to manipulate MakeMaker behavior. [rt.cpan.org 36047]
Portability
* Changed the name/dmake test in MM_Win32.pm to use regexs to that
they are able to handle Perl on a Stick absolute paths.
Diffstat (limited to 'devel/p5-ExtUtils-MakeMaker')
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-ExtUtils-MakeMaker/Makefile b/devel/p5-ExtUtils-MakeMaker/Makefile index a1a3db1c4e2..c62fc3a9e99 100644 --- a/devel/p5-ExtUtils-MakeMaker/Makefile +++ b/devel/p5-ExtUtils-MakeMaker/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2008/10/19 19:17:53 he Exp $ +# $NetBSD: Makefile,v 1.8 2008/11/05 23:54:48 he Exp $ # -DISTNAME= ExtUtils-MakeMaker-6.44 +DISTNAME= ExtUtils-MakeMaker-6.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MS/MSCHWERN/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/ExtUtils-MakeMaker/ diff --git a/devel/p5-ExtUtils-MakeMaker/distinfo b/devel/p5-ExtUtils-MakeMaker/distinfo index 01586958a0a..cadda03bf0c 100644 --- a/devel/p5-ExtUtils-MakeMaker/distinfo +++ b/devel/p5-ExtUtils-MakeMaker/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2008/07/26 19:11:53 he Exp $ +$NetBSD: distinfo,v 1.4 2008/11/05 23:54:48 he Exp $ -SHA1 (ExtUtils-MakeMaker-6.44.tar.gz) = f39d691d041a56b57cb5c25a67392896b36ee6d6 -RMD160 (ExtUtils-MakeMaker-6.44.tar.gz) = 049723924027dfe32ddf9d34d1022020a7b642b6 -Size (ExtUtils-MakeMaker-6.44.tar.gz) = 244065 bytes +SHA1 (ExtUtils-MakeMaker-6.48.tar.gz) = 5e030b73e1d4a0542d1454969e6371909b67b963 +RMD160 (ExtUtils-MakeMaker-6.48.tar.gz) = f44ac9ab923615a1877d45e8d330f0761d837785 +Size (ExtUtils-MakeMaker-6.48.tar.gz) = 254397 bytes SHA1 (patch-ab) = 269b92cf309651f3ad6702b8ab3de0b8c13813df SHA1 (patch-ac) = 90bdd7186c4243458fa1b6c2dae239646848ac37 SHA1 (patch-ad) = 3544c7d0b22475372d27dfcdc87bd9fd7cecd052 |