svn commit: r535739 - head/mail/nextcloud-mail
Bernard Spil
brnrd at FreeBSD.org
Mon May 18 13:39:48 UTC 2020
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
More information about the svn-ports-all
mailing list