FreeBSD Bugzilla – Attachment 42897 Details for
Bug 66772
[PATCH] www/awstats: update to 6.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
awstats-6.1.patch
awstats-6.1.patch (text/plain), 9.65 KB, created by
Toni Viemerö
on 2004-05-17 19:50:21 UTC
(
hide
)
Description:
awstats-6.1.patch
Filename:
MIME Type:
Creator:
Toni Viemerö
Created:
2004-05-17 19:50:21 UTC
Size:
9.65 KB
patch
obsolete
>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%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 66772
: 42897