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 Revert 7.05.10 to 7.04. 7....
details: https://anonhg.NetBSD.org/pkgsrc/rev/28bdf3d5bc11
branches: trunk
changeset: 646483:28bdf3d5bc11
user: mef <mef%pkgsrc.org@localhost>
date: Mon Feb 09 13:38:32 2015 +0000
description:
Revert 7.05.10 to 7.04. 7.05.10 was really 7.05_10 and DEVELOPER RELEASE,
should not be updated to that.
Sorry and Thanks markd.
diffstat:
devel/p5-ExtUtils-MakeMaker/Makefile | 7 ++++---
devel/p5-ExtUtils-MakeMaker/distinfo | 12 ++++++------
devel/p5-ExtUtils-MakeMaker/patches/patch-ab | 26 +++++++++++++-------------
devel/p5-ExtUtils-MakeMaker/patches/patch-ad | 18 +++++++++---------
4 files changed, 32 insertions(+), 31 deletions(-)
diffs (124 lines):
diff -r 3eca442b3c15 -r 28bdf3d5bc11 devel/p5-ExtUtils-MakeMaker/Makefile
--- a/devel/p5-ExtUtils-MakeMaker/Makefile Mon Feb 09 13:31:46 2015 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/Makefile Mon Feb 09 13:38:32 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2015/01/28 03:07:24 mef Exp $
+# $NetBSD: Makefile,v 1.34 2015/02/09 13:38:32 mef Exp $
-DISTNAME= ExtUtils-MakeMaker-7.05_10
-PKGNAME= p5-${DISTNAME:S/_/./}
+DISTNAME= ExtUtils-MakeMaker-7.04
+PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/}
@@ -11,6 +11,7 @@
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-ExtUtils-Manifest>=1.65:../../devel/p5-ExtUtils-Manifest
+DEPENDS+= p5-CPAN-Meta-Requirements>=2.127:../../devel/p5-CPAN-Meta-Requirements
PERL5_PACKLIST= auto/ExtUtils/MakeMaker/.packlist
diff -r 3eca442b3c15 -r 28bdf3d5bc11 devel/p5-ExtUtils-MakeMaker/distinfo
--- a/devel/p5-ExtUtils-MakeMaker/distinfo Mon Feb 09 13:31:46 2015 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/distinfo Mon Feb 09 13:38:32 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2015/01/28 03:07:24 mef Exp $
+$NetBSD: distinfo,v 1.20 2015/02/09 13:38:32 mef Exp $
-SHA1 (ExtUtils-MakeMaker-7.05_10.tar.gz) = 80ae887076a7a23b44c54cac356fe495045e73d2
-RMD160 (ExtUtils-MakeMaker-7.05_10.tar.gz) = 8d5e166d07f1ab75642311c955d58da08a1ab2c6
-Size (ExtUtils-MakeMaker-7.05_10.tar.gz) = 463964 bytes
-SHA1 (patch-ab) = c8d02145c08277862e9305c91e27314c70a0e2a0
-SHA1 (patch-ad) = a5f6381bd9e97194fb8811cd1a2914413f898101
+SHA1 (ExtUtils-MakeMaker-7.04.tar.gz) = a85fb2d27f98a08a7bf0028e1c432446d3ad5dde
+RMD160 (ExtUtils-MakeMaker-7.04.tar.gz) = cb7f5b462b01c857aedd9e91e88801c81d41eed0
+Size (ExtUtils-MakeMaker-7.04.tar.gz) = 439960 bytes
+SHA1 (patch-ab) = 8381754ccb5072b18af38dd8765b919208c38350
+SHA1 (patch-ad) = 8b156ddd6297d2b184e34f4755848ccb78b8af78
diff -r 3eca442b3c15 -r 28bdf3d5bc11 devel/p5-ExtUtils-MakeMaker/patches/patch-ab
--- a/devel/p5-ExtUtils-MakeMaker/patches/patch-ab Mon Feb 09 13:31:46 2015 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-ab Mon Feb 09 13:38:32 2015 +0000
@@ -1,22 +1,22 @@
-$NetBSD: patch-ab,v 1.9 2015/01/28 03:07:24 mef Exp $
+$NetBSD: patch-ab,v 1.10 2015/02/09 13:38:32 mef Exp $
Changes:
o More general adaptation for BSDs
o Install scripts in DESTINSTALLSITESCRIPT instead of DESTINSTALLSCRIPT
o Ignore installed packlist when creating new packlist.
---- lib/ExtUtils/MM_Unix.pm.orig 2015-01-27 00:07:23.000000000 +0900
-+++ lib/ExtUtils/MM_Unix.pm 2015-01-28 11:49:46.000000000 +0900
-@@ -1016,7 +1016,7 @@ sub xs_make_dynamic_lib {
- push(@m," \$(RM_F) \$\@\n");
+--- lib/ExtUtils/MM_Unix.pm.orig 2014-11-08 07:14:47.000000000 +0000
++++ lib/ExtUtils/MM_Unix.pm
+@@ -953,7 +953,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $
my $libs = '$(LDLOADLIBS)';
+
- if (($Is{NetBSD} || $Is{Interix} || $Is{Android}) && $Config{'useshrplib'} eq 'true') {
-+ if (( $Is{BSD} || $Is{Interix} || $Is{Android}) && $Config{'useshrplib'} eq 'true') {
- # Use nothing on static perl platforms, and to the flags needed
- # to link against the shared libperl library on shared perl
- # platforms. We peek at lddlflags to see if we need -Wl,-R
-@@ -2216,7 +2216,7 @@ q{ read "}.File::Spec->catfile('$(PERL_
++ if (($Is{BSD} || $Is{Interix} || $Is{Android}) && $Config{'useshrplib'} eq 'true') {
+ # Use nothing on static perl platforms, and to the flags needed
+ # to link against the shared libperl library on shared perl
+ # platforms. We peek at lddlflags to see if we need -Wl,-R
+@@ -2128,7 +2128,7 @@ q{ read "}.$self->catfile('$(PERL_ARCHL
q{ "$(INST_LIB)" "$(DESTINSTALLPRIVLIB)" \
"$(INST_ARCHLIB)" "$(DESTINSTALLARCHLIB)" \
"$(INST_BIN)" "$(DESTINSTALLBIN)" \
@@ -25,12 +25,12 @@
"$(INST_MAN1DIR)" "$(DESTINSTALLMAN1DIR)" \
"$(INST_MAN3DIR)" "$(DESTINSTALLMAN3DIR)"
$(NOECHO) $(WARN_IF_OLD_PACKLIST) \
-@@ -2227,7 +2227,7 @@ pure_site_install :: all
+@@ -2139,7 +2139,7 @@ pure_site_install :: all
$(NOECHO) $(MOD_INSTALL) \
};
push @m,
--q{ read "}.File::Spec->catfile('$(SITEARCHEXP)','auto','$(FULLEXT)','.packlist').q{" \
+-q{ read "}.$self->catfile('$(SITEARCHEXP)','auto','$(FULLEXT)','.packlist').q{" \
+q{ read "" \
- write "}.File::Spec->catfile('$(DESTINSTALLSITEARCH)','auto','$(FULLEXT)','.packlist').q{" \
+ write "}.$self->catfile('$(DESTINSTALLSITEARCH)','auto','$(FULLEXT)','.packlist').q{" \
} unless $self->{NO_PACKLIST};
diff -r 3eca442b3c15 -r 28bdf3d5bc11 devel/p5-ExtUtils-MakeMaker/patches/patch-ad
--- a/devel/p5-ExtUtils-MakeMaker/patches/patch-ad Mon Feb 09 13:31:46 2015 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-ad Mon Feb 09 13:38:32 2015 +0000
@@ -1,20 +1,20 @@
-$NetBSD: patch-ad,v 1.8 2015/01/28 03:07:24 mef Exp $
+$NetBSD: patch-ad,v 1.9 2015/02/09 13:38:32 mef Exp $
Perl in pkgsrc doesn't install or tweak perllocal.pod, so comment
out that test.
---- t/INSTALL_BASE.t.orig 2015-01-10 01:41:54.000000000 +0900
-+++ t/INSTALL_BASE.t 2015-01-28 11:52:19.000000000 +0900
-@@ -21,7 +21,7 @@ use Test::More
- !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
+--- t/INSTALL_BASE.t.orig 2014-11-06 21:39:33.000000000 +0000
++++ t/INSTALL_BASE.t
+@@ -20,7 +20,7 @@ use Config;
+ use ExtUtils::MM;
+ plan !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
? (skip_all => "cross-compiling and make not available")
- : ();
--plan tests => 4 + $CLEANUP + @INSTDIRS * (15 + $CLEANUP);
-+plan tests => 4 + $CLEANUP + @INSTDIRS * (15 + $CLEANUP) - 4;
+- : (tests => 3 + $CLEANUP + @INSTDIRS * (15 + $CLEANUP));
++ : (tests => 3 + $CLEANUP + @INSTDIRS * (15 + $CLEANUP) - 4);
my $Is_VMS = $^O eq 'VMS';
-@@ -71,7 +71,7 @@ for my $instdir (@INSTDIRS) {
+@@ -64,7 +64,7 @@ for my $instdir (@INSTDIRS) {
("$instdir/lib/perl5/Big/Dummy.pm",
"$instdir/lib/perl5/Big/Liar.pm",
"$instdir/bin/program",
Home |
Main Index |
Thread Index |
Old Index