pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-MakeMaker PkgSrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5245ace1b62
branches: trunk
changeset: 557157:b5245ace1b62
user: sno <sno%pkgsrc.org@localhost>
date: Sun Apr 12 01:03:24 2009 +0000
description:
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:
devel/p5-ExtUtils-MakeMaker/Makefile | 5 ++---
devel/p5-ExtUtils-MakeMaker/distinfo | 12 ++++++------
devel/p5-ExtUtils-MakeMaker/patches/patch-ad | 18 +++++++++---------
devel/p5-ExtUtils-MakeMaker/patches/patch-af | 18 +++++++++---------
4 files changed, 26 insertions(+), 27 deletions(-)
diffs (131 lines):
diff -r 567dee79491e -r b5245ace1b62 devel/p5-ExtUtils-MakeMaker/Makefile
--- a/devel/p5-ExtUtils-MakeMaker/Makefile Sun Apr 12 00:53:55 2009 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/Makefile Sun Apr 12 01:03:24 2009 +0000
@@ -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 -r 567dee79491e -r b5245ace1b62 devel/p5-ExtUtils-MakeMaker/distinfo
--- a/devel/p5-ExtUtils-MakeMaker/distinfo Sun Apr 12 00:53:55 2009 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/distinfo Sun Apr 12 01:03:24 2009 +0000
@@ -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 -r 567dee79491e -r b5245ace1b62 devel/p5-ExtUtils-MakeMaker/patches/patch-ad
--- a/devel/p5-ExtUtils-MakeMaker/patches/patch-ad Sun Apr 12 00:53:55 2009 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-ad Sun Apr 12 01:03:24 2009 +0000
@@ -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 @@
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 @@
+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 -r 567dee79491e -r b5245ace1b62 devel/p5-ExtUtils-MakeMaker/patches/patch-af
--- a/devel/p5-ExtUtils-MakeMaker/patches/patch-af Sun Apr 12 00:53:55 2009 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-af Sun Apr 12 01:03:24 2009 +0000
@@ -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 @@
+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 @@
+ $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 @@
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;
Home |
Main Index |
Thread Index |
Old Index