From root@nordhaug.priv.no  Thu Mar  3 18:03:09 2011
Return-Path: <root@nordhaug.priv.no>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CD2B7106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Mar 2011 18:03:09 +0000 (UTC)
	(envelope-from root@nordhaug.priv.no)
Received: from nordhaug.priv.no (static243-173-78.mimer.net [83.243.173.78])
	by mx1.freebsd.org (Postfix) with ESMTP id B91578FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Mar 2011 18:03:08 +0000 (UTC)
Received: from nordhaug.priv.no (localhost [127.0.0.1])
	by nordhaug.priv.no (Postfix) with ESMTP id 1556F8A709
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Mar 2011 18:47:38 +0100 (CET)
Received: from nordhaug.priv.no ([127.0.0.1])
	by nordhaug.priv.no (nordhaug.priv.no [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id VypErl7P5mFx for <FreeBSD-gnats-submit@freebsd.org>;
	Thu,  3 Mar 2011 18:47:31 +0100 (CET)
Received: by nordhaug.priv.no (Postfix, from userid 0)
	id 12A7D8A67A; Thu,  3 Mar 2011 18:47:31 +0100 (CET)
Message-Id: <20110303174731.12A7D8A67A@nordhaug.priv.no>
Date: Thu,  3 Mar 2011 18:47:31 +0100 (CET)
From: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] www/piwik: update to 1.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155234
>Category:       ports
>Synopsis:       [MAINTAINER] www/piwik: update to 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 03 18:10:12 UTC 2011
>Closed-Date:    Tue Mar 08 20:52:31 UTC 2011
>Last-Modified:  Tue Mar  8 21:00:21 UTC 2011
>Originator:     Hans Fredrik Nordhaug
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010
>Description:
- Update to 1.2

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- piwik-1.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/piwik.orig/Makefile /usr/ports/www/piwik/Makefile
--- /usr/ports/www/piwik.orig/Makefile	2011-01-05 18:47:54.000000000 +0100
+++ /usr/ports/www/piwik/Makefile	2011-03-03 18:06:13.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	piwik
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2
 CATEGORIES=	www
 MASTER_SITES=	http://builds.piwik.org/
 
@@ -24,9 +24,6 @@
 
 .include <bsd.port.pre.mk>
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' ${WRKSRC}/misc/cron/archive.sh
-
 pre-install:
 	@if [ ! -f ${LOCALBASE}/bin/php ]; then \
 		echo " It seems you install php without CLI enabled. "; \
diff -ruN --exclude=CVS /usr/ports/www/piwik.orig/distinfo /usr/ports/www/piwik/distinfo
--- /usr/ports/www/piwik.orig/distinfo	2011-01-05 18:48:03.000000000 +0100
+++ /usr/ports/www/piwik/distinfo	2011-03-03 18:06:37.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (piwik-1.1.1.tar.gz) = a3b46cb788188d20844eba5d3e337951ff945ae5d806c9164bf168bfa31e93d0
-SIZE (piwik-1.1.1.tar.gz) = 4105557
+SHA256 (piwik-1.2.tar.gz) = 411e16d9cfc788b86c88e7583091fc19c8a742524788d1bc5abca1b250d6df59
+SIZE (piwik-1.2.tar.gz) = 4222223
diff -ruN --exclude=CVS /usr/ports/www/piwik.orig/pkg-plist /usr/ports/www/piwik/pkg-plist
--- /usr/ports/www/piwik.orig/pkg-plist	2011-01-05 18:52:08.000000000 +0100
+++ /usr/ports/www/piwik/pkg-plist	2011-03-03 18:38:59.000000000 +0100
@@ -148,15 +148,17 @@
 %%WWWDIR%%/core/Tracker.php
 %%WWWDIR%%/core/Tracker/Action.php
 %%WWWDIR%%/core/Tracker/Config.php
-%%WWWDIR%%/core/Tracker/Cookie.php
 %%WWWDIR%%/core/Tracker/Db.php
 %%WWWDIR%%/core/Tracker/Db/Mysqli.php
 %%WWWDIR%%/core/Tracker/Db/Pdo/Mysql.php
 %%WWWDIR%%/core/Tracker/Db/Pdo/Pgsql.php
 %%WWWDIR%%/core/Tracker/GoalManager.php
+%%WWWDIR%%/core/Tracker/IgnoreCookie.php
+%%WWWDIR%%/core/Tracker/javascriptCode.tpl
 %%WWWDIR%%/core/Tracker/Visit.php
-%%WWWDIR%%/core/Tracker/javascriptTag.tpl
 %%WWWDIR%%/core/Translate.php
+%%WWWDIR%%/core/Segment.php
+%%WWWDIR%%/core/SegmentExpression.php
 %%WWWDIR%%/core/Unzip.php
 %%WWWDIR%%/core/Unzip/PclZip.php
 %%WWWDIR%%/core/Unzip/ZipArchive.php
@@ -186,6 +188,8 @@
 %%WWWDIR%%/core/Updates/0.7.php
 %%WWWDIR%%/core/Updates/0.9.1.php
 %%WWWDIR%%/core/Updates/1.1.php
+%%WWWDIR%%/core/Updates/1.2-rc1.php
+%%WWWDIR%%/core/Updates/1.2-rc2.php
 %%WWWDIR%%/core/Url.php
 %%WWWDIR%%/core/Version.php
 %%WWWDIR%%/core/View.php
@@ -236,8 +240,10 @@
 %%WWWDIR%%/lang/he.php
 %%WWWDIR%%/lang/hu.php
 %%WWWDIR%%/lang/id.php
+%%WWWDIR%%/lang/is.php
 %%WWWDIR%%/lang/it.php
 %%WWWDIR%%/lang/ja.php
+%%WWWDIR%%/lang/ka.php
 %%WWWDIR%%/lang/ko.php
 %%WWWDIR%%/lang/lt.php
 %%WWWDIR%%/lang/nb.php
@@ -337,6 +343,7 @@
 %%WWWDIR%%/libs/PclZip/pclzip.lib.php
 %%WWWDIR%%/libs/PiwikTracker/LICENSE.txt
 %%WWWDIR%%/libs/PiwikTracker/PiwikTracker.php
+%%WWWDIR%%/libs/README_LIBS
 %%WWWDIR%%/libs/Smarty/Config_File.class.php
 %%WWWDIR%%/libs/Smarty/Smarty.class.php
 %%WWWDIR%%/libs/Smarty/Smarty_Compiler.class.php
@@ -439,6 +446,7 @@
 %%WWWDIR%%/libs/Zend/Cache/Backend/ExtendedInterface.php
 %%WWWDIR%%/libs/Zend/Cache/Backend/File.php
 %%WWWDIR%%/libs/Zend/Cache/Backend/Interface.php
+%%WWWDIR%%/libs/Zend/Cache/Backend/Libmemcached.php
 %%WWWDIR%%/libs/Zend/Cache/Backend/Memcached.php
 %%WWWDIR%%/libs/Zend/Cache/Backend/Sqlite.php
 %%WWWDIR%%/libs/Zend/Cache/Backend/Static.php
@@ -461,12 +469,16 @@
 %%WWWDIR%%/libs/Zend/Config.php
 %%WWWDIR%%/libs/Zend/Config/Exception.php
 %%WWWDIR%%/libs/Zend/Config/Ini.php
+%%WWWDIR%%/libs/Zend/Config/Json.php
 %%WWWDIR%%/libs/Zend/Config/Writer.php
 %%WWWDIR%%/libs/Zend/Config/Writer/Array.php
 %%WWWDIR%%/libs/Zend/Config/Writer/FileAbstract.php
 %%WWWDIR%%/libs/Zend/Config/Writer/Ini.php
+%%WWWDIR%%/libs/Zend/Config/Writer/Json.php
 %%WWWDIR%%/libs/Zend/Config/Writer/Xml.php
+%%WWWDIR%%/libs/Zend/Config/Writer/Yaml.php
 %%WWWDIR%%/libs/Zend/Config/Xml.php
+%%WWWDIR%%/libs/Zend/Config/Yaml.php
 %%WWWDIR%%/libs/Zend/Db.php
 %%WWWDIR%%/libs/Zend/Db/Adapter/Abstract.php
 %%WWWDIR%%/libs/Zend/Db/Adapter/Db2.php
@@ -621,15 +633,32 @@
 %%WWWDIR%%/libs/Zend/Http/Exception.php
 %%WWWDIR%%/libs/Zend/Http/Response.php
 %%WWWDIR%%/libs/Zend/Http/Response/Stream.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/AbstractDevice.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Bot.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Checker.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Console.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Desktop.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Device.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Email.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Exception.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter/WurflApi.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Exception.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Feed.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Mobile.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Offline.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Probe.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Spam.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Storage.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Storage/NonPersistent.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Storage/Exception.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Storage/Session.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Text.php
+%%WWWDIR%%/libs/Zend/Http/UserAgent/Validator.php
 %%WWWDIR%%/libs/Zend/LICENSE.txt
-%%WWWDIR%%/libs/Zend/Loader.php
-%%WWWDIR%%/libs/Zend/Loader/Autoloader.php
-%%WWWDIR%%/libs/Zend/Loader/Autoloader/Interface.php
-%%WWWDIR%%/libs/Zend/Loader/Autoloader/Resource.php
-%%WWWDIR%%/libs/Zend/Loader/Exception.php
-%%WWWDIR%%/libs/Zend/Loader/PluginLoader.php
-%%WWWDIR%%/libs/Zend/Loader/PluginLoader/Exception.php
-%%WWWDIR%%/libs/Zend/Loader/PluginLoader/Interface.php
 %%WWWDIR%%/libs/Zend/Log.php
 %%WWWDIR%%/libs/Zend/Log/Exception.php
 %%WWWDIR%%/libs/Zend/Log/FactoryInterface.php
@@ -638,6 +667,7 @@
 %%WWWDIR%%/libs/Zend/Log/Filter/Message.php
 %%WWWDIR%%/libs/Zend/Log/Filter/Priority.php
 %%WWWDIR%%/libs/Zend/Log/Filter/Suppress.php
+%%WWWDIR%%/libs/Zend/Log/Formatter/Abstract.php
 %%WWWDIR%%/libs/Zend/Log/Formatter/Firebug.php
 %%WWWDIR%%/libs/Zend/Log/Formatter/Interface.php
 %%WWWDIR%%/libs/Zend/Log/Formatter/Simple.php
@@ -682,6 +712,7 @@
 %%WWWDIR%%/libs/Zend/Mail/Storage/Writable/Maildir.php
 %%WWWDIR%%/libs/Zend/Mail/Transport/Abstract.php
 %%WWWDIR%%/libs/Zend/Mail/Transport/Exception.php
+%%WWWDIR%%/libs/Zend/Mail/Transport/File.php
 %%WWWDIR%%/libs/Zend/Mail/Transport/Sendmail.php
 %%WWWDIR%%/libs/Zend/Mail/Transport/Smtp.php
 %%WWWDIR%%/libs/Zend/Mime.php
@@ -689,6 +720,18 @@
 %%WWWDIR%%/libs/Zend/Mime/Exception.php
 %%WWWDIR%%/libs/Zend/Mime/Message.php
 %%WWWDIR%%/libs/Zend/Mime/Part.php
+%%WWWDIR%%/libs/Zend/OpenId.php
+%%WWWDIR%%/libs/Zend/OpenId/Consumer.php
+%%WWWDIR%%/libs/Zend/OpenId/Consumer/Storage/File.php
+%%WWWDIR%%/libs/Zend/OpenId/Consumer/Storage.php
+%%WWWDIR%%/libs/Zend/OpenId/Exception.php
+%%WWWDIR%%/libs/Zend/OpenId/Extension.php
+%%WWWDIR%%/libs/Zend/OpenId/Extension/Sreg.php
+%%WWWDIR%%/libs/Zend/OpenId/Provider.php
+%%WWWDIR%%/libs/Zend/OpenId/Provider/Storage.php
+%%WWWDIR%%/libs/Zend/OpenId/Provider/Storage/File.php
+%%WWWDIR%%/libs/Zend/OpenId/Provider/User.php
+%%WWWDIR%%/libs/Zend/OpenId/Provider/User/Session.php
 %%WWWDIR%%/libs/Zend/Registry.php
 %%WWWDIR%%/libs/Zend/Session.php
 %%WWWDIR%%/libs/Zend/Session/Abstract.php
@@ -938,7 +981,6 @@
 %%WWWDIR%%/misc/api_internal_call.php
 %%WWWDIR%%/misc/api_rest_call.php
 %%WWWDIR%%/misc/cron/archive.sh
-%%WWWDIR%%/misc/cron/archive.sh.bak
 %%WWWDIR%%/misc/cron/archive.windows.ps1
 %%WWWDIR%%/misc/crossdomain.xml
 %%WWWDIR%%/misc/download-count.txt
@@ -1033,6 +1075,9 @@
 %%WWWDIR%%/plugins/CoreUpdater/templates/update_new_version_available.tpl
 %%WWWDIR%%/plugins/CoreUpdater/templates/update_one_click_done.tpl
 %%WWWDIR%%/plugins/CoreUpdater/templates/update_welcome.tpl
+%%WWWDIR%%/plugins/CustomVariables/API.php
+%%WWWDIR%%/plugins/CustomVariables/Controller.php
+%%WWWDIR%%/plugins/CustomVariables/CustomVariables.php
 %%WWWDIR%%/plugins/DBStats/API.php
 %%WWWDIR%%/plugins/DBStats/Controller.php
 %%WWWDIR%%/plugins/DBStats/DBStats.php
@@ -1052,7 +1097,6 @@
 %%WWWDIR%%/plugins/ExamplePlugin/ExamplePlugin.php
 %%WWWDIR%%/plugins/ExamplePlugin/lang/en.php
 %%WWWDIR%%/plugins/ExamplePlugin/templates/piwikDownloads.tpl
-%%WWWDIR%%/plugins/ExamplePlugin/templates/websitesAndUsers.tpl
 %%WWWDIR%%/plugins/ExampleRssWidget/ExampleRssWidget.php
 %%WWWDIR%%/plugins/ExampleRssWidget/templates/styles.css
 %%WWWDIR%%/plugins/ExampleUI/API.php
@@ -1083,10 +1127,10 @@
 %%WWWDIR%%/plugins/Goals/templates/form_add_goal.tpl
 %%WWWDIR%%/plugins/Goals/templates/goals.css
 %%WWWDIR%%/plugins/Goals/templates/list_goal_edit.tpl
-%%WWWDIR%%/plugins/Goals/templates/list_top_segment.tpl
+%%WWWDIR%%/plugins/Goals/templates/list_top_dimension.tpl
 %%WWWDIR%%/plugins/Goals/templates/overview.tpl
 %%WWWDIR%%/plugins/Goals/templates/single_goal.tpl
-%%WWWDIR%%/plugins/Goals/templates/table_by_segment.tpl
+%%WWWDIR%%/plugins/Goals/templates/table_by_dimension.tpl
 %%WWWDIR%%/plugins/Goals/templates/title_and_evolution_graph.tpl
 %%WWWDIR%%/plugins/Installation/Controller.php
 %%WWWDIR%%/plugins/Installation/FormDatabaseSetup.php
@@ -1226,7 +1270,7 @@
 %%WWWDIR%%/plugins/Referers/images/searchEngines/holmes.ge.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/images.google.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/images.search.yahoo.com.png
-%%WWWDIR%%/plugins/Referers/images/searchEngines/images.yandex.ru.png
+%%WWWDIR%%/plugins/Referers/images/searchEngines/images.yandex.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/infospace.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/iwon.ask.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/ixquick.com.png
@@ -1275,6 +1319,7 @@
 %%WWWDIR%%/plugins/Referers/images/searchEngines/search.rr.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/search.seznam.cz.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/search.tiscali.it.png
+%%WWWDIR%%/plugins/Referers/images/searchEngines/search.winamp.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/search.www.ee.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/search.yahoo.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/search.yippy.com.png
@@ -1283,6 +1328,7 @@
 %%WWWDIR%%/plugins/Referers/images/searchEngines/searchservice.myspace.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/sm.aport.ru.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/smart.delfi.lv.png
+%%WWWDIR%%/plugins/Referers/images/searchEngines/start.iplay.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/startgoogle.startpagina.nl.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/suche.freenet.de.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/suche.gmx.net.png
@@ -1333,7 +1379,6 @@
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.hotbot.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.icq.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.ilse.nl.png
-%%WWWDIR%%/plugins/Referers/images/searchEngines/www.ireit.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.jungle-spider.de.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.kataweb.it.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.kvasir.no.png
@@ -1379,7 +1424,6 @@
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.websearch.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.witch.de.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.x-recherche.com.png
-%%WWWDIR%%/plugins/Referers/images/searchEngines/www.yandex.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.yasni.de.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.yougoo.fr.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www.zoeken.nl.png
@@ -1389,6 +1433,7 @@
 %%WWWDIR%%/plugins/Referers/images/searchEngines/www3.zoek.nl.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/xx.gif
 %%WWWDIR%%/plugins/Referers/images/searchEngines/xx.png
+%%WWWDIR%%/plugins/Referers/images/searchEngines/yandex.com.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/yellowmap.de.png
 %%WWWDIR%%/plugins/Referers/images/searchEngines/zoohoo.cz.png
 %%WWWDIR%%/plugins/Referers/templates/index.tpl
@@ -1827,6 +1872,7 @@
 %%WWWDIR%%/plugins/UserSettings/images/plugins/silverlight.gif
 %%WWWDIR%%/plugins/UserSettings/images/plugins/windowsmedia.gif
 %%WWWDIR%%/plugins/UserSettings/images/screens/dual.gif
+%%WWWDIR%%/plugins/UserSettings/images/screens/mobile.gif
 %%WWWDIR%%/plugins/UserSettings/images/screens/normal.gif
 %%WWWDIR%%/plugins/UserSettings/images/screens/wide.gif
 %%WWWDIR%%/plugins/UserSettings/templates/index.tpl
@@ -1834,12 +1880,8 @@
 %%WWWDIR%%/plugins/UsersManager/Controller.php
 %%WWWDIR%%/plugins/UsersManager/UsersManager.php
 %%WWWDIR%%/plugins/UsersManager/images/add.png
-%%WWWDIR%%/plugins/UsersManager/images/edit.png
 %%WWWDIR%%/plugins/UsersManager/images/no-access.png
-%%WWWDIR%%/plugins/UsersManager/images/no.png
 %%WWWDIR%%/plugins/UsersManager/images/ok.png
-%%WWWDIR%%/plugins/UsersManager/images/remove.png
-%%WWWDIR%%/plugins/UsersManager/images/valid.png
 %%WWWDIR%%/plugins/UsersManager/templates/UsersManager.js
 %%WWWDIR%%/plugins/UsersManager/templates/UsersManager.tpl
 %%WWWDIR%%/plugins/UsersManager/templates/userSettings.js
@@ -1915,6 +1957,7 @@
 %%WWWDIR%%/themes/default/images/link.gif
 %%WWWDIR%%/themes/default/images/loading-blue.gif
 %%WWWDIR%%/themes/default/images/logo.png
+%%WWWDIR%%/themes/default/images/logo-header.png
 %%WWWDIR%%/themes/default/images/maximise.png
 %%WWWDIR%%/themes/default/images/minus.png
 %%WWWDIR%%/themes/default/images/ok.png
@@ -2028,6 +2071,7 @@
 @dirrm %%WWWDIR%%/plugins/Dashboard
 @dirrm %%WWWDIR%%/plugins/DBStats/templates
 @dirrm %%WWWDIR%%/plugins/DBStats
+@dirrm %%WWWDIR%%/plugins/CustomVariables
 @dirrm %%WWWDIR%%/plugins/CoreUpdater/templates
 @dirrm %%WWWDIR%%/plugins/CoreUpdater
 @dirrm %%WWWDIR%%/plugins/CorePluginsAdmin/templates
@@ -2072,6 +2116,13 @@
 @dirrm %%WWWDIR%%/libs/Zend/Session/Validator
 @dirrm %%WWWDIR%%/libs/Zend/Session/SaveHandler
 @dirrm %%WWWDIR%%/libs/Zend/Session
+@dirrm %%WWWDIR%%/libs/Zend/OpenId/Provider/User
+@dirrm %%WWWDIR%%/libs/Zend/OpenId/Provider/Storage
+@dirrm %%WWWDIR%%/libs/Zend/OpenId/Provider
+@dirrm %%WWWDIR%%/libs/Zend/OpenId/Extension
+@dirrm %%WWWDIR%%/libs/Zend/OpenId/Consumer/Storage
+@dirrm %%WWWDIR%%/libs/Zend/OpenId/Consumer
+@dirrm %%WWWDIR%%/libs/Zend/OpenId
 @dirrm %%WWWDIR%%/libs/Zend/Mime
 @dirrm %%WWWDIR%%/libs/Zend/Mail/Transport
 @dirrm %%WWWDIR%%/libs/Zend/Mail/Storage/Writable
@@ -2087,9 +2138,10 @@
 @dirrm %%WWWDIR%%/libs/Zend/Log/Formatter
 @dirrm %%WWWDIR%%/libs/Zend/Log/Filter
 @dirrm %%WWWDIR%%/libs/Zend/Log
-@dirrm %%WWWDIR%%/libs/Zend/Loader/PluginLoader
-@dirrm %%WWWDIR%%/libs/Zend/Loader/Autoloader
-@dirrm %%WWWDIR%%/libs/Zend/Loader
+@dirrm %%WWWDIR%%/libs/Zend/Http/UserAgent/Storage
+@dirrm %%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter
+@dirrm %%WWWDIR%%/libs/Zend/Http/UserAgent/Features
+@dirrm %%WWWDIR%%/libs/Zend/Http/UserAgent
 @dirrm %%WWWDIR%%/libs/Zend/Http/Response
 @dirrm %%WWWDIR%%/libs/Zend/Http/Client/Adapter
 @dirrm %%WWWDIR%%/libs/Zend/Http/Client
--- piwik-1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Thu Mar 3 19:06:44 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: Frederic Culot <culot@FreeBSD.org>
To: bug-followup@FreeBSD.org, hans@nordhaug.priv.no
Cc:  
Subject: Re: ports/155234: [MAINTAINER] www/piwik: update to 1.2
Date: Fri, 4 Mar 2011 11:57:57 +0000

 Thanks Hans for sending this PR.
 However, I have a problem applying it when it comes to fetching the archive:
 
 fetch: http://builds.piwik.org/piwik-1.2.tar.gz: size mismatch: 
 expected 4222223, actual 4236527
 
 From after http://piwik.org/changelog/, version 1.2 was released on
 February 14, whereas the archive found at http://builds.piwik.org/ is more
 recent (dated March 4). Do you have any clue why the archive was changed?
 
 Thanks,
 culot@
State-Changed-From-To: open->feedback 
State-Changed-By: culot 
State-Changed-When: Fri Mar 4 13:08:17 UTC 2011 
State-Changed-Why:  
Submitter is in contact with Piwik team and will inquire about the 
recent change in archive size. 

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

From: "Hans Fr. Nordhaug" <hans@nordhaug.priv.no>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155234: [MAINTAINER] www/piwik: update to 1.2
Date: Tue, 8 Mar 2011 11:01:49 +0100

 --+HP7ph2BbKc20aGI
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 
 This is the reply I got from the Piwik developers:
 
 ----- Message from Matthieu Aubry  -----
 
 From: Matthieu Aubry <matthieu.aubry@gmail.com>
 Date: Fri, 4 Mar 2011 22:24:17 +0100
 Subject: Re: Size and date of http://builds.piwik.org/piwik-1.2.tar.gz
  changed today - why?
 
  Hi Hans
 
  I repackaged 1.2 adding a bug fix and a new translation I forgot to
  include. Nothing critical as it only affects PHP 5.2.6 I think
 
  Sorry that it caused troubles. Often we have to re-package with a fix
  quickly after release since we don't want to release 1.2.1 just few
  hours after official 1.2 release
 
  Thank you for understanding
 
 -----
 
 I think you safely can use the size and md5sum of the new file.
 (I have attached an updated distinfo file, but I guess you could have
 easliy created it yourself.)
 
 Regards,
 Hans
 
 PS! I don't like this repackaging practise, but that is outside my
 control.
 
 --+HP7ph2BbKc20aGI
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: attachment; filename=distinfo
 
 SHA256 (piwik-1.2.tar.gz) = a126e46fdfc18307bba5dc26bfca9218f76fe68d5cc8542e3a2beba5911114d6
 SIZE (piwik-1.2.tar.gz) = 4236527
 
 --+HP7ph2BbKc20aGI--
State-Changed-From-To: feedback->closed 
State-Changed-By: culot 
State-Changed-When: Tue Mar 8 20:52:29 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155234: commit references a PR
Date: Tue,  8 Mar 2011 20:52:19 +0000 (UTC)

 culot       2011-03-08 20:52:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/piwik            Makefile distinfo pkg-plist 
   Log:
   - Update to 1.2
   
   PR:             ports/155234
   Submitted by:   Hans Fredrik Nordhaug <hans AT nordhaug.priv.no> (maintainer)
   
   Revision  Changes    Path
   1.31      +1 -4      ports/www/piwik/Makefile
   1.26      +2 -2      ports/www/piwik/distinfo
   1.23      +76 -24    ports/www/piwik/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:
