From e00e4f7cb39efe2d54f817173eeeb0edf9b2f36d Mon Sep 17 00:00:00 2001 From: Jochen Neumeister Date: Tue, 6 Jun 2017 14:58:55 +0000 Subject: - www/groupoffice: Update from 6.2.39 to 6.2.40 -Changelog: *Files: Fixed issue that file handlers where always displayed, also when the user didn't have rights to the module the filehandler was added from. *Billing: Undo custom fields to billing items *Billing: add custom fields to billing items *Core: Fixed some issues when using PHP 7.1 *Defaultsite/Tickets: Added password expire feature to the external ticket website. *Z-Push install defaults to 2.3.6 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11073 --- www/groupoffice/Makefile | 2 +- www/groupoffice/distinfo | 6 +++--- www/groupoffice/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile index 8838f2ee6456..b0559ceb9db0 100644 --- a/www/groupoffice/Makefile +++ b/www/groupoffice/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= groupoffice -PORTVERSION= 6.2.39 +PORTVERSION= 6.2.40 DISTVERSIONPREFIX= com- CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo index ddf77124b138..8440e2547a69 100644 --- a/www/groupoffice/distinfo +++ b/www/groupoffice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494942899 -SHA256 (groupoffice-com-6.2.39.tar.gz) = 308051b7e2c4f4a87fe931c6e7c9c0ae05451108c7eee35e00fa111446d5c2b6 -SIZE (groupoffice-com-6.2.39.tar.gz) = 33855287 +TIMESTAMP = 1496739455 +SHA256 (groupoffice-com-6.2.40.tar.gz) = 03d1f460bdd2eca9d691105f5e3befc377beea1a11d1cdc5c48183bba894bfa9 +SIZE (groupoffice-com-6.2.40.tar.gz) = 33871229 diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist index 6c94048c8595..0f4f41c0d743 100644 --- a/www/groupoffice/pkg-plist +++ b/www/groupoffice/pkg-plist @@ -1510,6 +1510,7 @@ %%WWWDIR%%/modules/billing/controller/TaxRateController.php %%WWWDIR%%/modules/billing/controller/TemplateController.php %%WWWDIR%%/modules/billing/controller/TrackingCodeController.php +%%WWWDIR%%/modules/billing/customfields/model/Item.php %%WWWDIR%%/modules/billing/customfields/model/Order.php %%WWWDIR%%/modules/billing/customfields/model/Product.php %%WWWDIR%%/modules/billing/export/CurrentGrid.php @@ -2217,6 +2218,7 @@ %%WWWDIR%%/modules/defaultsite/views/site/site/login.php %%WWWDIR%%/modules/defaultsite/views/site/site/recoverPassword.php %%WWWDIR%%/modules/defaultsite/views/site/site/register.php +%%WWWDIR%%/modules/defaultsite/views/site/site/resetExpiredPassword.php %%WWWDIR%%/modules/defaultsite/views/site/site/resetPassword.php %%WWWDIR%%/modules/defaultsite/views/site/tickets/newticket.php %%WWWDIR%%/modules/defaultsite/views/site/tickets/ticket.php -- cgit