mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- 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
This commit is contained in:
parent
ca99316fa2
commit
e00e4f7cb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442776
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user