svn commit: r449090 - head/www/groupoffice

Jochen Neumeister joneum at FreeBSD.org
Fri Sep 1 17:09:57 UTC 2017


Author: joneum
Date: Fri Sep  1 17:09:55 2017
New Revision: 449090
URL: https://svnweb.freebsd.org/changeset/ports/449090

Log:
  - www/groupoffice:Update from 6.2.53 to 6.2.59
  - Changelog:
    * Fixed issue that GO was not building the listeners correctly.
    * Optimized moving a project
    * Fixed getRelatedParticipantEvents() on non object error
    * Debian package dependency failure
    * 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;
  
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12172

Modified:
  head/www/groupoffice/Makefile
  head/www/groupoffice/distinfo

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Fri Sep  1 16:47:00 2017	(r449089)
+++ head/www/groupoffice/Makefile	Fri Sep  1 17:09:55 2017	(r449090)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	groupoffice
-PORTVERSION=	6.2.53
+PORTVERSION=	6.2.59
 DISTVERSIONPREFIX=	com-
 CATEGORIES=	www
 MASTER_SITES=	SF/group-office/${DISTVERSION:R}

Modified: head/www/groupoffice/distinfo
==============================================================================
--- head/www/groupoffice/distinfo	Fri Sep  1 16:47:00 2017	(r449089)
+++ head/www/groupoffice/distinfo	Fri Sep  1 17:09:55 2017	(r449090)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502270152
-SHA256 (groupoffice-com-6.2.53.tar.gz) = 5daaa6e9a610fcf38641a9e119ba2e48ed6628b8b7a0cf8e76db554d75da7719
-SIZE (groupoffice-com-6.2.53.tar.gz) = 33967055
+TIMESTAMP = 1504115833
+SHA256 (groupoffice-com-6.2.59.tar.gz) = 61fb713c66579aff977fa1aea33e03c640e22059c5a9375d63160f54859a22fa
+SIZE (groupoffice-com-6.2.59.tar.gz) = 33975349


More information about the svn-ports-all mailing list