diff options
author | joneum <joneum@FreeBSD.org> | 2017-08-04 22:35:25 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2017-08-04 22:35:25 +0800 |
commit | eab25bac8e2a8013d298bd9b100fe3e458396a0c (patch) | |
tree | 9392dabd0f91bd30190d35b495541da6646de49b /www | |
parent | 7ab1a0b9ab1ab37bf45ab4714ce6dfb725f225da (diff) | |
download | freebsd-ports-gnome-eab25bac8e2a8013d298bd9b100fe3e458396a0c.tar.gz freebsd-ports-gnome-eab25bac8e2a8013d298bd9b100fe3e458396a0c.tar.zst freebsd-ports-gnome-eab25bac8e2a8013d298bd9b100fe3e458396a0c.zip |
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/groupoffice/Makefile | 4 | ||||
-rw-r--r-- | www/groupoffice/distinfo | 6 | ||||
-rw-r--r-- | www/groupoffice/pkg-plist | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile index e07bc4b5d3f5..e26cbe3935fc 100644 --- a/www/groupoffice/Makefile +++ b/www/groupoffice/Makefile @@ -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 \ diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo index e7a367e6140d..de22111d50cf 100644 --- a/www/groupoffice/distinfo +++ b/www/groupoffice/distinfo @@ -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 diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist index 7588fb8667a3..1447c6ce2691 100644 --- a/www/groupoffice/pkg-plist +++ b/www/groupoffice/pkg-plist @@ -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 |