Hi. Update for net/nextcloudclient v3.6.2 Changelog: https://github.com/nextcloud/desktop/releases/v3.6.2
Add x11/gnome/libcloudproviders as dependency spotted by Antoine Jacoutot. Obrigado! -- Adriano Index: Makefile =================================================================== RCS file: /cvs/ports/net/nextcloudclient/Makefile,v retrieving revision 1.41 diff -u -p -r1.41 Makefile --- Makefile 2 Nov 2022 20:53:47 -0000 1.41 +++ Makefile 14 Nov 2022 02:10:10 -0000 @@ -2,9 +2,8 @@ USE_WXNEEDED = Yes COMMENT = desktop sync client for Nextcloud -V = 3.6.1 +V = 3.6.2 DISTNAME = nextcloudclient-${V} -REVISION = 0 GH_ACCOUNT = nextcloud GH_PROJECT = desktop @@ -14,7 +13,7 @@ CATEGORIES = net HOMEPAGE = https://nextcloud.com -SHARED_LIBS += nextcloudsync 6.0 # 3.6.1 +SHARED_LIBS += nextcloudsync 7.0 # 3.6.2 SHARED_LIBS += nextcloud_csync 2.2 # 3.6.0 SHARED_LIBS += nextcloudsync_vfs_suffix 0.0 # 3.5.3 @@ -33,16 +32,18 @@ WANTLIB += sqlite3 ssl z MODULES = devel/cmake \ x11/qt5 -BUILD_DEPENDS = devel/gettext,-tools +BUILD_DEPENDS = devel/gettext,-tools \ + x11/gnome/libcloudproviders # for converting svg icons to png BUILD_DEPENDS += x11/gnome/librsvg # for tests, but detected during configure -BUILD_DEPENDS += devel/cmocka +BUILD_DEPENDS += devel/cmocka \ RUN_DEPENDS = devel/desktop-file-utils \ misc/shared-mime-info \ + x11/gnome/libcloudproviders \ x11/gtk+3,-guic \ x11/qt5/qtgraphicaleffects \ x11/qt5/qtquickcontrols Index: distinfo =================================================================== RCS file: /cvs/ports/net/nextcloudclient/distinfo,v retrieving revision 1.33 diff -u -p -r1.33 distinfo --- distinfo 23 Oct 2022 06:00:38 -0000 1.33 +++ distinfo 14 Nov 2022 02:10:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (nextcloudclient-3.6.1.tar.gz) = x+oe0tD0SjuLZFpn8hrxZL8QJLaHJXCmHGKZTSqMG1s= -SIZE (nextcloudclient-3.6.1.tar.gz) = 15346135 +SHA256 (nextcloudclient-3.6.2.tar.gz) = Vd3Vw7b3yYWUFol8yJWXkGUT4rxichxj/k8Udu6id2I= +SIZE (nextcloudclient-3.6.2.tar.gz) = 15406717 Index: patches/patch-src_gui_CMakeLists_txt =================================================================== RCS file: /cvs/ports/net/nextcloudclient/patches/patch-src_gui_CMakeLists_txt,v retrieving revision 1.9 diff -u -p -r1.9 patch-src_gui_CMakeLists_txt --- patches/patch-src_gui_CMakeLists_txt 6 May 2022 06:08:56 -0000 1.9 +++ patches/patch-src_gui_CMakeLists_txt 14 Nov 2022 02:10:10 -0000 @@ -1,7 +1,7 @@ Index: src/gui/CMakeLists.txt --- src/gui/CMakeLists.txt.orig +++ src/gui/CMakeLists.txt -@@ -368,7 +368,7 @@ endif() +@@ -372,7 +372,7 @@ endif() # Generate png icons from svg find_program(SVG_CONVERTER