From takefu@airport.fm  Wed Dec  8 05:57:06 2010
Return-Path: <takefu@airport.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 33DD3106564A
	for <freebsd-gnats-submit@freebsd.org>; Wed,  8 Dec 2010 05:57:06 +0000 (UTC)
	(envelope-from takefu@airport.fm)
Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 9D8308FC17
	for <freebsd-gnats-submit@freebsd.org>; Wed,  8 Dec 2010 05:57:05 +0000 (UTC)
Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1])
	by ae-osaka.co.jp (Postfix) with ESMTP id 8A3601144C;
	Wed,  8 Dec 2010 14:57:04 +0900 (JST)
Received: from ae-osaka.co.jp ([127.0.0.1])
	by ae-osaka.co.jp (ae-osaka.co.jp [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id IP5PgYgtqHhd; Wed,  8 Dec 2010 14:57:04 +0900 (JST)
Received: from [IPv6:2001:3e0:4ec:a011:19f0:2a3:3e79:2a29] (unknown [IPv6:2001:3e0:4ec:a011:19f0:2a3:3e79:2a29])
	by ae-osaka.co.jp (Postfix) with ESMTPSA id 4CD721143E;
	Wed,  8 Dec 2010 14:57:04 +0900 (JST)
Message-Id: <4CFF1E2F.6090805@airport.fm>
Date: Wed, 08 Dec 2010 14:57:03 +0900
From: Takefu <takefu@airport.fm>
To: freebsd-gnats-submit@freebsd.org
Cc: takefu@airport.fm, samm@os2.kiev.ua
Subject: [PATCH] www/awstats: update to 7.0

>Number:         152911
>Category:       ports
>Synopsis:       [PATCH] www/awstats: update to 7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 08 06:00:29 UTC 2010
>Closed-Date:    Sun Dec 12 01:08:24 UTC 2010
>Last-Modified:  Sun Dec 12 01:10:17 UTC 2010
>Originator:     Takefu
>Release:        FreeBSD 8.1-RELEASE-p2 amd64
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
- Update to 7.0

Port maintainer (samm@os2.kiev.ua) is cc'd.

>How-To-Repeat:
>Fix:

--- awstats-7.0,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/awstats/Makefile /root/ports/www/awstats/Makefile
--- /usr/ports/www/awstats/Makefile	2009-10-30 18:51:19.000000000 +0900
+++ /root/ports/www/awstats/Makefile	2010-12-08 14:41:35.000000000 +0900
@@ -6,7 +6,7 @@
 #
  PORTNAME=	awstats
-PORTVERSION=	6.95
+PORTVERSION=	7.0
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/AWStats/${PORTVERSION}
@@ -14,6 +14,9 @@
 MAINTAINER=	samm@os2.kiev.ua
 COMMENT=	Free real-time logfile analyzer to get advanced web statistics
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/docs/LICENSE.TXT
+
 RUN_DEPENDS=	${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois
  NO_BUILD=	yes
@@ -82,7 +85,6 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/tools/logresolvemerge.pl ${PREFIX}/www/awstats/tools
 	${INSTALL_SCRIPT} ${WRKSRC}/tools/maillogconvert.pl ${PREFIX}/www/awstats/tools
 	${INSTALL_SCRIPT} ${WRKSRC}/tools/urlaliasbuilder.pl ${PREFIX}/www/awstats/tools
-	${INSTALL_DATA} ${WRKSRC}/tools/webmin/awstats-1.8.wbm ${PREFIX}/www/awstats/tools/webmin
 	${INSTALL_DATA} ${WRKSRC}/tools/xslt/* ${PREFIX}/www/awstats/tools/xslt
 	${INSTALL_SCRIPT} ${WRKSRC}/wwwroot/cgi-bin/awredir.pl ${PREFIX}/www/awstats/cgi-bin
 	${INSTALL_DATA} ${WRKSRC}/wwwroot/cgi-bin/awstats.model.conf ${PREFIX}/www/awstats/cgi-bin
diff -ruN --exclude=CVS /usr/ports/www/awstats/distinfo /root/ports/www/awstats/distinfo
--- /usr/ports/www/awstats/distinfo	2009-10-30 18:51:19.000000000 +0900
+++ /root/ports/www/awstats/distinfo	2010-12-08 13:59:43.000000000 +0900
@@ -1,3 +1,2 @@
-MD5 (awstats-6.95.tar.gz) = 26a5b19fa9f395e9e7dafed37b795d7f
-SHA256 (awstats-6.95.tar.gz) = 7cda2f470abae83b10c819aec6511897034e75b73b36b706a98736b5d04d81d3
-SIZE (awstats-6.95.tar.gz) = 1138306
+SHA256 (awstats-7.0.tar.gz) = e2651d4a5ff40e1d792b37cc13784d444cae479b4f98118aed27f46f5a18ce92
+SIZE (awstats-7.0.tar.gz) = 1254327
diff -ruN --exclude=CVS /usr/ports/www/awstats/pkg-plist /root/ports/www/awstats/pkg-plist
--- /usr/ports/www/awstats/pkg-plist	2009-10-30 18:51:19.000000000 +0900
+++ /root/ports/www/awstats/pkg-plist	2010-12-08 14:52:28.000000000 +0900
@@ -6,6 +6,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/awstats_compare.html
 %%PORTDOCS%%%%DOCSDIR%%/awstats_config.html
 %%PORTDOCS%%%%DOCSDIR%%/awstats_contrib.html
+%%PORTDOCS%%%%DOCSDIR%%/awstats_dev_plugins.html
+%%PORTDOCS%%%%DOCSDIR%%/awstats_dev_plugins_graphs.html
+%%PORTDOCS%%%%DOCSDIR%%/awstats_dev_plugins_hooks.html
+%%PORTDOCS%%%%DOCSDIR%%/awstats_dolibarr.html
 %%PORTDOCS%%%%DOCSDIR%%/awstats_extra.html
 %%PORTDOCS%%%%DOCSDIR%%/awstats_faq.html
 %%PORTDOCS%%%%DOCSDIR%%/awstats_glossary.html
@@ -45,7 +49,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/images/awstats.png
 %%PORTDOCS%%%%DOCSDIR%%/images/awstats.gif
 %%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/pad_awstats.htm
 %%PORTDOCS%%%%DOCSDIR%%/pad_awstats.xml
 %%PORTDOCS%%%%DOCSDIR%%/styles.css
 www/awstats/cgi-bin/awredir.pl
@@ -101,6 +104,7 @@
 www/awstats/cgi-bin/lang/tooltips_f/awstats-tt-br.txt
 www/awstats/cgi-bin/lang/tooltips_f/awstats-tt-cz.txt
 www/awstats/cgi-bin/lang/tooltips_f/awstats-tt-en.txt
+www/awstats/cgi-bin/lang/tooltips_f/awstats-tt-gl.txt
 www/awstats/cgi-bin/lang/tooltips_f/awstats-tt-gr.txt
 www/awstats/cgi-bin/lang/tooltips_f/awstats-tt-is.txt
 www/awstats/cgi-bin/lang/tooltips_f/awstats-tt-it.txt
@@ -109,6 +113,7 @@
 www/awstats/cgi-bin/lang/tooltips_m/awstats-tt-cz.txt
 www/awstats/cgi-bin/lang/tooltips_m/awstats-tt-en.txt
 www/awstats/cgi-bin/lang/tooltips_m/awstats-tt-fr.txt
+www/awstats/cgi-bin/lang/tooltips_m/awstats-tt-gl.txt
 www/awstats/cgi-bin/lang/tooltips_m/awstats-tt-gr.txt
 www/awstats/cgi-bin/lang/tooltips_m/awstats-tt-is.txt
 www/awstats/cgi-bin/lang/tooltips_m/awstats-tt-it.txt
@@ -162,12 +167,14 @@
 www/awstats/cgi-bin/plugins/example/example.pm
 www/awstats/cgi-bin/plugins/export_to_csv.pm
 www/awstats/cgi-bin/plugins/geoip.pm
+www/awstats/cgi-bin/plugins/geoip_asn_maxmind.pm
 www/awstats/cgi-bin/plugins/geoip_city_maxmind.pm
 www/awstats/cgi-bin/plugins/geoip_isp_maxmind.pm
 www/awstats/cgi-bin/plugins/geoip_org_maxmind.pm
 www/awstats/cgi-bin/plugins/geoip_region_maxmind.pm
 www/awstats/cgi-bin/plugins/geoipfree.pm
 www/awstats/cgi-bin/plugins/graphapplet.pm
+www/awstats/cgi-bin/plugins/graphgooglechartapi.pm
 www/awstats/cgi-bin/plugins/hashfiles.pm
 www/awstats/cgi-bin/plugins/hostinfo.pm
 www/awstats/cgi-bin/plugins/ipv6.pm
@@ -515,6 +522,7 @@
 www/awstats/icons/flags/qa.png
 www/awstats/icons/flags/re.png
 www/awstats/icons/flags/ro.png
+www/awstats/icons/flags/rs.png
 www/awstats/icons/flags/ru.png
 www/awstats/icons/flags/rw.png
 www/awstats/icons/flags/sa.png
@@ -575,16 +583,23 @@
 www/awstats/icons/mime/ai.png
 www/awstats/icons/mime/archive.png
 www/awstats/icons/mime/audio.png
+www/awstats/icons/mime/crystal.png
 www/awstats/icons/mime/css.png
 www/awstats/icons/mime/doc.png
+www/awstats/icons/mime/dotnet.png
+www/awstats/icons/mime/encrypt.png
 www/awstats/icons/mime/flash.png
 www/awstats/icons/mime/html.png
 www/awstats/icons/mime/image.png
 www/awstats/icons/mime/jnlp.png
 www/awstats/icons/mime/jscript.png
+www/awstats/icons/mime/library.png
 www/awstats/icons/mime/lit.png
+www/awstats/icons/mime/mdb.png
 www/awstats/icons/mime/notavailable.png
+www/awstats/icons/mime/ooffice.png
 www/awstats/icons/mime/other.png
+www/awstats/icons/mime/page.png
 www/awstats/icons/mime/pdf.png
 www/awstats/icons/mime/php.png
 www/awstats/icons/mime/phshop.png
@@ -592,7 +607,9 @@
 www/awstats/icons/mime/ppt.png
 www/awstats/icons/mime/quicktime.png
 www/awstats/icons/mime/rar.png
+www/awstats/icons/mime/readme.txt
 www/awstats/icons/mime/real.png
+www/awstats/icons/mime/rss.png
 www/awstats/icons/mime/script.png
 www/awstats/icons/mime/svg.png
 www/awstats/icons/mime/text.png
@@ -626,6 +643,8 @@
 www/awstats/icons/os/ibm.png
 www/awstats/icons/os/imode.png
 www/awstats/icons/os/inferno.png
+www/awstats/icons/os/ios.png
+www/awstats/icons/os/iphone.png
 www/awstats/icons/os/irix.png
 www/awstats/icons/os/j2me.png
 www/awstats/icons/os/java.png
@@ -666,6 +685,7 @@
 www/awstats/icons/os/webtv.png
 www/awstats/icons/os/wii.png
 www/awstats/icons/os/win.png
+www/awstats/icons/os/win7.png
 www/awstats/icons/os/win16.png
 www/awstats/icons/os/win2000.png
 www/awstats/icons/os/win2003.png
@@ -715,7 +735,6 @@
 www/awstats/tools/logresolvemerge.pl
 www/awstats/tools/maillogconvert.pl
 www/awstats/tools/urlaliasbuilder.pl
-www/awstats/tools/webmin/awstats-1.8.wbm
 www/awstats/tools/xslt/README.txt
 www/awstats/tools/xslt/awstats.datademo1.xml
 www/awstats/tools/xslt/awstats.datademo1.xslt
--- awstats-7.0,1.patch ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Dec 8 06:00:37 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152911 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: samm@os2.kiev.ua
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/152911: [PATCH] www/awstats: update to 7.0
Date: Wed, 8 Dec 2010 06:00:34 UT

 Maintainer of www/awstats,
 
 Please note that PR ports/152911 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152911
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed Dec 8 23:33:59 UTC 2010 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152911 

From: Alex Samorukov <samm@os2.kiev.ua>
To: <takefu@airport.fm>, <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/152911: [PATCH] www/awstats: update to 7.0
Date: Fri, 10 Dec 2010 10:42:28 +0200

  I`m approving this update, thank you
 -- 
  Alex Samorukov
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Fri Dec 10 23:11:21 UTC 2010 
State-Changed-Why:  
Maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152911 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Dec 12 01:08:23 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152911 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152911: commit references a PR
Date: Sun, 12 Dec 2010 01:08:23 +0000 (UTC)

 pgollucci    2010-12-12 01:08:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/awstats          Makefile distinfo pkg-plist 
   Log:
   - Update to 7.0
   - Remove MD5
   
   PR:             ports/152911
   Submitted by:   Takefu <takefu@airport.fm>
   Approved by:    samm@os2.kiev.ua (maintainer)
   
   Revision  Changes    Path
   1.44      +4 -2      ports/www/awstats/Makefile
   1.26      +2 -3      ports/www/awstats/distinfo
   1.25      +21 -2     ports/www/awstats/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
