Hi.
Update for net/nextcloudclient v3.5.1

Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.5.1
desktop#4486 [stable-3.5] Add new and correct sparkle update signature
desktop#4489 [stable-3.5] l10n: Remove string from translation
desktop#4490 [stable-3.5] l10n: Changed triple dot to ellipsis
desktop#4491 [stable-3.5] Ensure cache is stored in default cache location
desktop#4492 [stable-3.5] Updating command-rebase.yml workflow from template
desktop#4493 [stable-3.5] Remove "…" from "Create Debug Archive" button
desktop#4494 [stable-3.5] docs: Replace "preceded" with "followed"
desktop#4511 [stable-3.5] only add OCS-APIREQUEST header for 1st
request of webflow v1
desktop#4514 [stable-3.5] Make the make_universal.py script more
verbose for easier debugging
desktop#4515 [stable-3.5] Revamp notifications for macOS and add
support for actionable update notifications
desktop#4537 [stable-3.5] Use proper online status for user ('dnd',
'online', 'invisible', etc.) to enable or disable desktop
notifications.
desktop#4538 [stable-3.5] Bugfix. Take root folder's files size into
account when displaying the total size in selective sync dialog.
desktop#4539 [stable-3.5] Fix activity list item issues with colours/layout/etc.
desktop#4541 [stable-3.5] Bugfix/allow manual rename files with spaces
desktop#4544 [stable-3.5] Fixed share link expiration box being
ineditable and always attempting to set invalid date
desktop#4545 [stable-3.5] Fix crashing of finder sync extension caused
by dispatch_source_cancel of nullptr
desktop#4546 [stable-3.5] Simplify and remove the notification "cache"
desktop#4547 [stable-3.5] Fix tray icon not displaying "Open main dialog"
desktop#4548 [stable-3.5] if an exclude file is deleted, skip it and
remove it from internal list
desktop#4549 [stable-3.5] Bugfix/two factor notification
desktop#4550 [stable-3.5] Fix visual borking in the share dialog
desktop#4555 [stable-3.5] add explicit capture for lambda

Obrigado.
-- 
Adriano Barbosa
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile	6 May 2022 06:08:56 -0000	1.32
+++ Makefile	17 May 2022 23:36:53 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =	Yes
 
 COMMENT =	desktop sync client for Nextcloud
 
-V =		3.5.0
+V =		3.5.1
 DISTNAME =	nextcloudclient-${V}
 
 GH_ACCOUNT =	nextcloud
@@ -13,8 +13,8 @@ CATEGORIES =	net
 
 HOMEPAGE =	https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync    2.0 # 3.5.0
-SHARED_LIBS +=  nextcloud_csync  2.0 # 3.5.0
+SHARED_LIBS +=  nextcloudsync    3.0 # 3.5.1
+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.27
diff -u -p -r1.27 distinfo
--- distinfo	6 May 2022 06:08:56 -0000	1.27
+++ distinfo	17 May 2022 23:36:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.5.0.tar.gz) = JKs11UyiTuOAgi9QAij7JuFczO9oYcONurl8X9xf9ps=
-SIZE (nextcloudclient-3.5.0.tar.gz) = 15359946
+SHA256 (nextcloudclient-3.5.1.tar.gz) = fQ1/1e+ABhpkuL8GumNe+MsYNTPji0wUmJkbULxaZqI=
+SIZE (nextcloudclient-3.5.1.tar.gz) = 15392337
Index: patches/patch-src_gui_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-src_gui_CMakeLists_txt,v
retrieving revision 1.9
diff -u -p -r1.9 patch-src_gui_CMakeLists_txt
--- patches/patch-src_gui_CMakeLists_txt	6 May 2022 06:08:56 -0000	1.9
+++ patches/patch-src_gui_CMakeLists_txt	17 May 2022 23:36:53 -0000
@@ -1,7 +1,7 @@
 Index: src/gui/CMakeLists.txt
 --- src/gui/CMakeLists.txt.orig
 +++ src/gui/CMakeLists.txt
-@@ -368,7 +368,7 @@ endif()
+@@ -366,7 +366,7 @@ endif()
  
  # Generate png icons from svg
  find_program(SVG_CONVERTER

Reply via email to