]> git.pld-linux.org Git - packages/perl.git/commitdiff
- updated for 6.42 auto/th/perl-ExtUtils-MakeMaker-6_42-1 auto/th/perl-ExtUtils-MakeMaker-6_44-1 auto/ti/perl-ExtUtils-MakeMaker-6_42-1 auto/ti/perl-ExtUtils-MakeMaker-6_44-1
authorradek <radek@pld-linux.org>
Mon, 11 Feb 2008 22:38:20 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-ExtUtils-MakeMaker-write-permissions.patch -> 1.3

perl-ExtUtils-MakeMaker-write-permissions.patch

index ee1402ad8822241a8f5b27b23cff220328be5718..fded3974d75bfd69b4c7177d5d5da1b07c828234 100644 (file)
@@ -1,20 +1,20 @@
---- ExtUtils-MakeMaker-6.32/inc/ExtUtils/Install.pm~   2007-05-08 18:19:32.000000000 +0200
-+++ ExtUtils-MakeMaker-6.32/inc/ExtUtils/Install.pm    2007-05-08 18:22:09.376990824 +0200
-@@ -652,7 +652,7 @@
-               utime($atime,$mtime + $Is_VMS,$targetfile) unless $nonono>1;
+--- ExtUtils-MakeMaker-6.42/inc/ExtUtils/Install.pm.orig       2007-11-17 04:52:56.000000000 +0000
++++ ExtUtils-MakeMaker-6.42/inc/ExtUtils/Install.pm    2008-02-11 22:33:25.966893319 +0000
+@@ -666,7 +666,7 @@
+             utime($atime,$mtime + $Is_VMS,$targetfile) unless $nonono>1;
  
  
--                $mode = 0444 | ( $mode & 0111 ? 0111 : 0 );
-+                $mode = 0644 | ( $mode & 0111 ? 0111 : 0 );
-                 $mode = $mode | 0222
-                     if $realtarget ne $targetfile;
-                 _chmod( $mode, $targetfile, $verbose );
-@@ -1013,7 +1013,7 @@
-       }
-       my($mode,$atime,$mtime) = (stat $from)[2,8,9];
-       utime($atime,$mtime+$Is_VMS,$to);
--      _chmod(0444 | ( $mode & 0111 ? 0111 : 0 ),$to);
-+      _chmod(0644 | ( $mode & 0111 ? 0111 : 0 ),$to);
-       next unless $from =~ /\.pm$/;
-       _autosplit($to,$autodir);
+-            $mode = 0444 | ( $mode & 0111 ? 0111 : 0 );
++            $mode = 0644 | ( $mode & 0111 ? 0111 : 0 );
+             $mode = $mode | 0222
+                 if $realtarget ne $targetfile;
+             _chmod( $mode, $targetfile, $verbose );
+@@ -1018,7 +1018,7 @@
+         }
+         my($mode,$atime,$mtime) = (stat $from)[2,8,9];
+         utime($atime,$mtime+$Is_VMS,$to);
+-        _chmod(0444 | ( $mode & 0111 ? 0111 : 0 ),$to);
++        _chmod(0644 | ( $mode & 0111 ? 0111 : 0 ),$to);
+         next unless $from =~ /\.pm$/;
+         _autosplit($to,$autodir);
      }
This page took 0.029234 seconds and 4 git commands to generate.