From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 17 11:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC5B216A4CE for ; Mon, 17 May 2004 11:50:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9202443D68 for ; Mon, 17 May 2004 11:50:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4HIoLSf007724 for ; Mon, 17 May 2004 11:50:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4HIoLvB007723; Mon, 17 May 2004 11:50:21 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 17 May 2004 11:50:21 -0700 (PDT) Resent-Message-Id: <200405171850.i4HIoLvB007723@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toni Viemero Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF82A16A4CE for ; Mon, 17 May 2004 11:48:54 -0700 (PDT) Received: from perplex.selfdestruct.net (perplex.selfdestruct.net [193.65.195.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF6943D66 for ; Mon, 17 May 2004 11:48:35 -0700 (PDT) (envelope-from toni@perplex.selfdestruct.net) Received: by perplex.selfdestruct.net (Postfix, from userid 1000) id 77EEFB1624; Mon, 17 May 2004 21:48:33 +0300 (EEST) Message-Id: <20040517184833.77EEFB1624@perplex.selfdestruct.net> Date: Mon, 17 May 2004 21:48:33 +0300 (EEST) From: Toni Viemero To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: webmaster@lightningfire.net Subject: ports/66772: [PATCH] www/awstats: update to 6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 18:50:31 -0000 >Number: 66772 >Category: ports >Synopsis: [PATCH] www/awstats: update to 6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 17 11:50:21 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Toni Viemero >Release: FreeBSD 4.10-PRERELEASE i386 >Organization: >Environment: System: FreeBSD perplex.selfdestruct.net 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #1: Mon May 17 14:30:10 EEST 2004 >Description: - Update to 6.1 Port maintainer (webmaster@lightningfire.net) is cc'd. >How-To-Repeat: >Fix: Removed files: 'files/patch.awstats.model.conf' --- awstats-6.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/awstats/Makefile /home/toni/ports/awstats/Makefile --- /usr/ports/www/awstats/Makefile Wed Feb 11 01:39:57 2004 +++ /home/toni/ports/awstats/Makefile Mon May 17 21:46:57 2004 @@ -6,8 +6,7 @@ # PORTNAME= awstats -PORTVERSION= 6.0 -PORTREVISION= 1 +PORTVERSION= 6.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +21,9 @@ do-install: @${MKDIR} ${PREFIX}/www/cgi-bin/lang + @${MKDIR} ${PREFIX}/www/cgi-bin/lang/tooltips_f + @${MKDIR} ${PREFIX}/www/cgi-bin/lang/tooltips_m + @${MKDIR} ${PREFIX}/www/cgi-bin/lang/tooltips_w @${MKDIR} ${PREFIX}/www/cgi-bin/lib @${MKDIR} ${PREFIX}/www/cgi-bin/plugins @${MKDIR} ${PREFIX}/www/cgi-bin/plugins/example @@ -41,20 +43,23 @@ ${INSTALL_SCRIPT} ${WRKSRC}/tools/logresolvemerge.pl ${PREFIX}/bin/awstats_logresolvemerge.pl ${INSTALL_SCRIPT} ${WRKSRC}/tools/maillogconvert.pl ${PREFIX}/bin/awstats_maillogconvert.pl ${INSTALL_SCRIPT} ${WRKSRC}/tools/urlaliasbuilder.pl ${PREFIX}/bin/awstats_urlaliasbuilder.pl - ${INSTALL_SCRIPT} ${WRKSRC}/tools/webmin/awstats-1.21.wbm ${PREFIX}/bin/awstats-1.21.wbm + ${INSTALL_SCRIPT} ${WRKSRC}/tools/webmin/awstats-1.3.wbm ${PREFIX}/bin/awstats-1.3.wbm ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awredir.pl ${PREFIX}/www/cgi-bin ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/awstats.model.conf ${PREFIX}/www/cgi-bin ${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awstats.pl ${PREFIX}/www/cgi-bin - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/* ${PREFIX}/www/cgi-bin/lang + ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/tooltips_f/*.txt ${PREFIX}/www/cgi-bin/lang/tooltips_f + ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/tooltips_m/*.txt ${PREFIX}/www/cgi-bin/lang/tooltips_m + ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/tooltips_w/*.txt ${PREFIX}/www/cgi-bin/lang/tooltips_w + ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lang/*.txt ${PREFIX}/www/cgi-bin/lang ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/lib/* ${PREFIX}/www/cgi-bin/lib ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/decodeutfkeys.pm ${PREFIX}/www/cgi-bin/plugins ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/geoip.pm ${PREFIX}/www/cgi-bin/plugins ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/geoipfree.pm ${PREFIX}/www/cgi-bin/plugins ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/graphapplet.pm ${PREFIX}/www/cgi-bin/plugins ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/hashfiles.pm ${PREFIX}/www/cgi-bin/plugins - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/hostinfo.pm ${PREFIX}/www/cgi-bin/plugins + ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/hostinfo.pm ${PREFIX}/www/cgi-bin/plugins ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/ipv6.pm ${PREFIX}/www/cgi-bin/plugins - ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/rawlog.pm ${PREFIX}/www/cgi-bin/plugins + ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/rawlog.pm ${PREFIX}/www/cgi-bin/plugins ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/timehires.pm ${PREFIX}/www/cgi-bin/plugins ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/timezone.pm ${PREFIX}/www/cgi-bin/plugins ${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/plugins/tooltips.pm ${PREFIX}/www/cgi-bin/plugins diff -ruN --exclude=CVS /usr/ports/www/awstats/distinfo /home/toni/ports/awstats/distinfo --- /usr/ports/www/awstats/distinfo Wed Mar 31 06:12:09 2004 +++ /home/toni/ports/awstats/distinfo Mon May 17 21:23:00 2004 @@ -1,2 +1,2 @@ -MD5 (awstats-6.0.tgz) = 959498f7182f20d84d7bd8aca68f4155 -SIZE (awstats-6.0.tgz) = 791020 +MD5 (awstats-6.1.tgz) = 4f02c0fc4f1a0f946fcae3b3768bf113 +SIZE (awstats-6.1.tgz) = 800275 diff -ruN --exclude=CVS /usr/ports/www/awstats/files/patch-aa /home/toni/ports/awstats/files/patch-aa --- /usr/ports/www/awstats/files/patch-aa Thu Jan 1 02:00:00 1970 +++ /home/toni/ports/awstats/files/patch-aa Mon May 17 21:34:55 2004 @@ -0,0 +1,18 @@ +--- wwwroot/cgi-bin/awstats.model.conf.org Sun May 9 15:53:35 2004 ++++ wwwroot/cgi-bin/awstats.model.conf Mon May 17 21:34:29 2004 +@@ -204,11 +204,11 @@ + # Relative or absolute web URL of your awstats icon directory. + # If you build static reports ("... -output > outputpath/output.html"), enter + # path of icon directory relative to the output directory 'outputpath'. +-# Example: "/awstatsicon" +-# Example: "../icon" +-# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") ++# Example: "/icons" ++# Example: "../icons" ++# Default: "/icons" (means you must copy icon directories in "/mywwwroot/icon") + # +-DirIcons="/icon" ++DirIcons="/icons" + + + # When this parameter is set to 1, AWStats add a button on report page to diff -ruN --exclude=CVS /usr/ports/www/awstats/files/patch.awstats.model.conf /home/toni/ports/awstats/files/patch.awstats.model.conf --- /usr/ports/www/awstats/files/patch.awstats.model.conf Fri Nov 15 20:23:52 2002 +++ /home/toni/ports/awstats/files/patch.awstats.model.conf Thu Jan 1 02:00:00 1970 @@ -1,18 +0,0 @@ ---- awstats.model.conf.orig Wed Nov 6 15:27:14 2002 -+++ awstats.model.conf Wed Nov 6 15:29:49 2002 -@@ -150,11 +150,11 @@ - # subdirectories. - # If you build static reports ("... -output > outputpath/output.html"), enter - # path of icon directory relative to the directory outputpath. --# Example: "/icon" --# Example: "../icon" --# Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") -+# Example: "/icons" -+# Example: "../icons" -+# Default: "/icons" (means you must copy icon directories in "/mywwwroot/icons") - # --DirIcons="/icon" -+DirIcons="/icons" - - - # "SiteDomain" must contain the main domain name or the main intranet web diff -ruN --exclude=CVS /usr/ports/www/awstats/pkg-plist /home/toni/ports/awstats/pkg-plist --- /usr/ports/www/awstats/pkg-plist Wed Feb 11 00:16:55 2004 +++ /home/toni/ports/awstats/pkg-plist Mon May 17 21:47:04 2004 @@ -1,4 +1,4 @@ -bin/awstats-1.21.wbm +bin/awstats-1.3.wbm bin/awstats_buildstaticpages.pl bin/awstats_configure.pl bin/awstats_exportlib.pl @@ -51,6 +51,7 @@ www/cgi-bin/awstats.model.conf www/cgi-bin/awstats.pl www/cgi-bin/lang/awstats-al.txt +www/cgi-bin/lang/awstats-ar.txt www/cgi-bin/lang/awstats-ba.txt www/cgi-bin/lang/awstats-bg.txt www/cgi-bin/lang/awstats-br.txt @@ -86,39 +87,45 @@ www/cgi-bin/lang/awstats-sk.txt www/cgi-bin/lang/awstats-sr.txt www/cgi-bin/lang/awstats-tr.txt -www/cgi-bin/lang/awstats-tt-al.txt -www/cgi-bin/lang/awstats-tt-ba.txt -www/cgi-bin/lang/awstats-tt-bg.txt -www/cgi-bin/lang/awstats-tt-ca.txt -www/cgi-bin/lang/awstats-tt-cn.txt -www/cgi-bin/lang/awstats-tt-cz.txt -www/cgi-bin/lang/awstats-tt-de.txt -www/cgi-bin/lang/awstats-tt-dk.txt -www/cgi-bin/lang/awstats-tt-en.txt -www/cgi-bin/lang/awstats-tt-es.txt -www/cgi-bin/lang/awstats-tt-fi.txt -www/cgi-bin/lang/awstats-tt-fr.txt -www/cgi-bin/lang/awstats-tt-gl.txt -www/cgi-bin/lang/awstats-tt-hu.txt -www/cgi-bin/lang/awstats-tt-is.txt -www/cgi-bin/lang/awstats-tt-it.txt -www/cgi-bin/lang/awstats-tt-jp.txt -www/cgi-bin/lang/awstats-tt-kr.txt -www/cgi-bin/lang/awstats-tt-nb.txt -www/cgi-bin/lang/awstats-tt-nl.txt -www/cgi-bin/lang/awstats-tt-nn.txt -www/cgi-bin/lang/awstats-tt-pl.txt -www/cgi-bin/lang/awstats-tt-ro.txt -www/cgi-bin/lang/awstats-tt-ru.txt -www/cgi-bin/lang/awstats-tt-se.txt -www/cgi-bin/lang/awstats-tt-sk.txt -www/cgi-bin/lang/awstats-tt-sr.txt -www/cgi-bin/lang/awstats-tt-tr.txt -www/cgi-bin/lang/awstats-tt-tw.txt -www/cgi-bin/lang/awstats-tt-ua.txt www/cgi-bin/lang/awstats-tw.txt www/cgi-bin/lang/awstats-ua.txt www/cgi-bin/lang/awstats-wlk.txt +www/cgi-bin/lang/tooltips_f/awstats-tt-en.txt +www/cgi-bin/lang/tooltips_m/awstats-tt-en.txt +www/cgi-bin/lang/tooltips_m/awstats-tt-fr.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-al.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-ba.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-bg.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-ca.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-cn.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-cz.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-de.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-dk.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-en.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-es.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-fi.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-fr.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-gl.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-hu.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-is.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-it.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-jp.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-kr.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-nb.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-nl.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-nn.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-pl.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-ro.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-ru.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-se.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-sk.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-sr.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-tr.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-tw.txt +www/cgi-bin/lang/tooltips_w/awstats-tt-ua.txt +www/cgi-bin/lang/tooltips_w/awstats-tw.txt +www/cgi-bin/lang/tooltips_w/awstats-ua.txt +www/cgi-bin/lang/tooltips_w/awstats-wlk.txt www/cgi-bin/lib/browsers.pm www/cgi-bin/lib/domains.pm www/cgi-bin/lib/mime.pm @@ -159,6 +166,7 @@ www/icons/browser/dreamcast.png www/icons/browser/ecatch.png www/icons/browser/encompass.png +www/icons/browser/firefox.png www/icons/browser/fpexpress.png www/icons/browser/fresco.png www/icons/browser/galeon.png @@ -572,6 +580,9 @@ @dirrm www/cgi-bin/plugins/example @dirrm www/cgi-bin/plugins @dirrm www/cgi-bin/lib +@dirrm www/cgi-bin/lang/tooltips_w +@dirrm www/cgi-bin/lang/tooltips_m +@dirrm www/cgi-bin/lang/tooltips_f @dirrm www/cgi-bin/lang %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% --- awstats-6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: