- Update to 0.2.29
PR: ports/131658 Submitted by: myself Approved by: wen heping <wenheping AT gmail.com> (maintainer), miwi (mentor)
This commit is contained in:
parent
73435c2d24
commit
1623cbe615
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228261
3 changed files with 9 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= piwik
|
||||
PORTVERSION= 0.2.28
|
||||
PORTVERSION= 0.2.29
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://piwik.org/
|
||||
DISTNAME= last
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Reference in a new issue