Hi.
Update for nextcloudclient v3.1.2.
Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.1.2

Thank you for testing.

-- 
Adriano Barbosa
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile	24 Dec 2020 08:31:20 -0000	1.13
+++ Makefile	28 Jan 2021 19:58:11 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =	desktop sync client for Nextcloud
 
-V =		3.1.1
+V =		3.1.2
 DISTNAME =	nextcloudclient-${V}
 
 GH_ACCOUNT =	nextcloud
@@ -23,8 +23,8 @@ PERMIT_PACKAGE =	Yes
 
 WANTLIB += ${COMPILER_LIBCXX} Qt5Concurrent Qt5Core Qt5DBus Qt5Gui
 WANTLIB += Qt5Network Qt5Qml Qt5Quick Qt5QuickControls2 Qt5Svg
-WANTLIB += Qt5Widgets Qt5Xml c crypto m qt5keychain sqlite3 ssl
-WANTLIB += z lib/inotify/inotify
+WANTLIB += Qt5WebSockets Qt5Widgets Qt5Xml c crypto m qt5keychain
+WANTLIB += sqlite3 ssl z lib/inotify/inotify
 WANTLIB += gio-2.0 glib-2.0 gobject-2.0 intl secret-1
 
 MODULES =		devel/cmake \
@@ -43,7 +43,8 @@ LIB_DEPENDS =		databases/sqlite3 \
 			devel/libinotify \
 			security/qtkeychain \
 			x11/qt5/qtsvg \
-			x11/qt5/qtquickcontrols2
+			x11/qt5/qtquickcontrols2 \
+			x11/qt5/qtwebsockets
 
 CONFIGURE_ARGS =	-DBUILD_SHELL_INTEGRATION_NAUTILUS=OFF \
 			-DBUILD_SHELL_INTEGRATION_DOLPHIN=OFF \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo	24 Dec 2020 08:31:20 -0000	1.11
+++ distinfo	28 Jan 2021 19:58:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.1.1.tar.gz) = 4pYVak3gM6WfmzIQ/hf9+4u3rr77cVrk47heYn5AqH8=
-SIZE (nextcloudclient-3.1.1.tar.gz) = 19440799
+SHA256 (nextcloudclient-3.1.2.tar.gz) = L7LBj0eb4qBM+ZnwN973BcS+AIeBavcnA48MccssYYk=
+SIZE (nextcloudclient-3.1.2.tar.gz) = 19517295
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST	27 Aug 2020 18:19:10 -0000	1.5
+++ pkg/PLIST	28 Jan 2021 19:58:11 -0000
@@ -90,6 +90,7 @@ share/nextcloud/i18n/client_th.qm
 share/nextcloud/i18n/client_tr.qm
 share/nextcloud/i18n/client_uk.qm
 share/nextcloud/i18n/client_zh_CN.qm
+share/nextcloud/i18n/client_zh_HK.qm
 share/nextcloud/i18n/client_zh_TW.qm
 @tag update-desktop-database
 @tag gtk-update-icon-cache %D/share/icons/hicolor

Reply via email to