From owner-svn-ports-head@freebsd.org Wed Apr 19 09:50:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EA2AD44ADB; Wed, 19 Apr 2017 09:50:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 557281281; Wed, 19 Apr 2017 09:50:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3J9opSq013859; Wed, 19 Apr 2017 09:50:51 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3J9opFB013459; Wed, 19 Apr 2017 09:50:51 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201704190950.v3J9opFB013459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 19 Apr 2017 09:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438833 - head/www/groupoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 09:50:52 -0000 Author: miwi Date: Wed Apr 19 09:50:51 2017 New Revision: 438833 URL: https://svnweb.freebsd.org/changeset/ports/438833 Log: - Update to 6.2.36 PR: 218749 Submitted by: maintainer Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo head/www/groupoffice/pkg-plist Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Wed Apr 19 09:29:33 2017 (r438832) +++ head/www/groupoffice/Makefile Wed Apr 19 09:50:51 2017 (r438833) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= groupoffice -PORTVERSION= 6.2.35 +PORTVERSION= 6.2.36 DISTVERSIONPREFIX= com- CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Wed Apr 19 09:29:33 2017 (r438832) +++ head/www/groupoffice/distinfo Wed Apr 19 09:50:51 2017 (r438833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492188598 -SHA256 (groupoffice-com-6.2.35.tar.gz) = 458145a1996e798021549ec8460551210552610123ff1338ebc8333b20d5a1f2 -SIZE (groupoffice-com-6.2.35.tar.gz) = 33835309 +TIMESTAMP = 1492593100 +SHA256 (groupoffice-com-6.2.36.tar.gz) = b75c74819795e11c846096f16dc45c0ef303e26b14eb242e00ca32176ef7f8ed +SIZE (groupoffice-com-6.2.36.tar.gz) = 33837197 Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Wed Apr 19 09:29:33 2017 (r438832) +++ head/www/groupoffice/pkg-plist Wed Apr 19 09:50:51 2017 (r438833) @@ -90,6 +90,7 @@ %%WWWDIR%%/go/base/exception/MissingParameter.php %%WWWDIR%%/go/base/exception/NoCron.php %%WWWDIR%%/go/base/exception/NotFound.php +%%WWWDIR%%/go/base/exception/OtherLoginLocation.php %%WWWDIR%%/go/base/exception/PasswordNeedsChange.php %%WWWDIR%%/go/base/exception/RelationDeleteRestrict.php %%WWWDIR%%/go/base/exception/Save.php @@ -146,6 +147,7 @@ %%WWWDIR%%/go/base/model/Acl.php %%WWWDIR%%/go/base/model/AclUsersGroups.php %%WWWDIR%%/go/base/model/AdvancedSearch.php +%%WWWDIR%%/go/base/model/Client.php %%WWWDIR%%/go/base/model/Group.php %%WWWDIR%%/go/base/model/Grouped.php %%WWWDIR%%/go/base/model/Holiday.php @@ -8040,6 +8042,7 @@ %%WWWDIR%%/views/Extjs3/javascript/windows/ExportGridDialog.js %%WWWDIR%%/views/Extjs3/javascript/windows/LoginDialog.js %%WWWDIR%%/views/Extjs3/javascript/windows/MergeDialog.js +%%WWWDIR%%/views/Extjs3/javascript/windows/OtherLoginLocationDetectedDialog.js %%WWWDIR%%/views/Extjs3/javascript/windows/PasswordDialog.js %%WWWDIR%%/views/Extjs3/javascript/windows/PersonalSettingsDialog.js %%WWWDIR%%/views/Extjs3/javascript/windows/RequirePasswordResetDialog.js