From owner-svn-ports-all@freebsd.org Sun Mar 25 16:44:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FEE8F56A68; Sun, 25 Mar 2018 16:44:16 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED726CE51; Sun, 25 Mar 2018 16:44:16 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25B3B20A9F; Sun, 25 Mar 2018 16:44:16 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2PGiFVk056245; Sun, 25 Mar 2018 16:44:15 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2PGiFS2056242; Sun, 25 Mar 2018 16:44:15 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201803251644.w2PGiFS2056242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 25 Mar 2018 16:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465527 - head/www/groupoffice X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/groupoffice X-SVN-Commit-Revision: 465527 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2018 16:44:16 -0000 Author: joneum Date: Sun Mar 25 16:44:15 2018 New Revision: 465527 URL: https://svnweb.freebsd.org/changeset/ports/465527 Log: www/groupoffice: Update to 6.2.88 Changelog: https://sourceforge.net/p/group-office/code/HEAD/tree/branches/groupoffice-6.2/www/CHANGELOG.TXT Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo head/www/groupoffice/pkg-plist Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Sun Mar 25 16:13:31 2018 (r465526) +++ head/www/groupoffice/Makefile Sun Mar 25 16:44:15 2018 (r465527) @@ -3,7 +3,7 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 6.2.85 +DISTVERSION= 6.2.88 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} @@ -61,7 +61,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} @${TOUCH} ${STAGEDIR}${WWWDIR}/config.php.sample .include Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Sun Mar 25 16:13:31 2018 (r465526) +++ head/www/groupoffice/distinfo Sun Mar 25 16:44:15 2018 (r465527) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521366548 -SHA256 (groupoffice-com-6.2.85.tar.gz) = 8bf930924b99f91699fc542afdfb2e2be84ff0d1564593cc40d049a8202a1fe6 -SIZE (groupoffice-com-6.2.85.tar.gz) = 34475234 +TIMESTAMP = 1521993902 +SHA256 (groupoffice-com-6.2.88.tar.gz) = 73910fed41597d837c4b9a01747ffc5eb45ed336afe5c7b4c0c2441fc12a3093 +SIZE (groupoffice-com-6.2.88.tar.gz) = 34353894 Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Sun Mar 25 16:13:31 2018 (r465526) +++ head/www/groupoffice/pkg-plist Sun Mar 25 16:44:15 2018 (r465527) @@ -36,7 +36,6 @@ %%WWWDIR%%/go/base/Model.php %%WWWDIR%%/go/base/Module.php %%WWWDIR%%/go/base/ModuleCollection.php -%%WWWDIR%%/go/base/Object.php %%WWWDIR%%/go/base/Observable.php %%WWWDIR%%/go/base/Request.php %%WWWDIR%%/go/base/Router.php @@ -1256,6 +1255,7 @@ %%WWWDIR%%/modules/addressbook/Utils.php %%WWWDIR%%/modules/addressbook/controller/AddressbookController.php %%WWWDIR%%/modules/addressbook/controller/AddresslistController.php +%%WWWDIR%%/modules/addressbook/controller/AddresslistgroupController.php %%WWWDIR%%/modules/addressbook/controller/CompanyController.php %%WWWDIR%%/modules/addressbook/controller/ContactController.php %%WWWDIR%%/modules/addressbook/controller/ExportContactsWithCompaniesController.php @@ -1316,6 +1316,7 @@ %%WWWDIR%%/modules/addressbook/model/Addresslist.php %%WWWDIR%%/modules/addressbook/model/AddresslistCompany.php %%WWWDIR%%/modules/addressbook/model/AddresslistContact.php +%%WWWDIR%%/modules/addressbook/model/AddresslistGroup.php %%WWWDIR%%/modules/addressbook/model/BirthdaysPortletSetting.php %%WWWDIR%%/modules/addressbook/model/Company.php %%WWWDIR%%/modules/addressbook/model/Contact.php @@ -1383,9 +1384,14 @@ %%WWWDIR%%/modules/addressbook/themes/Group-Office/images/selected.gif %%WWWDIR%%/modules/addressbook/themes/Group-Office/images/unknown-person.png %%WWWDIR%%/modules/addressbook/themes/Group-Office/style.css +%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistGroupDialog.js +%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistGroupGrid.js +%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistGroupGridDialog.js +%%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistsGroupedMultiSelectGrid.js %%WWWDIR%%/modules/addressbook/views/Extjs3/AddresslistsSettingspanel.js %%WWWDIR%%/modules/addressbook/views/Extjs3/BirthdaysPortlet.js %%WWWDIR%%/modules/addressbook/views/Extjs3/PhotoPanel.js +%%WWWDIR%%/modules/addressbook/views/Extjs3/SelectAddresslistGroup.js %%WWWDIR%%/modules/addressbook/views/Extjs3/Settings.js %%WWWDIR%%/modules/addressbook/views/Extjs3/unsubscribe.php %%WWWDIR%%/modules/addressbook/views/Extjs3/unsubscribed.php @@ -4426,40 +4432,6 @@ %%WWWDIR%%/modules/sync/z-push/install.sh %%WWWDIR%%/modules/sync/z-push/z-push-admin.php %%WWWDIR%%/modules/sync/z-push/z-push-top.php -%%WWWDIR%%/modules/syncml/Response.php -%%WWWDIR%%/modules/syncml/Server.php -%%WWWDIR%%/modules/syncml/SyncmlModule.php -%%WWWDIR%%/modules/syncml/backend/AbstractBackend.php -%%WWWDIR%%/modules/syncml/backend/go/Backend.php -%%WWWDIR%%/modules/syncml/backend/go/store/Event.php -%%WWWDIR%%/modules/syncml/backend/go/store/Todo.php -%%WWWDIR%%/modules/syncml/backend/go/store/VCard.php -%%WWWDIR%%/modules/syncml/controller/DeviceController.php -%%WWWDIR%%/modules/syncml/exception/ImportFailure.php -%%WWWDIR%%/modules/syncml/exception/NotFound.php -%%WWWDIR%%/modules/syncml/index.php -%%WWWDIR%%/modules/syncml/install/install.sql -%%WWWDIR%%/modules/syncml/install/uninstall.sql -%%WWWDIR%%/modules/syncml/install/updates.php -%%WWWDIR%%/modules/syncml/language/cs.php -%%WWWDIR%%/modules/syncml/language/de.php -%%WWWDIR%%/modules/syncml/language/en.php -%%WWWDIR%%/modules/syncml/language/es.php -%%WWWDIR%%/modules/syncml/language/fr.php -%%WWWDIR%%/modules/syncml/language/nl.php -%%WWWDIR%%/modules/syncml/language/pt_BR.php -%%WWWDIR%%/modules/syncml/language/th.php -%%WWWDIR%%/modules/syncml/model/Anchor.php -%%WWWDIR%%/modules/syncml/model/Device.php -%%WWWDIR%%/modules/syncml/model/Map.php -%%WWWDIR%%/modules/syncml/store/AbstractStore.php -%%WWWDIR%%/modules/syncml/store/AbstractVCalendarStore.php -%%WWWDIR%%/modules/syncml/store/AbstractVCardStore.php -%%WWWDIR%%/modules/syncml/store/AbstractVTodoStore.php -%%WWWDIR%%/modules/syncml/views/Extjs3/themes/Default/images/syncml.png -%%WWWDIR%%/modules/syncml/xml/response.xml -%%WWWDIR%%/modules/syncml/xml/responseOudeSyncmlServer.xml -%%WWWDIR%%/modules/syncml/xml/test.xml %%WWWDIR%%/modules/tasks/AddTaskPanel.js %%WWWDIR%%/modules/tasks/CategoryDialog.js %%WWWDIR%%/modules/tasks/ContinueTaskDialog.js @@ -6568,6 +6540,7 @@ %%WWWDIR%%/vendor/sabre/xml/tests/phpunit.xml.dist %%WWWDIR%%/vendor/swiftmailer/swiftmailer/.gitattributes %%WWWDIR%%/vendor/swiftmailer/swiftmailer/.gitignore +%%WWWDIR%%/vendor/swiftmailer/swiftmailer/.travis.yml %%WWWDIR%%/vendor/swiftmailer/swiftmailer/CHANGES %%WWWDIR%%/vendor/swiftmailer/swiftmailer/LICENSE %%WWWDIR%%/vendor/swiftmailer/swiftmailer/README @@ -9762,24 +9735,3 @@ %%WWWDIR%%/views/Responsive/resources/GO.js %%WWWDIR%%/views/Responsive/resources/message.js %%WWWDIR%%/views/Responsive/resources/template.js -@dir %%WWWDIR%%/modules/cron/model -@dir %%WWWDIR%%/modules/exactonline/vendor/guzzlehttp/guzzle/build -@dir %%WWWDIR%%/modules/exactonline/vendor/guzzlehttp/guzzle/docs -@dir %%WWWDIR%%/modules/exactonline/vendor/guzzlehttp/guzzle/tests -@dir %%WWWDIR%%/modules/groups/model -@dir %%WWWDIR%%/modules/manualsite/views/site/assets/js -@dir %%WWWDIR%%/modules/modules/themes/Default/images/16x16 -@dir %%WWWDIR%%/modules/pr2analyzer/install -@dir %%WWWDIR%%/modules/pr2analyzer/model -@dir %%WWWDIR%%/modules/scanbox/install -@dir %%WWWDIR%%/modules/sieve/install/updatescripts -@dir %%WWWDIR%%/modules/tasks/install/updatescripts -@dir %%WWWDIR%%/modules/tickets/extern -@dir %%WWWDIR%%/modules/users/install/updatescripts -@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/dd -@dir %%WWWDIR%%/views/Extjs3/ext/resources/images/vista/tree -@dir %%WWWDIR%%/views/Extjs3/language -@dir %%WWWDIR%%/views/Extjs3/themes/Default/images/treeview -@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/buttons -@dir %%WWWDIR%%/views/Extjs3/themes/ExtJS/images/treeview -@dir %%WWWDIR%%/views/Extjs3/themes/Group-Office/images/treeview