Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile 13 Feb 2022 16:38:30 -0000 1.29
+++ Makefile 1 Mar 2022 00:11:14 -0000
@@ -4,9 +4,8 @@ USE_WXNEEDED = Yes
COMMENT = desktop sync client for Nextcloud
-V = 3.4.2
+V = 3.4.3
DISTNAME = nextcloudclient-${V}
-REVISION = 0
GH_ACCOUNT = nextcloud
GH_PROJECT = desktop
@@ -16,8 +15,8 @@ CATEGORIES = net
HOMEPAGE = https://nextcloud.com
-SHARED_LIBS += nextcloudsync 1.0 # 3.4.0
-SHARED_LIBS += nextcloud_csync 1.0 # 3.4.0
+SHARED_LIBS += nextcloudsync 1.1 # 3.4.3
+SHARED_LIBS += nextcloud_csync 1.1 # 3.4.3
MAINTAINER = Adriano Barbosa <barbosa.aob@gmail.com>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.25
diff -u -p -r1.25 distinfo
--- distinfo 4 Feb 2022 17:32:53 -0000 1.25
+++ distinfo 1 Mar 2022 00:11:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.4.2.tar.gz) = JRnSMp4Z+AVgmqkqpLy8C4r7+2iwZ+ljqoSdpQsjbF0=
-SIZE (nextcloudclient-3.4.2.tar.gz) = 14329069
+SHA256 (nextcloudclient-3.4.3.tar.gz) = MlFzclm/azICCuCdclzKXXyqQ4lQPbIlDfNJ4pYTVdQ=
+SIZE (nextcloudclient-3.4.3.tar.gz) = 14338935
Hi.
Update for net/nextcloudclient v3.4.3
Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.4.3
[stable-3.4] Remove Hirsute, add Jammy
[stable-3.4] Cmake option to disable proxy
[stable-3.4] ensure we emit a rename command for renamed files
Makes sure that sync engine terminates when an error happen
[stable-3.4] ensure that bulk upload network job errors are handled
[stable-3.4] Rollback local move on server move failure
[stable-3.4] Do not remove a folder that has files that were not
uploaded yet during propagation
Thank you for testing.
--
Adriano Barbosa
No comments:
Post a Comment