Index: Makefile =================================================================== --- Makefile (revision 390031) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= awstats PORTVERSION= 7.3 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/AWStats/${PORTVERSION} Index: files/patch-wwwroot_cgi-bin_awstats.pl =================================================================== --- files/patch-wwwroot_cgi-bin_awstats.pl (revision 0) +++ files/patch-wwwroot_cgi-bin_awstats.pl (working copy) @@ -0,0 +1,21 @@ +--- wwwroot/cgi-bin/awstats.pl.orig 2015-06-18 14:35:12 UTC ++++ wwwroot/cgi-bin/awstats.pl +@@ -8983,12 +8983,12 @@ sub DefinePerlParsingFormat { + $LogFormatString =~ s/%>s/%code/g; + $LogFormatString =~ s/%b(\s)/%bytesd$1/g; + $LogFormatString =~ s/%b$/%bytesd/g; +- $LogFormatString =~ s/\"%{Referer}i\"/%refererquot/g; +- $LogFormatString =~ s/\"%{User-Agent}i\"/%uaquot/g; +- $LogFormatString =~ s/%{mod_gzip_input_size}n/%gzipin/g; +- $LogFormatString =~ s/%{mod_gzip_output_size}n/%gzipout/g; +- $LogFormatString =~ s/%{mod_gzip_compression_ratio}n/%gzipratio/g; +- $LogFormatString =~ s/\(%{ratio}n\)/%deflateratio/g; ++ $LogFormatString =~ s/\"%\{Referer\}i\"/%refererquot/g; ++ $LogFormatString =~ s/\"%\{User-Agent\}i\"/%uaquot/g; ++ $LogFormatString =~ s/%\{mod_gzip_input_size\}n/%gzipin/g; ++ $LogFormatString =~ s/%\{mod_gzip_output_size\}n/%gzipout/g; ++ $LogFormatString =~ s/%\{mod_gzip_compression_ratio\}n/%gzipratio/g; ++ $LogFormatString =~ s/\(%\{ratio\}n\)/%deflateratio/g; + + # Replacement for a IIS and ISA format string + $LogFormatString =~ s/cs-uri-query/%query/g; # Must be before cs-uri Property changes on: files/patch-wwwroot_cgi-bin_awstats.pl ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property 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