Index: head/devel/p5-Parse-Yapp/files/patch-YappParse.yp =================================================================== --- head/devel/p5-Parse-Yapp/files/patch-YappParse.yp (revision 541012) +++ head/devel/p5-Parse-Yapp/files/patch-YappParse.yp (nonexistent) @@ -1,20 +0,0 @@ ---- YappParse.yp.orig 2001-05-20 11:19:53 UTC -+++ YappParse.yp -@@ -285,7 +285,7 @@ sub _Lexer { - return($1, [ $1, $lineno[0] ]); - }; - -- $$input=~/\G{/gc -+ $$input=~/\G\{/gc - and do { - my($level,$from,$code); - -@@ -312,7 +312,7 @@ sub _Lexer { - and return('START',[ undef, $lineno[0] ]); - $$input=~/\G%(expect)/gc - and return('EXPECT',[ undef, $lineno[0] ]); -- $$input=~/\G%{/gc -+ $$input=~/\G%\{/gc - and do { - my($code); - Property changes on: head/devel/p5-Parse-Yapp/files/patch-YappParse.yp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/p5-Parse-Yapp/files/patch-lib_Parse_Yapp_Parse.pm =================================================================== --- head/devel/p5-Parse-Yapp/files/patch-lib_Parse_Yapp_Parse.pm (revision 541012) +++ head/devel/p5-Parse-Yapp/files/patch-lib_Parse_Yapp_Parse.pm (nonexistent) @@ -1,20 +0,0 @@ ---- lib/Parse/Yapp/Parse.pm.orig 2001-05-20 11:19:57 UTC -+++ lib/Parse/Yapp/Parse.pm -@@ -880,7 +880,7 @@ sub _Lexer { - return($1, [ $1, $lineno[0] ]); - }; - -- $$input=~/\G{/gc -+ $$input=~/\G\{/gc - and do { - my($level,$from,$code); - -@@ -907,7 +907,7 @@ sub _Lexer { - and return('START',[ undef, $lineno[0] ]); - $$input=~/\G%(expect)/gc - and return('EXPECT',[ undef, $lineno[0] ]); -- $$input=~/\G%{/gc -+ $$input=~/\G%\{/gc - and do { - my($code); - Property changes on: head/devel/p5-Parse-Yapp/files/patch-lib_Parse_Yapp_Parse.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property