diff options
author | culot <culot@FreeBSD.org> | 2012-02-27 22:37:58 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-02-27 22:37:58 +0800 |
commit | 5f2d82df9a3380eeaeceaad4aa69220c3b306c5e (patch) | |
tree | 2ac19452e95bbac254b1994bdb413dc349e3b883 | |
parent | 57309c7bea3d92c770fb4cb3045029b2ea02cef4 (diff) | |
download | freebsd-ports-graphics-5f2d82df9a3380eeaeceaad4aa69220c3b306c5e.tar.gz freebsd-ports-graphics-5f2d82df9a3380eeaeceaad4aa69220c3b306c5e.tar.zst freebsd-ports-graphics-5f2d82df9a3380eeaeceaad4aa69220c3b306c5e.zip |
- Update to 1.7.1
Changes: http://piwik.org/changelog/
PR: ports/165499
Submitted by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no> (maintainer)
-rw-r--r-- | www/piwik/Makefile | 2 | ||||
-rw-r--r-- | www/piwik/distinfo | 4 | ||||
-rw-r--r-- | www/piwik/pkg-plist | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/www/piwik/Makefile b/www/piwik/Makefile index de02504d5f3..213e545189d 100644 --- a/www/piwik/Makefile +++ b/www/piwik/Makefile @@ -6,7 +6,7 @@ # PORTNAME= piwik -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= www MASTER_SITES= http://builds.piwik.org/ diff --git a/www/piwik/distinfo b/www/piwik/distinfo index e135f6837bc..c0c0a29f574 100644 --- a/www/piwik/distinfo +++ b/www/piwik/distinfo @@ -1,2 +1,2 @@ -SHA256 (piwik-1.7.tar.gz) = 221e04df4d26bf0881b06242ba179d7ce01b91bbc5f75b2b48d87388e9dfcb93 -SIZE (piwik-1.7.tar.gz) = 4598025 +SHA256 (piwik-1.7.1.tar.gz) = 5c921116b9f1e90105952e6cd9254f37cb42a100675917705e4f611dc0d6d555 +SIZE (piwik-1.7.1.tar.gz) = 4609362 diff --git a/www/piwik/pkg-plist b/www/piwik/pkg-plist index 17f7a6b41cb..cfd5cf9dcc5 100644 --- a/www/piwik/pkg-plist +++ b/www/piwik/pkg-plist @@ -1022,6 +1022,8 @@ %%WWWDIR%%/plugins/CoreAdminHome/templates/styles.css %%WWWDIR%%/plugins/CoreHome/Controller.php %%WWWDIR%%/plugins/CoreHome/CoreHome.php +%%WWWDIR%%/plugins/CoreHome/DataTableAction/MultiRowEvolution.php +%%WWWDIR%%/plugins/CoreHome/DataTableAction/RowEvolution.php %%WWWDIR%%/plugins/CoreHome/templates/autocomplete.js %%WWWDIR%%/plugins/CoreHome/templates/broadcast.js %%WWWDIR%%/plugins/CoreHome/templates/calendar.js @@ -1757,6 +1759,7 @@ %%WWWDIR%%/plugins/UserCountry/flags/sn.png %%WWWDIR%%/plugins/UserCountry/flags/so.png %%WWWDIR%%/plugins/UserCountry/flags/sr.png +%%WWWDIR%%/plugins/UserCountry/flags/ss.png %%WWWDIR%%/plugins/UserCountry/flags/st.png %%WWWDIR%%/plugins/UserCountry/flags/su.png %%WWWDIR%%/plugins/UserCountry/flags/sv.png @@ -2027,6 +2030,7 @@ %%WWWDIR%%/themes/default/images/sites_selection.png %%WWWDIR%%/themes/default/images/sort_subtable_asc.png %%WWWDIR%%/themes/default/images/sort_subtable_desc.png +%%WWWDIR%%/themes/default/images/sort_subtable_desc_light.png %%WWWDIR%%/themes/default/images/sortasc.png %%WWWDIR%%/themes/default/images/sortdesc.png %%WWWDIR%%/themes/default/images/success_medium.png @@ -2144,6 +2148,7 @@ @dirrm %%WWWDIR%%/plugins/CoreUpdater @dirrm %%WWWDIR%%/plugins/CorePluginsAdmin/templates @dirrm %%WWWDIR%%/plugins/CorePluginsAdmin +@dirrm %%WWWDIR%%/plugins/CoreHome/DataTableAction @dirrm %%WWWDIR%%/plugins/CoreHome/templates/images @dirrm %%WWWDIR%%/plugins/CoreHome/templates @dirrm %%WWWDIR%%/plugins/CoreHome |