summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2011-12-08 22:44:24 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2011-12-08 22:44:24 +0000
commite8d9dce5c464eb1d14cb8a4279822c1b4a65bd97 (patch)
treecbdb457e8dbc4fc18be201bf4249b25d80b72ed5
parent5c08767ad4267c16fdf05bd25c4541038de4c415 (diff)
downloadpkgsrc-e8d9dce5c464eb1d14cb8a4279822c1b4a65bd97.tar.gz
Ignore installed packlist when creating new packlist.
-rw-r--r--devel/p5-ExtUtils-MakeMaker/Makefile4
-rw-r--r--devel/p5-ExtUtils-MakeMaker/distinfo4
-rw-r--r--devel/p5-ExtUtils-MakeMaker/patches/patch-ab12
3 files changed, 15 insertions, 5 deletions
diff --git a/devel/p5-ExtUtils-MakeMaker/Makefile b/devel/p5-ExtUtils-MakeMaker/Makefile
index 8a2d5531424..c809bf35caa 100644
--- a/devel/p5-ExtUtils-MakeMaker/Makefile
+++ b/devel/p5-ExtUtils-MakeMaker/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2011/08/16 21:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2011/12/08 22:44:24 hiramatsu Exp $
DISTNAME= ExtUtils-MakeMaker-6.59
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
diff --git a/devel/p5-ExtUtils-MakeMaker/distinfo b/devel/p5-ExtUtils-MakeMaker/distinfo
index e3d60cf93c7..ebe2198ba45 100644
--- a/devel/p5-ExtUtils-MakeMaker/distinfo
+++ b/devel/p5-ExtUtils-MakeMaker/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2011/08/10 12:01:13 adam Exp $
+$NetBSD: distinfo,v 1.12 2011/12/08 22:44:24 hiramatsu Exp $
SHA1 (ExtUtils-MakeMaker-6.59.tar.gz) = 1ceb08cc1ee0b833fccd455617e3be69b194d9c7
RMD160 (ExtUtils-MakeMaker-6.59.tar.gz) = 5ecb724a5b1544a94ddfb24e9312ddc685358c85
Size (ExtUtils-MakeMaker-6.59.tar.gz) = 413907 bytes
-SHA1 (patch-ab) = e06b3dfcefe96a769173fcbe4587f18c406acc2b
+SHA1 (patch-ab) = 40a76f3ab194722e35d47ebc72dc656868079e2e
SHA1 (patch-ad) = f0c1e23d3342b37805f29f2853de2f24b194d0a0
diff --git a/devel/p5-ExtUtils-MakeMaker/patches/patch-ab b/devel/p5-ExtUtils-MakeMaker/patches/patch-ab
index ba19a80a8ae..debe799c040 100644
--- a/devel/p5-ExtUtils-MakeMaker/patches/patch-ab
+++ b/devel/p5-ExtUtils-MakeMaker/patches/patch-ab
@@ -1,8 +1,9 @@
-$NetBSD: patch-ab,v 1.4 2011/08/10 12:01:13 adam Exp $
+$NetBSD: patch-ab,v 1.5 2011/12/08 22:44:24 hiramatsu 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 2011-08-05 11:13:10.000000000 +0000
+++ lib/ExtUtils/MM_Unix.pm
@@ -24,3 +25,12 @@ Changes:
$(INST_MAN1DIR) $(DESTINSTALLMAN1DIR) \
$(INST_MAN3DIR) $(DESTINSTALLMAN3DIR)
$(NOECHO) $(WARN_IF_OLD_PACKLIST) \
+@@ -2082,7 +2082,7 @@ pure_site_install :: all
+
+ pure_vendor_install :: all
+ $(NOECHO) $(MOD_INSTALL) \
+- read }.$self->catfile('$(VENDORARCHEXP)','auto','$(FULLEXT)','.packlist').q{ \
++ read "" \
+ write }.$self->catfile('$(DESTINSTALLVENDORARCH)','auto','$(FULLEXT)','.packlist').q{ \
+ $(INST_LIB) $(DESTINSTALLVENDORLIB) \
+ $(INST_ARCHLIB) $(DESTINSTALLVENDORARCH) \