View | Details | Raw Unified | Return to bug 200953 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	awstats
4
PORTNAME=	awstats
5
PORTVERSION=	7.3
5
PORTVERSION=	7.3
6
PORTREVISION=	2
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	www
8
CATEGORIES=	www
8
MASTER_SITES=	SF/${PORTNAME}/AWStats/${PORTVERSION}
9
MASTER_SITES=	SF/${PORTNAME}/AWStats/${PORTVERSION}
(-)files/patch-wwwroot_cgi-bin_awstats.pl (+21 lines)
Line 0 Link Here
1
--- wwwroot/cgi-bin/awstats.pl.orig	2015-06-18 14:35:12 UTC
2
+++ wwwroot/cgi-bin/awstats.pl
3
@@ -8983,12 +8983,12 @@ sub DefinePerlParsingFormat {
4
 		$LogFormatString =~ s/%>s/%code/g;
5
 		$LogFormatString =~ s/%b(\s)/%bytesd$1/g;
6
 		$LogFormatString =~ s/%b$/%bytesd/g;
7
-		$LogFormatString =~ s/\"%{Referer}i\"/%refererquot/g;
8
-		$LogFormatString =~ s/\"%{User-Agent}i\"/%uaquot/g;
9
-		$LogFormatString =~ s/%{mod_gzip_input_size}n/%gzipin/g;
10
-		$LogFormatString =~ s/%{mod_gzip_output_size}n/%gzipout/g;
11
-		$LogFormatString =~ s/%{mod_gzip_compression_ratio}n/%gzipratio/g;
12
-		$LogFormatString =~ s/\(%{ratio}n\)/%deflateratio/g;
13
+		$LogFormatString =~ s/\"%\{Referer\}i\"/%refererquot/g;
14
+		$LogFormatString =~ s/\"%\{User-Agent\}i\"/%uaquot/g;
15
+		$LogFormatString =~ s/%\{mod_gzip_input_size\}n/%gzipin/g;
16
+		$LogFormatString =~ s/%\{mod_gzip_output_size\}n/%gzipout/g;
17
+		$LogFormatString =~ s/%\{mod_gzip_compression_ratio\}n/%gzipratio/g;
18
+		$LogFormatString =~ s/\(%\{ratio\}n\)/%deflateratio/g;
19
 
20
 		# Replacement for a IIS and ISA format string
21
 		$LogFormatString =~ s/cs-uri-query/%query/g;    # Must be before cs-uri

Return to bug 200953