Index | Thread | Search

From:
Adriano Barbosa <barbosa.aob@gmail.com>
Subject:
UPDATE: net/nextcloudclient-3.13.1
To:
ports@openbsd.org
Date:
Tue, 2 Jul 2024 12:47:59 -0400

Download raw body.

Thread
  • Adriano Barbosa:

    UPDATE: net/nextcloudclient-3.13.1

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

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
diff -u -p -r1.61 Makefile
--- Makefile	21 Apr 2024 18:23:27 -0000	1.61
+++ Makefile	2 Jul 2024 16:45:47 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =	Yes
 
 COMMENT =	desktop sync client for Nextcloud
 
-V =		3.12.2
+V =		3.13.1
 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.13.1
+SHARED_LIBS +=  nextcloud_csync           9.0   # 3.13.1
+SHARED_LIBS +=  nextcloudsync_vfs_suffix  3.0   # 3.13.1
 
 MAINTAINER =	Adriano Barbosa <barbosa.aob@gmail.com>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
diff -u -p -r1.49 distinfo
--- distinfo	23 Mar 2024 09:23:05 -0000	1.49
+++ distinfo	2 Jul 2024 16:45:47 -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.1.tar.gz) = OWouDVJ3aqDX14LAF8XypJ2SJ52vAg2P3qXmDjwZ2CU=
+SIZE (nextcloudclient-3.13.1.tar.gz) = 13783306
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
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	2 Jul 2024 16:45:47 -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()