Hi.
Update for net/nextcloudclient v3.11.0
Changelog: https://github.com/nextcloud/desktop/releases/v3.11.0
Obrigado!
--
Adriano
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile 9 Dec 2023 15:39:07 -0000 1.57
+++ Makefile 13 Dec 2023 01:14:49 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED = Yes
COMMENT = desktop sync client for Nextcloud
-V = 3.10.2
+V = 3.11.0
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
@@ -13,7 +13,7 @@ CATEGORIES = net
HOMEPAGE = https://nextcloud.com
-SHARED_LIBS += nextcloudsync 15.0 # 3.10.2
+SHARED_LIBS += nextcloudsync 15.1 # 3.11.0
SHARED_LIBS += nextcloud_csync 7.0 # 3.10.2
SHARED_LIBS += nextcloudsync_vfs_suffix 2.0 # 3.10.2
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.46
diff -u -p -r1.46 distinfo
--- distinfo 9 Dec 2023 15:39:07 -0000 1.46
+++ distinfo 13 Dec 2023 01:14:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.10.2.tar.gz) =
6BmYAZf6UFmaQo4oFegwEE0OfHJFcGWvoTV+bSZ/w8A=
-SIZE (nextcloudclient-3.10.2.tar.gz) = 13523354
+SHA256 (nextcloudclient-3.11.0.tar.gz) =
ddU3UUEadUTtW58jw+ccGalvQJYxPXba13MUw3czGdk=
+SIZE (nextcloudclient-3.11.0.tar.gz) = 13595770
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
retrieving revision 1.12
diff -u -p -r1.12 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 15 Jun 2023 07:33:44 -0000 1.12
+++ patches/patch-CMakeLists_txt 13 Dec 2023 01:14:49 -0000
@@ -10,7 +10,7 @@ Index: CMakeLists.txt
include(ECMCoverageOption)
-@@ -293,4 +293,4 @@ elseif(BUILD_CLIENT)
+@@ -300,4 +300,4 @@ elseif(BUILD_CLIENT)
configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
endif()