diff options
author | sno <sno> | 2009-04-12 01:03:24 +0000 |
---|---|---|
committer | sno <sno> | 2009-04-12 01:03:24 +0000 |
commit | 1df31f06e42716b2a9f4078eca1ec8d43f8ab796 (patch) | |
tree | f311a9b5084564b1d1d4260359c8203d1407aa25 /devel | |
parent | a5e0b6f38213f737fb69110bf098df05f9bf1296 (diff) | |
download | pkgsrc-1df31f06e42716b2a9f4078eca1ec8d43f8ab796.tar.gz |
PkgSrc changes:
- Updating package for ExtUtils::MakeMaker to 6.50
Upstream changes:
6.50 Sun Mar 22 12:28:06 PDT 2009
Windows
* Remove the special checks for compilers that need a "manifest". Instead,
the code will just be a no-op if there's no manifest. Or something.
I dunno, I'm hoping Jan and Steve know what they're doing.
[rt.perl.org 61492]
6.49_01 Thu Feb 19 17:06:36 PST 2009
New OS Support
* Recognize "Haiku", a resurrection of BeOS.
New Features
- META.yml now includes ExtUtils::MakeMaker in build_requires by
default.
Test Fixes
- ExtUtils::Install 1.51 changed its output breaking some tests that
were looking for /^Writing/ [rt.cpan.org 42927]
Bug Fixes
- Upgrade bundled modules: ExtUtils::Install 1.52, ExtUtils::Command
1.16, ExtUtils::Manifest 1.56.
Other
- The MakeMaker repository moved slightly. Changed the metadata to
reflect this. [rt.cpan.org 41571]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/distinfo | 12 | ||||
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/patches/patch-ad | 18 | ||||
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/patches/patch-af | 18 |
4 files changed, 26 insertions, 27 deletions
diff --git a/devel/p5-ExtUtils-MakeMaker/Makefile b/devel/p5-ExtUtils-MakeMaker/Makefile index 293d91cae1c..f9dc92438d9 100644 --- a/devel/p5-ExtUtils-MakeMaker/Makefile +++ b/devel/p5-ExtUtils-MakeMaker/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2009/01/05 12:15:16 he Exp $ +# $NetBSD: Makefile,v 1.11 2009/04/12 01:03:24 sno Exp $ # -DISTNAME= ExtUtils-MakeMaker-6.48 +DISTNAME= ExtUtils-MakeMaker-6.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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 d33fcac4dd4..e3dd7807f08 100644 --- a/devel/p5-ExtUtils-MakeMaker/distinfo +++ b/devel/p5-ExtUtils-MakeMaker/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.6 2009/01/05 12:15:17 he Exp $ +$NetBSD: distinfo,v 1.7 2009/04/12 01:03:24 sno Exp $ -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 (ExtUtils-MakeMaker-6.50.tar.gz) = 34cc070609dec7c1ad42fde8a9526a4a90e69262 +RMD160 (ExtUtils-MakeMaker-6.50.tar.gz) = 9b6896a553859f60cc272acc51fe5db81ba713cf +Size (ExtUtils-MakeMaker-6.50.tar.gz) = 255616 bytes SHA1 (patch-ab) = d4d4d44518643c1649a6f6fa845615e24d0d8732 SHA1 (patch-ac) = c6755b2f0ecfe12987c662d2ce384f5a190e4a37 -SHA1 (patch-ad) = fc99d0b8d16409a21e8f6bd61508d919f3243699 +SHA1 (patch-ad) = 6da4c3ebf11351423005cee4e702e557c784bec6 SHA1 (patch-ae) = 7942bbc3fbbbc21fbea9258bab53492ea4d825a5 -SHA1 (patch-af) = 55829d46d4ec826e6388e063016585d326c8652a +SHA1 (patch-af) = e6ca9973546ed02cfa216952c1a8e815a7f8cc0a diff --git a/devel/p5-ExtUtils-MakeMaker/patches/patch-ad b/devel/p5-ExtUtils-MakeMaker/patches/patch-ad index b3e500e5aec..59df6cf8cb2 100644 --- a/devel/p5-ExtUtils-MakeMaker/patches/patch-ad +++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.2 2008/12/30 15:03:03 he Exp $ +$NetBSD: patch-ad,v 1.3 2009/04/12 01:03:24 sno Exp $ Perl in pkgsrc doesn't install or tweak perllocal.pod, so comment out that test. @@ -7,18 +7,18 @@ Also apply fix to test culled by following references from http://rt.cpan.org/Public/Bug/Display.html?id=40698 Expected output is now only present when VERBINST=1. ---- t/INSTALL_BASE.t.orig 2008-10-10 04:28:25.000000000 +0200 -+++ t/INSTALL_BASE.t -@@ -16,7 +16,7 @@ use strict; +--- t/INSTALL_BASE.t.orig 2009-02-20 00:30:32.000000000 +0000 ++++ t/INSTALL_BASE.t 2009-04-12 00:49:30.000000000 +0000 +@@ -16,7 +16,7 @@ use File::Path; use Config; --use Test::More tests => 21; -+use Test::More tests => 19; +-use Test::More tests => 20; ++use Test::More tests => 18; use MakeMaker::Test::Utils; use MakeMaker::Test::Setup::BFD; -@@ -48,7 +48,7 @@ ok( grep(/^Writing $makefile for Big::Du +@@ -48,7 +48,7 @@ my $make = make_run(); run("$make"); # this is necessary due to a dmake bug. @@ -26,8 +26,8 @@ Expected output is now only present when VERBINST=1. +my $install_out = run("$make install VERBINST=1"); is( $?, 0, ' make install exited normally' ) || diag $install_out; like( $install_out, qr/^Installing /m ); - like( $install_out, qr/^Writing /m ); -@@ -59,7 +59,7 @@ my @installed_files = + +@@ -58,7 +58,7 @@ ('../dummy-install/lib/perl5/Big/Dummy.pm', '../dummy-install/lib/perl5/Big/Liar.pm', '../dummy-install/bin/program', diff --git a/devel/p5-ExtUtils-MakeMaker/patches/patch-af b/devel/p5-ExtUtils-MakeMaker/patches/patch-af index d1aa87e61d5..89c2dcf2a2e 100644 --- a/devel/p5-ExtUtils-MakeMaker/patches/patch-af +++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-af @@ -1,12 +1,12 @@ -$NetBSD: patch-af,v 1.1 2008/12/30 15:03:03 he Exp $ +$NetBSD: patch-af,v 1.2 2009/04/12 01:03:24 sno Exp $ Fix culled from following references in http://rt.cpan.org/Public/Bug/Display.html?id=40698 Expected output is now only present when VERBINST=1. ---- t/basic.t.orig 2008-10-10 04:28:25.000000000 +0200 -+++ t/basic.t -@@ -130,7 +130,7 @@ is( $?, 0, +--- t/basic.t.orig 2009-02-20 00:30:36.000000000 +0000 ++++ t/basic.t 2009-04-12 00:52:42.000000000 +0000 +@@ -130,7 +130,7 @@ diag $test_out; @@ -14,8 +14,8 @@ Expected output is now only present when VERBINST=1. +my $install_out = run("$make install VERBINST=1"); is( $?, 0, 'install' ) || diag $install_out; like( $install_out, qr/^Installing /m ); - like( $install_out, qr/^Writing /m ); -@@ -156,7 +156,7 @@ ok( $files{'perllocal.pod'},' perllocal + +@@ -155,7 +155,7 @@ SKIP: { skip 'VMS install targets do not preserve $(PREFIX)', 9 if $Is_VMS; @@ -23,8 +23,8 @@ Expected output is now only present when VERBINST=1. + $install_out = run("$make install VERBINST=1 PREFIX=elsewhere"); is( $?, 0, 'install with PREFIX override' ) || diag $install_out; like( $install_out, qr/^Installing /m ); - like( $install_out, qr/^Writing /m ); -@@ -176,7 +176,7 @@ SKIP: { + +@@ -174,7 +174,7 @@ SKIP: { skip 'VMS install targets do not preserve $(DESTDIR)', 11 if $Is_VMS; @@ -33,7 +33,7 @@ Expected output is now only present when VERBINST=1. is( $?, 0, 'install with DESTDIR' ) || diag $install_out; like( $install_out, qr/^Installing /m ); -@@ -217,7 +217,7 @@ SKIP: { +@@ -214,7 +214,7 @@ SKIP: { skip 'VMS install targets do not preserve $(PREFIX)', 10 if $Is_VMS; |