Index: head/devel/p5-Parse-Yapp/Makefile =================================================================== --- head/devel/p5-Parse-Yapp/Makefile (revision 415966) +++ head/devel/p5-Parse-Yapp/Makefile (revision 415967) @@ -1,17 +1,17 @@ # Created by: Michael Lyngbøl # $FreeBSD$ PORTNAME= Parse-Yapp PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lyngbol@wheel.dk COMMENT= Perl extension for generating and using LALR parsers USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Parse-Yapp/files/patch-YappParse.yp =================================================================== --- head/devel/p5-Parse-Yapp/files/patch-YappParse.yp (nonexistent) +++ head/devel/p5-Parse-Yapp/files/patch-YappParse.yp (revision 415967) @@ -0,0 +1,20 @@ +--- 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 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +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 (nonexistent) +++ head/devel/p5-Parse-Yapp/files/patch-lib_Parse_Yapp_Parse.pm (revision 415967) @@ -0,0 +1,20 @@ +--- 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 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property