Index | Thread | Search

From:
Adriano Barbosa <barbosa.aob@gmail.com>
Subject:
UPDATE: net/nextcloudclient-3.11.1
To:
ports@openbsd.org
Date:
Tue, 30 Jan 2024 15:47:50 -0400

Download raw body.

Thread
  • Adriano Barbosa:

    UPDATE: net/nextcloudclient-3.11.1

Hi.
Update for net/nextcloudclient v3.11.1
Changelog:
https://github.com/nextcloud/desktop/releases/v3.11.1
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	30 Jan 2024 19:46:01 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =	Yes
 
 COMMENT =	desktop sync client for Nextcloud
 
-V =		3.10.2
+V =		3.11.1
 DISTNAME =	nextcloudclient-${V}
 
 GH_ACCOUNT =	nextcloud
@@ -13,8 +13,8 @@ CATEGORIES =	net
 
 HOMEPAGE =	https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync             15.0  # 3.10.2
-SHARED_LIBS +=  nextcloud_csync           7.0   # 3.10.2
+SHARED_LIBS +=  nextcloudsync             16.0  # 3.11.1
+SHARED_LIBS +=  nextcloud_csync           8.0   # 3.11.1
 SHARED_LIBS +=  nextcloudsync_vfs_suffix  2.0   # 3.10.2
 
 MAINTAINER =	Adriano Barbosa <barbosa.aob@gmail.com>
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	30 Jan 2024 19:46:01 -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.1.tar.gz) = n2CmcH0x6CNXeA3/ERaO3ojR+FlIGiLy0EyCfmVvP7o=
+SIZE (nextcloudclient-3.11.1.tar.gz) = 13598448
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	30 Jan 2024 19:46:01 -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()