Date: Fri, 13 Feb 2009 20:07:51 +0100 From: Beat Gätzi <beat@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131658: [PATCH] www/piwik: update to 0.2.29 Message-ID: <200902131907.n1DJ77bW058092@marvin.chruetertee.ch> Resent-Message-ID: <200902131930.n1DJU2xt063172@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131658 >Category: ports >Synopsis: [PATCH] www/piwik: update to 0.2.29 >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: Fri Feb 13 19:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Beat Gätzi >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Sun Jan 25 10:54:18 CET 2009 root@daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386 >Description: - Update piwik toversion 0.2.29 >How-To-Repeat: >Fix: --- piwik.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/piwik/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 10 Jan 2009 15:09:27 -0000 1.1 +++ Makefile 13 Feb 2009 14:08:51 -0000 @@ -6,7 +6,7 @@ # PORTNAME= piwik -PORTVERSION= 0.2.28 +PORTVERSION= 0.2.29 CATEGORIES= www MASTER_SITES= http://piwik.org/ DISTNAME= last Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/piwik/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 10 Jan 2009 15:09:27 -0000 1.1 +++ distinfo 13 Feb 2009 14:11:23 -0000 @@ -1,3 +1,3 @@ -MD5 (last.zip) = c2a70e81274bd48fb711fe87ea72d06d -SHA256 (last.zip) = 1cfbce32ebc0e245b2284780e2900f7589cf70bf0df86729a53a55ae193d89ec -SIZE (last.zip) = 1988532 +MD5 (last.zip) = e318ecd54bfb7f9449a1dd3c23f2f390 +SHA256 (last.zip) = a0a5980767de1b2cba51ff12a9b885a9d03baff1d668388e8a8a3eda54518769 +SIZE (last.zip) = 2017048 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/piwik/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 10 Jan 2009 15:09:27 -0000 1.1 +++ pkg-plist 13 Feb 2009 15:35:43 -0000 @@ -155,6 +155,7 @@ %%WWWDIR%%/lang/en.php %%WWWDIR%%/lang/es.php %%WWWDIR%%/lang/fr.php +%%WWWDIR%%/lang/hu.php %%WWWDIR%%/lang/it.php %%WWWDIR%%/lang/ja.php %%WWWDIR%%/lang/nl.php @@ -311,7 +312,6 @@ %%WWWDIR%%/libs/Zend/Cache/Frontend/Output.php %%WWWDIR%%/libs/Zend/Cache/Frontend/Page.php %%WWWDIR%%/libs/Zend/Cache/TODO.txt -%%WWWDIR%%/libs/Zend/Cache.php %%WWWDIR%%/libs/Zend/Config/Exception.php %%WWWDIR%%/libs/Zend/Config/Ini.php %%WWWDIR%%/libs/Zend/Config/Xml.php @@ -732,6 +732,7 @@ %%WWWDIR%%/plugins/Referers/images/searchEngines/go.mail.ru.png %%WWWDIR%%/plugins/Referers/images/searchEngines/guide.opendns.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/hledani.tiscali.cz.png +%%WWWDIR%%/plugins/Referers/images/searchEngines/holmes.ge.png %%WWWDIR%%/plugins/Referers/images/searchEngines/hotbox.png %%WWWDIR%%/plugins/Referers/images/searchEngines/images.google.com.png %%WWWDIR%%/plugins/Referers/images/searchEngines/images.google.fr.png @@ -1228,7 +1229,6 @@ %%WWWDIR%%/themes/default/simple_structure.css %%WWWDIR%%/themes/default/simple_structure_footer.tpl %%WWWDIR%%/themes/default/simple_structure_header.tpl -@dirrm %%WWWDIR%%/config @dirrm %%WWWDIR%%/core/API @dirrm %%WWWDIR%%/core/Archive/Array @dirrm %%WWWDIR%%/core/Archive @@ -1387,5 +1387,6 @@ @dirrm %%WWWDIR%%/themes/default/images @dirrm %%WWWDIR%%/themes/default @dirrm %%WWWDIR%%/themes -@dirrm %%WWWDIR%%/tmp -@dirrm %%WWWDIR%% +@dirrmtry %%WWWDIR%%/config +@dirrmtry %%WWWDIR%%/tmp +@dirrmtry %%WWWDIR%% --- piwik.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?200902131907.n1DJ77bW058092>