Hi.
Update for net/nextcloudclient v3.5.2.

Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.5.2
desktop#4569 [stable-3.5] Explicitly ask user for notification
authorisation on launch (macOS)
desktop#4571 [stable-3.5] Fix crash caused by overflow in
FinderSyncExtension
desktop#4583 [stable-3.5] add new fixup workflow from nextcloud org
desktop#4589 [stable-3.5] Bump up minimum macOS version
desktop#4592 [stable-3.5] Display chat message inside the OS
notification.
desktop#4595 [stable-3.5] Fix 'TypeError: Cannot readproperty
'messageSent' of undefined'.
desktop#4596 [stable-3.5] Add a transparent background to the send
reply button.
desktop#4605 [stable-3.5] Fix build on macOS versions pre-11 (down to
10.14)
desktop#4623 [stable-3.5] Ignore Office temp folders on Mac ('.sb-' in
folder name).
desktop#4647 [stable-3.5] Remove assert, it is no longer useful.
desktop#4658 [stable-3.5] Add contrast to the text/icon of buttons if
the server defined color is light.
desktop#4665 [stable-3.5] fix general section
desktop#4666 [stable-3.5] Remove tooltip because it is only repeating
the label of the link.
desktop#4668 [stable-3.5] bugfix/share-dialog
desktop#4676 [stable-3.5] Updating command-rebase.yml workflow from
template
desktop#4680 [stable-3.5] Reply button size should be same as the
input field, smaller + text color
desktop#4692 [stable-3.5] Close call notifications when the call has
been joined by the user, or the call has ended
desktop#4694 [stable-3.5] Increase the call state checking interval to
not overload the server
desktop#4696 [stable-3.5] Ensure the dispatch source only gets
deallocated after the dispatch_source_cancel is done, avoiding
crashing of the Finder Sync Extension on macOS

Obrigado!
--
Adriano
? a
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile	28 May 2022 06:20:02 -0000	1.34
+++ Makefile	4 Jul 2022 20:11:03 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =	Yes
 
 COMMENT =	desktop sync client for Nextcloud
 
-V =		3.5.1
+V =		3.5.2
 DISTNAME =	nextcloudclient-${V}
 
 GH_ACCOUNT =	nextcloud
@@ -13,7 +13,7 @@ CATEGORIES =	net
 
 HOMEPAGE =	https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync    3.0 # 3.5.1
+SHARED_LIBS +=  nextcloudsync    4.0 # 3.5.2
 SHARED_LIBS +=  nextcloud_csync  2.1 # 3.5.1
 
 MAINTAINER =	Adriano Barbosa <barbosa....@gmail.com>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.28
diff -u -p -r1.28 distinfo
--- distinfo	21 May 2022 10:36:13 -0000	1.28
+++ distinfo	4 Jul 2022 20:11:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.5.1.tar.gz) = fQ1/1e+ABhpkuL8GumNe+MsYNTPji0wUmJkbULxaZqI=
-SIZE (nextcloudclient-3.5.1.tar.gz) = 15392337
+SHA256 (nextcloudclient-3.5.2.tar.gz) = DEZzEOGhsyWTRGWExqXXqTG34to9FyHayLCsU8xJMIg=
+SIZE (nextcloudclient-3.5.2.tar.gz) = 15433543

Reply via email to