Index | Thread | Search

From:
Adriano Barbosa <barbosa.aob@gmail.com>
Subject:
UPDATE: net/nextcloudclient-3.13.0
To:
ports@openbsd.org
Date:
Wed, 24 Apr 2024 19:58:44 -0400

Download raw body.

Thread
  • Adriano Barbosa:

    UPDATE: net/nextcloudclient-3.13.0

Hi.
Update for net/nextcloudclient v3.13.0
Changelog:
https://github.com/nextcloud/desktop/releases/v3.13.0

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.61
diff -u -p -r1.61 Makefile
--- Makefile	21 Apr 2024 18:23:27 -0000	1.61
+++ Makefile	24 Apr 2024 23:54:29 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =	Yes
 
 COMMENT =	desktop sync client for Nextcloud
 
-V =		3.12.2
+V =		3.13.0
 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             20.0  # 3.13.0
+SHARED_LIBS +=  nextcloud_csync           10.0  # 3.13.0
+SHARED_LIBS +=  nextcloudsync_vfs_suffix  4.0   # 3.13.0
 
 MAINTAINER =	Adriano Barbosa <barbosa.aob@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	24 Apr 2024 23:54:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.12.2.tar.gz) = 9XbLcJ2qfctZY7zuJPLTFUKp9Jo0LtukBiWk3oBslb8=
-SIZE (nextcloudclient-3.12.2.tar.gz) = 13645095
+SHA256 (nextcloudclient-3.13.0.tar.gz) = 7SM46rTWt34pxT52WvoIlAGRMmGC4Y8FxOYgWf+nTak=
+SIZE (nextcloudclient-3.13.0.tar.gz) = 13779791
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	24 Apr 2024 23:54:29 -0000
@@ -1,7 +1,7 @@
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -68,7 +68,7 @@ if (NOT DEFINED PACKAGE)
+@@ -65,7 +65,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)
+@@ -308,4 +308,4 @@ elseif(BUILD_CLIENT)
      configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
  endif()