From owner-svn-ports-head@freebsd.org Mon May 18 13:39:48 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 310AD2CB2FD; Mon, 18 May 2020 13:39:48 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Qg9c0RpLz3Wrk; Mon, 18 May 2020 13:39:48 +0000 (UTC) (envelope-from brnrd@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 E64FB223A1; Mon, 18 May 2020 13:39:47 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04IDdlNc018292; Mon, 18 May 2020 13:39:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04IDdlrU018290; Mon, 18 May 2020 13:39:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202005181339.04IDdlrU018290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 18 May 2020 13:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535739 - head/mail/nextcloud-mail X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/mail/nextcloud-mail X-SVN-Commit-Revision: 535739 X-SVN-Commit-Repository: ports 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.33 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: Mon, 18 May 2020 13:39:48 -0000 Author: brnrd Date: Mon May 18 13:39:47 2020 New Revision: 535739 URL: https://svnweb.freebsd.org/changeset/ports/535739 Log: mail/nextcloud: Update to 1.3.5 Modified: head/mail/nextcloud-mail/Makefile head/mail/nextcloud-mail/distinfo head/mail/nextcloud-mail/pkg-plist Modified: head/mail/nextcloud-mail/Makefile ============================================================================== --- head/mail/nextcloud-mail/Makefile Mon May 18 13:38:12 2020 (r535738) +++ head/mail/nextcloud-mail/Makefile Mon May 18 13:39:47 2020 (r535739) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mail -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 DISTVERSIONPREFIX= v CATEGORIES= mail MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ Modified: head/mail/nextcloud-mail/distinfo ============================================================================== --- head/mail/nextcloud-mail/distinfo Mon May 18 13:38:12 2020 (r535738) +++ head/mail/nextcloud-mail/distinfo Mon May 18 13:39:47 2020 (r535739) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587986907 -SHA256 (nextcloud/mail-v1.3.4/mail.tar.gz) = 08ee38f8a17a4e9a1f291a53cc88d012c4bd70a98ee4dbf4e464afcd6fafbc4a -SIZE (nextcloud/mail-v1.3.4/mail.tar.gz) = 12987198 +TIMESTAMP = 1589808766 +SHA256 (nextcloud/mail-v1.3.5/mail.tar.gz) = 830098607448ff94e401eb7d408133b62caf259296bab1dd743095aea52f9358 +SIZE (nextcloud/mail-v1.3.5/mail.tar.gz) = 12998273 Modified: head/mail/nextcloud-mail/pkg-plist ============================================================================== --- head/mail/nextcloud-mail/pkg-plist Mon May 18 13:38:12 2020 (r535738) +++ head/mail/nextcloud-mail/pkg-plist Mon May 18 13:39:47 2020 (r535739) @@ -233,8 +233,10 @@ %%WWWDIR%%/lib/AppInfo/Application.php %%WWWDIR%%/lib/AppInfo/BootstrapSingleton.php %%WWWDIR%%/lib/Attachment.php +%%WWWDIR%%/lib/BackgroundJob/CleanupJob.php %%WWWDIR%%/lib/BackgroundJob/SyncJob.php %%WWWDIR%%/lib/Cache/Cache.php +%%WWWDIR%%/lib/Command/CleanUp.php %%WWWDIR%%/lib/Command/CreateAccount.php %%WWWDIR%%/lib/Command/DiagnoseAccount.php %%WWWDIR%%/lib/Command/ExportAccount.php @@ -313,6 +315,7 @@ %%WWWDIR%%/lib/Listener/MessageCacheUpdaterListener.php %%WWWDIR%%/lib/Listener/SaveSentMessageListener.php %%WWWDIR%%/lib/Listener/TrashMailboxCreatorListener.php +%%WWWDIR%%/lib/Listener/UserDeletedListener.php %%WWWDIR%%/lib/Mailbox.php %%WWWDIR%%/lib/Migration/FixAccountSyncs.php %%WWWDIR%%/lib/Migration/FixCollectedAddresses.php @@ -369,6 +372,7 @@ %%WWWDIR%%/lib/Service/Avatar/GravatarSource.php %%WWWDIR%%/lib/Service/Avatar/IAvatarSource.php %%WWWDIR%%/lib/Service/AvatarService.php +%%WWWDIR%%/lib/Service/CleanupService.php %%WWWDIR%%/lib/Service/ContactsIntegration.php %%WWWDIR%%/lib/Service/Group/ContactsGroupService.php %%WWWDIR%%/lib/Service/Group/IGroupService.php