Index | Thread | Search

From:
Adriano Barbosa <barbosa.aob@gmail.com>
Subject:
UPDATE: net/nextcloudclient
To:
ports@openbsd.org
Date:
Wed, 18 Dec 2024 06:06:51 -0400

Download raw body.

Thread
  • Adriano Barbosa:

    UPDATE: net/nextcloudclient

Hi.
Update for net/nextcloudclient v3.15.2

Changelog:
https://github.com/nextcloud/desktop/releases/v3.15.2
https://github.com/nextcloud/desktop/releases/v3.15.1

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
diff -u -p -r1.67 Makefile
--- Makefile	29 Nov 2024 16:28:07 -0000	1.67
+++ Makefile	18 Dec 2024 10:00:53 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =	Yes
 
 COMMENT =	desktop sync client for Nextcloud
 
-V =		3.15.0
+V =		3.15.2
 DISTNAME =	nextcloudclient-${V}
 
 GH_ACCOUNT =	nextcloud
@@ -13,8 +13,8 @@ CATEGORIES =	net
 
 HOMEPAGE =	https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync             22.0  # 3.15.0
-SHARED_LIBS +=  nextcloud_csync           10.0  # 3.14.1
+SHARED_LIBS +=  nextcloudsync             23.0  # 3.15.2
+SHARED_LIBS +=  nextcloud_csync           11.0  # 3.15.2
 SHARED_LIBS +=  nextcloudsync_vfs_suffix  4.0   # 3.14.1
 
 MAINTAINER =	Adriano Barbosa <barbosa.aob@gmail.com>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
diff -u -p -r1.54 distinfo
--- distinfo	29 Nov 2024 16:28:07 -0000	1.54
+++ distinfo	18 Dec 2024 10:00:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.15.0.tar.gz) = 01d0WAoW0P32tBYPvnHFDshx6EthA0IVLHjG6iLF4d4=
-SIZE (nextcloudclient-3.15.0.tar.gz) = 15651469
+SHA256 (nextcloudclient-3.15.2.tar.gz) = JetSSAScSWGifPmW2+v5ICxyDdNgSc0nmeLoD3vVF1Y=
+SIZE (nextcloudclient-3.15.2.tar.gz) = 15671238
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
diff -u -p -r1.17 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt	29 Nov 2024 16:28:07 -0000	1.17
+++ patches/patch-CMakeLists_txt	18 Dec 2024 10:00:53 -0000
@@ -1,7 +1,7 @@
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -72,7 +72,7 @@ if (NOT DEFINED PACKAGE)
+@@ -74,7 +74,7 @@ if (NOT DEFINED PACKAGE)
      set(PACKAGE "${LINUX_PACKAGE_SHORTNAME}-client")
  endif()
  
@@ -10,7 +10,7 @@ Index: CMakeLists.txt
  
  include(ECMCoverageOption)
  
-@@ -350,4 +350,4 @@ elseif(BUILD_CLIENT)
+@@ -352,4 +352,4 @@ elseif(BUILD_CLIENT)
      configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
  endif()