aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2012-10-25 17:39:43 +0800
committerjhale <jhale@FreeBSD.org>2012-10-25 17:39:43 +0800
commitcdbaf4ac67d330316c6654d43bbe7e26c140a295 (patch)
tree23c7639111f335d9a40626429ad2d45886bbe59e /www
parenta40ec8352444380845449e52fb54bd927289cfeb (diff)
downloadfreebsd-ports-gnome-cdbaf4ac67d330316c6654d43bbe7e26c140a295.tar.gz
freebsd-ports-gnome-cdbaf4ac67d330316c6654d43bbe7e26c140a295.tar.zst
freebsd-ports-gnome-cdbaf4ac67d330316c6654d43bbe7e26c140a295.zip
- Update to 1.9.1
While here: - Remove indefinite article from COMMENT - Fix Makefile header - Fix grammar in warning message PR: ports/173050 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> Approved by: maintainer makc, avilla (mentors, implicit) Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r--www/piwik/Makefile9
-rw-r--r--www/piwik/distinfo4
-rw-r--r--www/piwik/pkg-plist30
3 files changed, 32 insertions, 11 deletions
diff --git a/www/piwik/Makefile b/www/piwik/Makefile
index 317f11663aa3..917328b61184 100644
--- a/www/piwik/Makefile
+++ b/www/piwik/Makefile
@@ -1,14 +1,13 @@
# Created by: Wen heping <wenheping@gmail.com>
-#
# $FreeBSD$
PORTNAME= piwik
-PORTVERSION= 1.9
+PORTVERSION= 1.9.1
CATEGORIES= www
MASTER_SITES= http://builds.piwik.org/
MAINTAINER= hans@nordhaug.priv.no
-COMMENT= An Open Source Web Analytics Software Program
+COMMENT= Open Source Web Analytics Software Program
LICENSE= GPLv3
@@ -39,8 +38,8 @@ post-patch:
pre-install:
@if [ ! -f ${LOCALBASE}/bin/php ]; then \
- echo " It seems you install php without CLI enabled. "; \
- echo " It will cause problem when use piwik. "; \
+ echo " It seems you installed php without CLI enabled. "; \
+ echo " This will cause problems when using piwik. "; \
echo " If you want to reconsider, press Ctrl-C now to cancel. "; \
echo " Then reinstall php with CLI enabled. "; \
sleep 3; \
diff --git a/www/piwik/distinfo b/www/piwik/distinfo
index 31e4c6244f16..06992f1082e9 100644
--- a/www/piwik/distinfo
+++ b/www/piwik/distinfo
@@ -1,2 +1,2 @@
-SHA256 (piwik-1.9.tar.gz) = 5f0c7a89496f5ca711802eb6b6ac3e611d1a6f33c81600640fcbf7d4a7c26a24
-SIZE (piwik-1.9.tar.gz) = 5344506
+SHA256 (piwik-1.9.1.tar.gz) = d44c6c729f2ea33feaf4c85e353cfdb843697760672f25c1ff5dd3579d3cffed
+SIZE (piwik-1.9.1.tar.gz) = 5656307
diff --git a/www/piwik/pkg-plist b/www/piwik/pkg-plist
index 8ccd6fbefabf..ae216cd81d06 100644
--- a/www/piwik/pkg-plist
+++ b/www/piwik/pkg-plist
@@ -230,6 +230,7 @@
%%WWWDIR%%/core/Updates/1.9-b9.php
%%WWWDIR%%/core/Updates/1.9-b16.php
%%WWWDIR%%/core/Updates/1.9-b19.php
+%%WWWDIR%%/core/Updates/1.9.1-b2.php
%%WWWDIR%%/core/Url.php
%%WWWDIR%%/core/Version.php
%%WWWDIR%%/core/View.php
@@ -1150,8 +1151,6 @@
%%WWWDIR%%/plugins/DoNotTrack/DoNotTrack.php
%%WWWDIR%%/plugins/ExampleAPI/API.php
%%WWWDIR%%/plugins/ExampleAPI/ExampleAPI.php
-%%WWWDIR%%/plugins/ExampleFeedburner/ExampleFeedburner.php
-%%WWWDIR%%/plugins/ExampleFeedburner/templates/feedburner.tpl
%%WWWDIR%%/plugins/ExamplePlugin/Controller.php
%%WWWDIR%%/plugins/ExamplePlugin/ExamplePlugin.php
%%WWWDIR%%/plugins/ExamplePlugin/config/.htaccess
@@ -1208,6 +1207,27 @@
%%WWWDIR%%/plugins/ImageGraph/fonts/tahoma.ttf
%%WWWDIR%%/plugins/ImageGraph/templates/debug_graphs_all_sizes.tpl
%%WWWDIR%%/plugins/ImageGraph/templates/index.tpl
+%%WWWDIR%%/plugins/Insight/API.php
+%%WWWDIR%%/plugins/Insight/Controller.php
+%%WWWDIR%%/plugins/Insight/Insight.php
+%%WWWDIR%%/plugins/Insight/client/linktags.png
+%%WWWDIR%%/plugins/Insight/client/urlnormalizer.js
+%%WWWDIR%%/plugins/Insight/client/linktags.psd
+%%WWWDIR%%/plugins/Insight/client/linktags_noshadow.png
+%%WWWDIR%%/plugins/Insight/client/loading.gif
+%%WWWDIR%%/plugins/Insight/client/linktags.eps
+%%WWWDIR%%/plugins/Insight/client/close.png
+%%WWWDIR%%/plugins/Insight/client/client.js
+%%WWWDIR%%/plugins/Insight/client/followingpages.js
+%%WWWDIR%%/plugins/Insight/client/linktags_lessshadow.png
+%%WWWDIR%%/plugins/Insight/client/insight.css
+%%WWWDIR%%/plugins/Insight/client/translations.js
+%%WWWDIR%%/plugins/Insight/templates/insight.js
+%%WWWDIR%%/plugins/Insight/templates/notify_parent_iframe.tpl
+%%WWWDIR%%/plugins/Insight/templates/index.tpl
+%%WWWDIR%%/plugins/Insight/templates/sidebar.tpl
+%%WWWDIR%%/plugins/Insight/templates/index.css
+%%WWWDIR%%/plugins/Insight/templates/info.png
%%WWWDIR%%/plugins/Installation/Controller.php
%%WWWDIR%%/plugins/Installation/FormDatabaseSetup.php
%%WWWDIR%%/plugins/Installation/FormFirstWebsiteSetup.php
@@ -2091,6 +2111,7 @@
%%WWWDIR%%/themes/default/images/expanded_arrows.gif
%%WWWDIR%%/themes/default/images/export.png
%%WWWDIR%%/themes/default/images/feed.png
+%%WWWDIR%%/themes/default/images/fullscreen.png
%%WWWDIR%%/themes/default/images/goal.png
%%WWWDIR%%/themes/default/images/help.png
%%WWWDIR%%/themes/default/images/help_grey.png
@@ -2222,6 +2243,9 @@
@dirrm %%WWWDIR%%/plugins/LanguagesManager
@dirrm %%WWWDIR%%/plugins/Installation/templates
@dirrm %%WWWDIR%%/plugins/Installation
+@dirrm %%WWWDIR%%/plugins/Insight/templates
+@dirrm %%WWWDIR%%/plugins/Insight/client
+@dirrm %%WWWDIR%%/plugins/Insight
@dirrm %%WWWDIR%%/plugins/ImageGraph/templates
@dirrm %%WWWDIR%%/plugins/ImageGraph/fonts
@dirrm %%WWWDIR%%/plugins/ImageGraph/StaticGraph
@@ -2240,8 +2264,6 @@
@dirrm %%WWWDIR%%/plugins/ExamplePlugin/lang
@dirrm %%WWWDIR%%/plugins/ExamplePlugin/config
@dirrm %%WWWDIR%%/plugins/ExamplePlugin
-@dirrm %%WWWDIR%%/plugins/ExampleFeedburner/templates
-@dirrm %%WWWDIR%%/plugins/ExampleFeedburner
@dirrm %%WWWDIR%%/plugins/ExampleAPI
@dirrm %%WWWDIR%%/plugins/DoNotTrack
@dirrm %%WWWDIR%%/plugins/Dashboard/templates