Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2017 14:35:26 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447339 - head/www/groupoffice
Message-ID:  <201708041435.v74EZQ3a072186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Fri Aug  4 14:35:25 2017
New Revision: 447339
URL: https://svnweb.freebsd.org/changeset/ports/447339

Log:
  - www/groupoffice: Update from 6.2.51 to 6.2.52
  
  - Pet portlint about USES=
  
  - Changelog:
    * Core: Added GO.form.DateFieldReset field
    * Core: Check cachelisteners after module installation.
    * Core: updated XSS detection so it checks for a space after the tags
    * Email: show Email Selection Template dialog if you have more than
      10 Email Template
  
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11832

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

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Fri Aug  4 14:31:45 2017	(r447338)
+++ head/www/groupoffice/Makefile	Fri Aug  4 14:35:25 2017	(r447339)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	groupoffice
-PORTVERSION=	6.2.51
+PORTVERSION=	6.2.52
 DISTVERSIONPREFIX=	com-
 CATEGORIES=	www
 MASTER_SITES=	SF/group-office/${DISTVERSION:R}
@@ -17,8 +17,8 @@ RESTRICTED=	Free for personal use only
 
 NO_ARCH=	yes
 NO_BUILD=	yes
-USE_PHP=	mysqli session mbstring pcre xml
 USES=		mysql shebangfix php:web python
+USE_PHP=	mysqli session mbstring pcre xml
 SHEBANG_FILES=	go/vendor/tcpdf/tools/tcpdf_addfont.php \
 		groupoffice \
 		groupofficecli.php \

Modified: head/www/groupoffice/distinfo
==============================================================================
--- head/www/groupoffice/distinfo	Fri Aug  4 14:31:45 2017	(r447338)
+++ head/www/groupoffice/distinfo	Fri Aug  4 14:35:25 2017	(r447339)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500577260
-SHA256 (groupoffice-com-6.2.51.tar.gz) = 7748c66024579ec4e5fe3d9878e3d451944cb6d0a1aafe2a434c3f4e8d157670
-SIZE (groupoffice-com-6.2.51.tar.gz) = 33967616
+TIMESTAMP = 1501712680
+SHA256 (groupoffice-com-6.2.52.tar.gz) = 399e5136ec592f90565f6e38938c7243041bcec3cfade8099704047d21c9a213
+SIZE (groupoffice-com-6.2.52.tar.gz) = 33972772

Modified: head/www/groupoffice/pkg-plist
==============================================================================
--- head/www/groupoffice/pkg-plist	Fri Aug  4 14:31:45 2017	(r447338)
+++ head/www/groupoffice/pkg-plist	Fri Aug  4 14:35:25 2017	(r447339)
@@ -2481,6 +2481,8 @@
 %%WWWDIR%%/modules/email/themes/Group-Office/images/email.png
 %%WWWDIR%%/modules/email/themes/Group-Office/style.css
 %%WWWDIR%%/modules/email/views/Extjs3/LabelDialog.js
+%%WWWDIR%%/modules/email/views/Extjs3/TemplateGridPanel.js
+%%WWWDIR%%/modules/email/views/Extjs3/TemplateSelectionDialog.js
 %%WWWDIR%%/modules/email/views/Responsive/load.php
 %%WWWDIR%%/modules/exactonline/ExactonlineModule.php
 %%WWWDIR%%/modules/exactonline/README.TXT
@@ -7923,6 +7925,7 @@
 %%WWWDIR%%/views/Extjs3/javascript/form/Combo.js
 %%WWWDIR%%/views/Extjs3/javascript/form/ComboBoxMulti.js
 %%WWWDIR%%/views/Extjs3/javascript/form/ComboReset.js
+%%WWWDIR%%/views/Extjs3/javascript/form/DateFieldReset.js
 %%WWWDIR%%/views/Extjs3/javascript/form/DateTime.js
 %%WWWDIR%%/views/Extjs3/javascript/form/DateTimeField.js
 %%WWWDIR%%/views/Extjs3/javascript/form/FieldHelp.js



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708041435.v74EZQ3a072186>