Hi.
Update for net/nextcloudclient v3.12.3
Changelog:
https://github.com/nextcloud/desktop/releases/v3.12.[stable-3.12]
- use the proper name when reading system exclude config file by
  @backportbot in #6586
- Bugfix/fix explorer crash windows by @backportbot in #6585
- context menu: do not recursively check pin and availability states
  by @backportbot in #6587
- properly compute if a folder is top level or child extern mounted by
  @backportbot in #6590
- adjust AppImage build script to the new build image by @backportbot
  in #65913

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- Makefile    23 Mar 2024 09:23:05 -0000      1.60
+++ Makefile    29 Mar 2024 16:19:16 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =  Yes
 
 COMMENT =      desktop sync client for Nextcloud
 
-V =            3.12.2
+V =            3.12.3
 DISTNAME =     nextcloudclient-${V}
 
 GH_ACCOUNT =   nextcloud
@@ -13,9 +13,9 @@ CATEGORIES =  net
 
 HOMEPAGE =     https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync             18.0  # 3.12.2
-SHARED_LIBS +=  nextcloud_csync           8.2   # 3.12.2
-SHARED_LIBS +=  nextcloudsync_vfs_suffix  2.0   # 3.10.2
+SHARED_LIBS +=  nextcloudsync             19.0  # 3.12.3
+SHARED_LIBS +=  nextcloud_csync           9.0   # 3.12.3
+SHARED_LIBS +=  nextcloudsync_vfs_suffix  3.0   # 3.12.3
 
 MAINTAINER =   Adriano Barbosa <barbosa....@gmail.com>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.49
diff -u -p -r1.49 distinfo
--- distinfo    23 Mar 2024 09:23:05 -0000      1.49
+++ distinfo    29 Mar 2024 16:19:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.12.2.tar.gz) = 
9XbLcJ2qfctZY7zuJPLTFUKp9Jo0LtukBiWk3oBslb8=
-SIZE (nextcloudclient-3.12.2.tar.gz) = 13645095
+SHA256 (nextcloudclient-3.12.3.tar.gz) = 
lGar/GY90SvZ/I5oEv2cPvmmhcdzpHNTIpTGOMRgwAs=
+SIZE (nextcloudclient-3.12.3.tar.gz) = 13642292
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
retrieving revision 1.14
diff -u -p -r1.14 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        23 Mar 2024 09:23:05 -0000      1.14
+++ patches/patch-CMakeLists_txt        29 Mar 2024 16:19:16 -0000
@@ -1,7 +1,7 @@
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -68,7 +68,7 @@ if (NOT DEFINED PACKAGE)
+@@ -63,7 +63,7 @@ if (NOT DEFINED PACKAGE)
      set(PACKAGE "${LINUX_PACKAGE_SHORTNAME}-client")
  endif()
  
@@ -10,7 +10,7 @@ Index: CMakeLists.txt
  
  include(ECMCoverageOption)
  
-@@ -311,4 +311,4 @@ elseif(BUILD_CLIENT)
+@@ -306,4 +306,4 @@ elseif(BUILD_CLIENT)
      configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
  endif()
  

Reply via email to