Le Wed, Sep 07, 2022 at 09:20:57AM -0400, Adriano Barbosa a écrit :
> Hi.
> Update for net/nextcloudclient v3.6.0
>
> Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.6.0
Here's a diff that applies on top of current, but strangely it doesnt
detect inotify at build time (or its just a cmake false negative ?), so
i think some work is still needed.
-- The following REQUIRED packages have not been found:
* Inotify
and build config ends up with:
./config.h:/* #undef USE_INOTIFY */
Landry
? patch-src_libsync_bulkpropagatorjob_cpp
? patch-src_libsync_capabilities_cpp
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile 8 Aug 2022 09:03:33 -0000 1.37
+++ Makefile 8 Sep 2022 10:01:38 -0000
@@ -2,7 +2,7 @@
COMMENT = desktop sync client for Nextcloud
-V = 3.5.4
+V = 3.6.0
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.31
diff -u -r1.31 distinfo
--- distinfo 8 Aug 2022 09:03:33 -0000 1.31
+++ distinfo 8 Sep 2022 10:01:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.5.4.tar.gz) =
9iIkAwY/g9Uld6tMUwYO7I0NxJnlaXXkR2e1PZtuiW8=
-SIZE (nextcloudclient-3.5.4.tar.gz) = 15436558
+SHA256 (nextcloudclient-3.6.0.tar.gz) =
18HT9qhnVmwfmmKcjA2VS6aevEEHwPqpdaHM9ChC0N8=
+SIZE (nextcloudclient-3.6.0.tar.gz) = 15763538
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
retrieving revision 1.8
diff -u -r1.8 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 6 May 2022 06:08:56 -0000 1.8
+++ patches/patch-CMakeLists_txt 8 Sep 2022 10:01:38 -0000
@@ -1,7 +1,7 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -256,4 +256,4 @@ elseif(BUILD_CLIENT)
+@@ -270,4 +270,4 @@ elseif(BUILD_CLIENT)
configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
endif()