Date: Wed, 9 Aug 2017 09:17:27 +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: r447613 - head/www/groupoffice Message-ID: <201708090917.v799HRgk011793@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Wed Aug 9 09:17:27 2017 New Revision: 447613 URL: https://svnweb.freebsd.org/changeset/ports/447613 Log: - www/groupoffice: Update from 6.2.52 to 6.2.53 - Changelog: *Require PHP lower than 7.1 because 7.1 is not supported by Ioncube *Tickets: fixed search so it also searches in the customfield values. *Added php-xml to dependencies as it's required for utf8_encode() since php 7 *Postfixadmin: Increased the size of the "alias" textarea field *Files/Start page:Recent files grid on startpage - Added a name column. *Log: Removed the "Delete" Keybinding for the activity log grid *Core: Fixed creation of cache listener files. Now the file is written at once, so <?php tag is not included for a 2nd time *Ldapauth - make is possible to chances the ldap user password. Set the config to activate: $config['ldap change password'] = true; Reported by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11923 Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Wed Aug 9 09:15:13 2017 (r447612) +++ head/www/groupoffice/Makefile Wed Aug 9 09:17:27 2017 (r447613) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= groupoffice -PORTVERSION= 6.2.52 +PORTVERSION= 6.2.53 DISTVERSIONPREFIX= com- CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Wed Aug 9 09:15:13 2017 (r447612) +++ head/www/groupoffice/distinfo Wed Aug 9 09:17:27 2017 (r447613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501712680 -SHA256 (groupoffice-com-6.2.52.tar.gz) = 399e5136ec592f90565f6e38938c7243041bcec3cfade8099704047d21c9a213 -SIZE (groupoffice-com-6.2.52.tar.gz) = 33972772 +TIMESTAMP = 1502270152 +SHA256 (groupoffice-com-6.2.53.tar.gz) = 5daaa6e9a610fcf38641a9e119ba2e48ed6628b8b7a0cf8e76db554d75da7719 +SIZE (groupoffice-com-6.2.53.tar.gz) = 33967055
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708090917.v799HRgk011793>