[fcgi] Add missing ; into patch.

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Jun 29 08:19:07 UTC 2011


commit 256aa7ba060664b202a231cc8bd162ddb1788e74
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Jun 29 10:18:38 2011 +0200

    Add missing ; into patch.

 ExtUtils-MakeMaker.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ExtUtils-MakeMaker.patch b/ExtUtils-MakeMaker.patch
index 14e03d1..887ae1d 100644
--- a/ExtUtils-MakeMaker.patch
+++ b/ExtUtils-MakeMaker.patch
@@ -1,6 +1,6 @@
 diff -up fcgi-2.4.0/perl/Makefile.PL.eemm fcgi-2.4.0/perl/Makefile.PL
---- fcgi-2.4.0/perl/Makefile.PL.eemm	2011-06-16 15:08:26.310893408 +0200
-+++ fcgi-2.4.0/perl/Makefile.PL	2011-06-16 15:08:41.338827267 +0200
+--- fcgi-2.4.0/perl/Makefile.PL.eemm	2002-12-15 20:40:19.000000000 +0100
++++ fcgi-2.4.0/perl/Makefile.PL	2011-06-29 10:16:11.684211750 +0200
 @@ -70,8 +70,8 @@ push(@extras, CAPI => 'TRUE')
  
  push(@extras,
@@ -8,7 +8,7 @@ diff -up fcgi-2.4.0/perl/Makefile.PL.eemm fcgi-2.4.0/perl/Makefile.PL
 -    AUTHOR   => 'Sven Verdoolaege (skimo at kotnet.org)')
 -        if ($ExtUtils::MakeMaker::VERSION >= 5.4301); 
 +    AUTHOR   => 'Sven Verdoolaege (skimo at kotnet.org)'
-+)
++);
  
  $plfiles = { 'echo.PL' => 'echo.fpl', 
  	     'remote.PL' => 'remote.fpl',


More information about the scm-commits mailing list