Index: head/textproc/p5-Lingua-EN-Tagger/files/patch-Makefile.PL =================================================================== --- head/textproc/p5-Lingua-EN-Tagger/files/patch-Makefile.PL (nonexistent) +++ head/textproc/p5-Lingua-EN-Tagger/files/patch-Makefile.PL (revision 415549) @@ -0,0 +1,20 @@ +--- Makefile.PL.orig 2012-05-28 13:24:29 UTC ++++ Makefile.PL +@@ -59,7 +59,7 @@ sub _load_words { + my ( $file ) = @_; + my $fh = new FileHandle $file; + while ( <$fh> ){ +- my ( $key, $data ) = m/^"?([^{"]+)"?: { (.*) }/; ++ my ( $key, $data ) = m/^"?([^{"]+)"?: \{ (.*) }/; + next unless $key and $data; + my %tags = split /[:,]\s+/, $data; + foreach( keys %tags ){ +@@ -73,7 +73,7 @@ sub _load_tags { + my ( $file ) = @_; + my $fh = new FileHandle $file; + while ( <$fh> ){ +- my ( $key, $data ) = m/^"?([^{"]+)"?: { (.*) }/; ++ my ( $key, $data ) = m/^"?([^{"]+)"?: \{ (.*) }/; + next unless $key and $data; + my %tags = split /[:,]\s+/, $data; + foreach( keys %tags ){ Property changes on: head/textproc/p5-Lingua-EN-Tagger/files/patch-Makefile.PL ___________________________________________________________________ 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