Hi.
Update for net/nextcloudclient v3.5.3.

Added nextcloudsync_vfs_suffix shared lib missed some time in the
past.

Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.5.3
* [stable-3.5] Fix the system tray menu not being correctly replaced in
setupContextMenu on GNOME
* [stable-3.5] Ensure call notification stays on top of other windows
* [stable-3.5] Work around issues with window positioning on Linux DEs,
hardcode tray window to screen center when new account added
* [stable-3.5] Clean up systray methods, make more QML-friendly
* [stable-3.5] Refactor tray window opening code for clarity and efficiency
* [stable-3.5] Only set _FORTIFY_SOURCE when a higher level of this flag
has not been set
* [stable-3.5] Limit concurrent notifications
* [stable-3.5] Take ints by value rather than reference in UserModel
methods
* [stable-3.5] Respect skipAutoUpdateCheck in nextcloud.cfg with Sparkle
on macOS
* [stable-3.5] Use preprocessor directive rather than normal 'if' for
UNNotification types
* [stable-3.5] QML-ify the UserModel, use properties rather than setter
methods
* [stable-3.5] Fix ActivityItemContent QML paintedWidth errors
* [stable-3.5] Stop clearing notifications when new notifications are
received
* [stable-3.5] Ensure debug archive contents are readable by any user
* [stable-3.5] Stop styling QML unified search items hierarchically, use
global Style constants
* [stable-3.5] Update macOS Info.plist
* [stable-3.5] print sync direction in
SyncFileStatusTracker::slotAboutToPropagate
* [stable-3.5] Remove Ubuntu Impish, add Kinetic
* [stable-3.5] Ensure that throttled notifications still appear in tray
activity model
* [stable-3.5] Make apps menu scrollable when content taller than
available vertical space, preventing borking of layout

Obrigado!
--
Adriano


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile    6 Jul 2022 19:52:38 -0000       1.35
+++ Makefile    29 Jul 2022 22:24:20 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED =  Yes
 
 COMMENT =      desktop sync client for Nextcloud
 
-V =            3.5.2
+V =            3.5.3
 DISTNAME =     nextcloudclient-${V}
 
 GH_ACCOUNT =   nextcloud
@@ -13,8 +13,9 @@ CATEGORIES =  net
 
 HOMEPAGE =     https://nextcloud.com
 
-SHARED_LIBS +=  nextcloudsync    4.0 # 3.5.2
-SHARED_LIBS +=  nextcloud_csync  2.1 # 3.5.1
+SHARED_LIBS +=  nextcloudsync             4.0 # 3.5.2
+SHARED_LIBS +=  nextcloud_csync           2.1 # 3.5.1
+SHARED_LIBS +=  nextcloudsync_vfs_suffix  0.0 # 3.5.3
 
 MAINTAINER =   Adriano Barbosa <barbosa....@gmail.com>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.29
diff -u -p -r1.29 distinfo
--- distinfo    6 Jul 2022 19:52:38 -0000       1.29
+++ distinfo    29 Jul 2022 22:24:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.5.2.tar.gz) = 
DEZzEOGhsyWTRGWExqXXqTG34to9FyHayLCsU8xJMIg=
-SIZE (nextcloudclient-3.5.2.tar.gz) = 15433543
+SHA256 (nextcloudclient-3.5.3.tar.gz) = 
xYExDYFMxaB1t3iQESuml3TJ7W2MQrTRKWNUgtLO5X4=
+SIZE (nextcloudclient-3.5.3.tar.gz) = 15436522
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   11 Mar 2022 19:46:30 -0000      1.10
+++ pkg/PLIST   29 Jul 2022 22:24:20 -0000
@@ -14,7 +14,7 @@ include/nextcloudsync/mirall/syncfileite
 include/nextcloudsync/mirall/syncresult.h
 @lib lib/libnextcloud_csync.so.${LIBnextcloud_csync_VERSION}
 @lib lib/libnextcloudsync.so.${LIBnextcloudsync_VERSION}
-@so lib/nextcloudsync_vfs_suffix.so
+lib/nextcloudsync_vfs_suffix.so.0.0
 share/applications/com.nextcloud.desktopclient.nextcloud.desktop
 share/examples/Nextcloud/
 @sample ${SYSCONFDIR}/Nextcloud/

Reply via email to