pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Build/patches Not needed any longer.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab2cea6b9c2f
branches:  trunk
changeset: 492698:ab2cea6b9c2f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 18 16:10:23 2005 +0000

description:
Not needed any longer.

diffstat:

 devel/p5-Module-Build/patches/patch-aa |  16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diffs (20 lines):

diff -r 7b789f3f3bb8 -r ab2cea6b9c2f devel/p5-Module-Build/patches/patch-aa
--- a/devel/p5-Module-Build/patches/patch-aa    Mon Apr 18 16:10:06 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/02/24 22:38:42 jlam Exp $
-
---- lib/Module/Build/Base.pm.orig      2005-01-26 20:48:56.000000000 -0500
-+++ lib/Module/Build/Base.pm
-@@ -2386,6 +2386,11 @@ sub install_map {
-   }
-   
-   $map{read} = '';  # To keep ExtUtils::Install quiet
-+
-+  # Write the packlist into the same place as ExtUtils::MakeMaker.
-+  my $archdir = $self->install_destination('arch');
-+  my $ext = File::Spec->catdir(split /::/, $self->{properties}{module_name});
-+  $map{write} = File::Spec->catdir($archdir, 'auto', $ext, '.packlist');
-   
-   return \%map;
- }



Home | Main Index | Thread Index | Old Index