Hi.
Update for net/nextcloudclient v3.15.0

Changelog:
https://github.com/nextcloud/desktop/releases/v3.15.0
[stable-3.14] create a permanent log of delete actions by @backportbot
in #7381
[stable-3.14] detect the terms of service app is requiring the user to
sign them by @backportbot in #7386
[stable-3.14] content access denied error during discovery: verify
server access by @backportbot in #7392
[stable-3.14] properly detect need to sign terms of service state by
@backportbot in #7396
[stable-3.14] improve again state tracking with terms of service app
by @backportbot in #7406
[stable-3.14] Change defaults of promptDeleteFiles to false by
@backportbot in #7411
[stable-3.14] Update share link for AppImage tool by @backportbot in
#7440
[stable-3.14] Bugfix update channels by @backportbot in #7443
[stable-3.14] Only display server name in multiple override servers
dropdown by @backportbot in #7424

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
diff -u -p -r1.66 Makefile
--- Makefile    9 Nov 2024 14:03:12 -0000       1.66
+++ Makefile    26 Nov 2024 12:54:02 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =  Yes
 
 COMMENT =      desktop sync client for Nextcloud
 
-V =            3.14.3
+V =            3.15.0
 DISTNAME =     nextcloudclient-${V}
 
 GH_ACCOUNT =   nextcloud
@@ -13,7 +13,7 @@ CATEGORIES =  net
 
 HOMEPAGE =     https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync             21.0  # 3.14.3
+SHARED_LIBS +=  nextcloudsync             22.0  # 3.15.0
 SHARED_LIBS +=  nextcloud_csync           10.0  # 3.14.1
 SHARED_LIBS +=  nextcloudsync_vfs_suffix  4.0   # 3.14.1
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
diff -u -p -r1.53 distinfo
--- distinfo    9 Nov 2024 14:03:12 -0000       1.53
+++ distinfo    26 Nov 2024 12:54:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.14.3.tar.gz) = 
mwm4Lx6/CLnE3y7yyUpzWXjxIZQYu/ga9PuJrZTPpjQ=
-SIZE (nextcloudclient-3.14.3.tar.gz) = 14019971
+SHA256 (nextcloudclient-3.15.0.tar.gz) = 
01d0WAoW0P32tBYPvnHFDshx6EthA0IVLHjG6iLF4d4=
+SIZE (nextcloudclient-3.15.0.tar.gz) = 15651469
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
diff -u -p -r1.16 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        16 Oct 2024 15:17:21 -0000      1.16
+++ patches/patch-CMakeLists_txt        26 Nov 2024 12:54:02 -0000
@@ -1,7 +1,7 @@
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -68,7 +68,7 @@ if (NOT DEFINED PACKAGE)
+@@ -72,7 +72,7 @@ if (NOT DEFINED PACKAGE)
      set(PACKAGE "${LINUX_PACKAGE_SHORTNAME}-client")
  endif()
  
@@ -10,7 +10,7 @@ Index: CMakeLists.txt
  
  include(ECMCoverageOption)
  
-@@ -346,4 +346,4 @@ elseif(BUILD_CLIENT)
+@@ -350,4 +350,4 @@ elseif(BUILD_CLIENT)
      configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
  endif()
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/pkg/PLIST,v
diff -u -p -r1.13 PLIST
--- pkg/PLIST   16 Oct 2024 15:17:21 -0000      1.13
+++ pkg/PLIST   26 Nov 2024 12:54:02 -0000
@@ -91,6 +91,7 @@ share/nextcloud/i18n/client_sr.qm
 share/nextcloud/i18n/client_sv.qm
 share/nextcloud/i18n/client_th.qm
 share/nextcloud/i18n/client_tr.qm
+share/nextcloud/i18n/client_ug.qm
 share/nextcloud/i18n/client_uk.qm
 share/nextcloud/i18n/client_zh_CN.qm
 share/nextcloud/i18n/client_zh_HK.qm

Reply via email to