Hi,
update for nextcloudclient v2.6.4.
Changelog: https://github.com/nextcloud/desktop/releases/tag/v2.6.4
OK?
--
Adriano Barbosa
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 20 Feb 2020 13:09:06 -0000 1.5
+++ Makefile 6 Mar 2020 23:10:25 -0000
@@ -2,7 +2,7 @@
COMMENT = desktop sync client for Nextcloud
-V = 2.6.3
+V = 2.6.4
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 20 Feb 2020 13:09:06 -0000 1.3
+++ distinfo 6 Mar 2020 23:10:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-2.6.3.tar.gz) = Wpi4KAJ9Zad6Qdr/P2eMrO8SUlCZsf0vMRRVHbAf8pg=
-SIZE (nextcloudclient-2.6.3.tar.gz) = 18983292
+SHA256 (nextcloudclient-2.6.4.tar.gz) = rqTf9r8qa9K3g6YXWsI5P/yuKUlTaxXe96rkNy8MJO8=
+SIZE (nextcloudclient-2.6.4.tar.gz) = 19035129
Index: patches/patch-src_csync_ConfigureChecks_cmake
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-src_csync_ConfigureChecks_cmake,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_csync_ConfigureChecks_cmake
--- patches/patch-src_csync_ConfigureChecks_cmake 20 Feb 2020 13:09:06 -0000 1.1
+++ patches/patch-src_csync_ConfigureChecks_cmake 6 Mar 2020 23:10:25 -0000
@@ -5,10 +5,10 @@ Index: src/csync/ConfigureChecks.cmake
+++ src/csync/ConfigureChecks.cmake
@@ -15,7 +15,7 @@ set(BINARYDIR ${CMAKE_CURRENT_BINARY_DIR})
set(SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR})
-
+
# HEADER FILES
-check_include_file(argp.h HAVE_ARGP_H)
+#check_include_file(argp.h HAVE_ARGP_H)
-
+
# FUNCTIONS
if (NOT LINUX)