diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2023-09-30 20:15:54 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2023-09-30 20:15:54 +0000 |
commit | 1511e6049d7be322d1ad19b4a985037aace835ea (patch) | |
tree | 6eef6a6386e94ecf83706af5745d3c9d95efd7f7 | |
parent | e537167de5b5c28c9b4980282d1a3a8e614e9ac5 (diff) |
deskutils/nextcloudclient: Update to 3.10.0
Remove the unneeded USE_QT=sql dependency
PR: 273933
Reported by: Guido Falsi
-rw-r--r-- | deskutils/nextcloudclient/Makefile | 4 | ||||
-rw-r--r-- | deskutils/nextcloudclient/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile index c232af7e63f5..2c80e33629bc 100644 --- a/deskutils/nextcloudclient/Makefile +++ b/deskutils/nextcloudclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= nextcloudclient -PORTVERSION= 3.9.4 +PORTVERSION= 3.10.0 DISTVERSIONPREFIX= v CATEGORIES= deskutils @@ -19,7 +19,7 @@ USES= cmake:noninja compiler:c++14-lang desktop-file-utils gmake \ USE_KDE= archive USE_QT= buildtools:build concurrent core dbus declarative graphicaleffects \ gui linguist:build location network printsupport qmake:build \ - quickcontrols quickcontrols2 sql svg testlib webchannel websockets \ + quickcontrols quickcontrols2 svg webchannel websockets \ widgets xml CMAKE_ARGS= -DBUILD_UPDATER:BOOL=OFF \ -DCMAKE_INSTALL_MANDIR:STRING=man \ diff --git a/deskutils/nextcloudclient/distinfo b/deskutils/nextcloudclient/distinfo index a4150d4d9b6f..dce51d7646d4 100644 --- a/deskutils/nextcloudclient/distinfo +++ b/deskutils/nextcloudclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694717499 -SHA256 (nextcloud-desktop-v3.9.4_GH0.tar.gz) = ac6be0f592f9d5e949cd6ac0d3e3ebeb265f8f59ac7bbac5ac7d5c396c1bcdb7 -SIZE (nextcloud-desktop-v3.9.4_GH0.tar.gz) = 15768508 +TIMESTAMP = 1694862233 +SHA256 (nextcloud-desktop-v3.10.0_GH0.tar.gz) = 08ba0340849a85371b10a4f69049a25ecf29048522180b99a914a7097ec50349 +SIZE (nextcloud-desktop-v3.10.0_GH0.tar.gz) = 13529232 |