Hi.
Update for net/nextcloudclient v3.6.4

Changelog v3.6.4: https://github.com/nextcloud/desktop/releases/v3.6.4
* [stable-3.6] do not create GUI from a random thread and show error
  on real error

Changelog v3.6.3: https://github.com/nextcloud/desktop/releases/v3.6.3
* [stable-3.6] Fix typo of connector
* [stable-3.6] fix renaming of folders with a deep hierarchy inside
  them
* [stable-3.6] Make user status selector modal, show user header
* [stable-3.6] Prevent bad encrypting of folder if E2EE has not been
  correctly set up
* [stable-3.6] Feature/edit file locally restart sync
* Add forcefoldersync method to folder manager
* [stable-3.6] Make use of plain text-enforcing qml labels
* [stable-3.6] Lock file when editing locally
* [stable-3.6] Format some QLabels as plain text

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- Makefile    17 Nov 2022 06:16:04 -0000      1.42
+++ Makefile    8 Dec 2022 17:32:35 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =  Yes
 
 COMMENT =      desktop sync client for Nextcloud
 
-V =            3.6.2
+V =            3.6.4
 DISTNAME =     nextcloudclient-${V}
 
 GH_ACCOUNT =   nextcloud
@@ -13,7 +13,7 @@ CATEGORIES =  net
 
 HOMEPAGE =     https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync             7.0 # 3.6.2
+SHARED_LIBS +=  nextcloudsync             8.0 # 3.6.4
 SHARED_LIBS +=  nextcloud_csync           2.2 # 3.6.0
 SHARED_LIBS +=  nextcloudsync_vfs_suffix  0.0 # 3.5.3
 
@@ -39,7 +39,7 @@ BUILD_DEPENDS =               devel/gettext,-tools \
 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 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.34
diff -u -p -r1.34 distinfo
--- distinfo    17 Nov 2022 06:16:04 -0000      1.34
+++ distinfo    8 Dec 2022 17:32:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.6.2.tar.gz) = 
Vd3Vw7b3yYWUFol8yJWXkGUT4rxichxj/k8Udu6id2I=
-SIZE (nextcloudclient-3.6.2.tar.gz) = 15406717
+SHA256 (nextcloudclient-3.6.4.tar.gz) = 
aElprRGcmph58qBAoTv1frm5+NXbEGDWvj0Omn4m5cs=
+SIZE (nextcloudclient-3.6.4.tar.gz) = 15451930

Reply via email to