svn commit: r442776 - head/www/groupoffice

Jochen Neumeister joneum at FreeBSD.org
Tue Jun 6 14:58:57 UTC 2017


Author: joneum
Date: Tue Jun  6 14:58:55 2017
New Revision: 442776
URL: https://svnweb.freebsd.org/changeset/ports/442776

Log:
  - 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

Modified:
  head/www/groupoffice/Makefile
  head/www/groupoffice/distinfo
  head/www/groupoffice/pkg-plist

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Tue Jun  6 14:16:02 2017	(r442775)
+++ head/www/groupoffice/Makefile	Tue Jun  6 14:58:55 2017	(r442776)
@@ -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}

Modified: head/www/groupoffice/distinfo
==============================================================================
--- head/www/groupoffice/distinfo	Tue Jun  6 14:16:02 2017	(r442775)
+++ head/www/groupoffice/distinfo	Tue Jun  6 14:58:55 2017	(r442776)
@@ -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

Modified: head/www/groupoffice/pkg-plist
==============================================================================
--- head/www/groupoffice/pkg-plist	Tue Jun  6 14:16:02 2017	(r442775)
+++ head/www/groupoffice/pkg-plist	Tue Jun  6 14:58:55 2017	(r442776)
@@ -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


More information about the svn-ports-all mailing list