[BACK]Return to patch-lightparser_pl CVS log [TXT][DIR] Up to [local] / ports / www / lightsquid / patches

Diff for /ports/www/lightsquid/patches/Attic/patch-lightparser_pl between version 1.2 and 1.3

version 1.2, 2009/04/14 21:18:11 version 1.3, 2009/04/17 13:21:49
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- lightparser.pl.orig Wed Jan 10 13:06:49 2007  --- lightparser.pl.orig Fri Apr 17 16:18:08 2009
 +++ lightparser.pl      Thu Mar 12 22:43:03 2009  +++ lightparser.pl      Fri Apr 17 16:20:12 2009
 @@ -246,10 +246,13 @@ while (<FF>) {  @@ -246,10 +246,11 @@ while (<FF>) {
      $url =~ s/([a-z]+:\/\/)??.*\.(rapidshare\.com)/$1www.$2/o;       $url =~ s/([a-z]+:\/\/)??.*\.(rapidshare\.com)/$1www.$2/o;
   
      #extract site name       #extract site name
Line 14 
Line 14 
 +    } else {  +    } else {
 +       $site=$Lurl;  +       $site=$Lurl;
 +    }  +    }
 +  
 +ESL 2008-11  
   
      $totalsize    {$user}       +=$Lsize;       $totalsize    {$user}       +=$Lsize;
      $totalhit     {$user}       ++;       $totalhit     {$user}       ++;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb