Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2009 19:10:43 +0000 (UTC)
From:      Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wenheping@gmail.com
Subject:   ports/137002: [PATCH] www/piwik: update to 0.4.1
Message-ID:  <20090722191043.EA7DC8A002@nordhaug.priv.no>
Resent-Message-ID: <200907221730.n6MHULhJ052871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137002
>Category:       ports
>Synopsis:       [PATCH] www/piwik: update to 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 22 17:30:20 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Hans Fredrik Nordhaug
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009
>Description:
- Update to 0.4.1 which adds compatibility with the PHP 5.2.10.
Piwik 0.4.1 was released June 24 so this update is overdue
particularly since many may have updated PHP to 5.2.10.

Port maintainer (wenheping@gmail.com) is cc'd.

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

--- piwik-0.4.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/piwik/Makefile /usr/ports/www/piwik-0.4.1/Makefile
--- /usr/ports/www/piwik/Makefile	2009-06-13 22:44:08.000000000 +0000
+++ /usr/ports/www/piwik-0.4.1/Makefile	2009-07-22 18:55:48.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	piwik
-PORTVERSION=	0.4
+PORTVERSION=	0.4.1
 CATEGORIES=	www
 MASTER_SITES=	http://builds.piwik.org/
 
diff -ruN --exclude=CVS /usr/ports/www/piwik/pkg-plist /usr/ports/www/piwik-0.4.1/pkg-plist
--- /usr/ports/www/piwik/pkg-plist	2009-06-13 22:44:08.000000000 +0000
+++ /usr/ports/www/piwik-0.4.1/pkg-plist	2009-07-22 19:01:32.000000000 +0000
@@ -69,6 +69,7 @@
 %%WWWDIR%%/core/ExceptionHandler.php
 %%WWWDIR%%/core/Form.php
 %%WWWDIR%%/core/FrontController.php
+%%WWWDIR%%/core/Loader.php
 %%WWWDIR%%/core/Log/APICall.php
 %%WWWDIR%%/core/Log/Error.php
 %%WWWDIR%%/core/Log/Exception.php
@@ -130,6 +131,7 @@
 %%WWWDIR%%/core/Updates/0.2.35.php
 %%WWWDIR%%/core/Updates/0.2.37.php
 %%WWWDIR%%/core/Updates/0.4.php
+%%WWWDIR%%/core/Updates/0.4.1.php
 %%WWWDIR%%/core/Url.php
 %%WWWDIR%%/core/Version.php
 %%WWWDIR%%/core/View.php
@@ -550,6 +552,7 @@
 %%WWWDIR%%/libs/open-flash-chart/php-ofc-library/ofc_bar_glass.php
 %%WWWDIR%%/libs/open-flash-chart/php-ofc-library/ofc_bar_sketch.php
 %%WWWDIR%%/libs/open-flash-chart/php-ofc-library/ofc_bar_stack.php
+%%WWWDIR%%/libs/open-flash-chart/php-ofc-library/ofc_candle.php
 %%WWWDIR%%/libs/open-flash-chart/php-ofc-library/ofc_hbar.php
 %%WWWDIR%%/libs/open-flash-chart/php-ofc-library/ofc_line.php
 %%WWWDIR%%/libs/open-flash-chart/php-ofc-library/ofc_line_base.php
@@ -601,6 +604,7 @@
 %%WWWDIR%%/misc/api_internal_call.php
 %%WWWDIR%%/misc/api_rest_call.php
 %%WWWDIR%%/misc/cron/archive.sh
+%%WWWDIR%%/misc/crossdomain.xml
 %%WWWDIR%%/misc/download-count.txt
 %%WWWDIR%%/misc/generateDoc.bat
 %%WWWDIR%%/misc/generateDoc.sh
--- piwik-0.4.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090722191043.EA7DC8A002>