diff options
author | sno <sno> | 2010-01-16 15:11:22 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-16 15:11:22 +0000 |
commit | 77b40f29a9532c258279dc0e0c544a070bc929b0 (patch) | |
tree | b5b4d7d2f12314908c82296d86a6f7988eb0fffa /devel/p5-ExtUtils-MakeMaker | |
parent | c3a83fda92bae15eb1c1de2a3e45808c01f8537d (diff) | |
download | pkgsrc-77b40f29a9532c258279dc0e0c544a070bc929b0.tar.gz |
Updating devel/p5-ExtUtils-MakeMaker from 6.54 to 6.56.
Upstream changes:
6.56 Thu Dec 17 14:02:14 PST 2009
* Stable release of 6.55_03
6.55_03 Fri Dec 4 23:08:02 PDT 2009
Bug Fixes
* BUILD_REQUIRES will not be used when generating ppd, PRINT_PREREQ and
'requires' section of META.yml (Alexandr Ciornii)
OS/2
* Better compatibility with miniperl [rt.cpan.org 48534] (Ilya Zakharevich)
Win32
* mingw64 support (Sisyphus)
* Fixed a typo causing bad Makefiles for Visual C++ users (Steve Hay)
New Features
* The new "package NAME VERSION" syntax from 5.11 is now supported by
parse_version() and thus VERSION_FROM. The first version declaration,
package or $VERSION, is used. (David Golden)
6.55_02 Wed Aug 5 00:36:36 PDT 2009
Feature Changes
* PREFIX now applies to relative directories. This is a change since
6.20 when they were ignored. Its necessary for relocatable Perls.
VMS
* Refactoring of "MakeMaker Parameters" section in 6.55_01 broke VMS.
(Craig Berry)
6.55_01 Tue Jul 14 15:53:30 PDT 2009
Test Fixes
* The tests got a bit overzealous and removed the LIB environment variable
while is necessary for some compilers to work. [rt.cpan.org 47722]
(Jan Dubois)
* Another fix for arch_check() on Windows changing how we normalize
long and short filenames. [rt.cpan.org 47723] (Jan Dubois)
New Features
* BUILD_REQUIRES is added, similar to PREREQ_PM but for modules which
are necessary to build, but not run, your module. (Alexandr Ciornii)
Diffstat (limited to 'devel/p5-ExtUtils-MakeMaker')
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-ExtUtils-MakeMaker/Makefile b/devel/p5-ExtUtils-MakeMaker/Makefile index 5d48c0295df..6edcd355ad8 100644 --- a/devel/p5-ExtUtils-MakeMaker/Makefile +++ b/devel/p5-ExtUtils-MakeMaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/07/30 07:16:09 sno Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/16 15:11:22 sno Exp $ # -DISTNAME= ExtUtils-MakeMaker-6.54 +DISTNAME= ExtUtils-MakeMaker-6.56 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} diff --git a/devel/p5-ExtUtils-MakeMaker/distinfo b/devel/p5-ExtUtils-MakeMaker/distinfo index 93def5333f6..02b3b6bf494 100644 --- a/devel/p5-ExtUtils-MakeMaker/distinfo +++ b/devel/p5-ExtUtils-MakeMaker/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2009/07/30 07:16:09 sno Exp $ +$NetBSD: distinfo,v 1.10 2010/01/16 15:11:22 sno Exp $ -SHA1 (ExtUtils-MakeMaker-6.54.tar.gz) = bdb67373065c6f0da5618e8d78f7c410c7e0f167 -RMD160 (ExtUtils-MakeMaker-6.54.tar.gz) = b32a0d7a562d34e8fde3f2196d041282ac95d855 -Size (ExtUtils-MakeMaker-6.54.tar.gz) = 272703 bytes +SHA1 (ExtUtils-MakeMaker-6.56.tar.gz) = 3f557c5cb8a4a0165d1b2e597f973003d8a49570 +RMD160 (ExtUtils-MakeMaker-6.56.tar.gz) = 6a169a0b3fbf53341196bd97f32e3d33e596b227 +Size (ExtUtils-MakeMaker-6.56.tar.gz) = 269788 bytes SHA1 (patch-ab) = d4d4d44518643c1649a6f6fa845615e24d0d8732 SHA1 (patch-ad) = 6da4c3ebf11351423005cee4e702e557c784bec6 SHA1 (patch-ae) = 7942bbc3fbbbc21fbea9258bab53492ea4d825a5 |