Download raw body.
UPDATE: net/nextcloudclient
Hi.
Update for net/nextcloudclient v3.12.0
Changelog:
https://github.com/nextcloud/desktop/releases/v3.12.0
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 14 Feb 2024 14:33:11 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED = Yes
COMMENT = desktop sync client for Nextcloud
-V = 3.10.2
+V = 3.12.0
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.12.0
+SHARED_LIBS += nextcloud_csync 8.0 # 3.12.0
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 14 Feb 2024 14:33:11 -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.12.0.tar.gz) = 32xWyPy+59mrCWc823tBZx8usOsdu3nuOTsgepvEbug=
+SIZE (nextcloudclient-3.12.0.tar.gz) = 13636170
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 14 Feb 2024 14:33:11 -0000
@@ -1,7 +1,7 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -57,7 +57,7 @@ if (NOT DEFINED PACKAGE)
+@@ -59,7 +59,7 @@ if (NOT DEFINED PACKAGE)
set(PACKAGE "${LINUX_PACKAGE_SHORTNAME}-client")
endif()
@@ -10,7 +10,7 @@ Index: CMakeLists.txt
include(ECMCoverageOption)
-@@ -293,4 +293,4 @@ elseif(BUILD_CLIENT)
+@@ -302,4 +302,4 @@ elseif(BUILD_CLIENT)
configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
endif()
UPDATE: net/nextcloudclient