Hi.
Update for net/nextcloudclient v3.9.4
Changelog: https://github.com/nextcloud/desktop/releases/v3.9.4
- Convert VFS file to placeholder again if needed by
  @backportbot-nextcloud in #5927
- update read-only status of virtual files when needed for lock state
  by @backportbot-nextcloud in #5987
- Hide password field in share settings when share type does not
  support passwords by @backportbot-nextcloud in #5988
- update main CI image to get newer Qt, Java and other dependencies by
  @backportbot-nextcloud in #5997
- Display correct server colour prior to acquiring server capabilities
  by @backportbot-nextcloud in #6001
- Update VFS placeholder each time a file is opened by Word by
  @backportbot-nextcloud in #6029

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.54
diff -u -p -r1.54 Makefile
--- Makefile    24 Aug 2023 06:16:21 -0000      1.54
+++ Makefile    7 Sep 2023 14:06:30 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =  Yes
 
 COMMENT =      desktop sync client for Nextcloud
 
-V =            3.9.3
+V =            3.9.4
 DISTNAME =     nextcloudclient-${V}
 
 GH_ACCOUNT =   nextcloud
@@ -13,7 +13,7 @@ CATEGORIES =  net
 
 HOMEPAGE =     https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync             12.0 # 3.9.1
+SHARED_LIBS +=  nextcloudsync             12.1 # 3.9.4
 SHARED_LIBS +=  nextcloud_csync           6.0 # 3.9.1
 SHARED_LIBS +=  nextcloudsync_vfs_suffix  1.0 # 3.9.0
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.43
diff -u -p -r1.43 distinfo
--- distinfo    24 Aug 2023 06:16:21 -0000      1.43
+++ distinfo    7 Sep 2023 14:06:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.9.3.tar.gz) = 
QCdaKUC/vQDXS/7L3nua8gCZhQ3RZIB5L1NSr6f7U/o=
-SIZE (nextcloudclient-3.9.3.tar.gz) = 15752014
+SHA256 (nextcloudclient-3.9.4.tar.gz) = 
rGvg9ZL51elJzWrA0+Pr6yZfj1mse7rFrH1cOWwbzbc=
+SIZE (nextcloudclient-3.9.4.tar.gz) = 15768508

Reply via email to