Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 20:19:54 GMT
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1511e6049d7b - main - deskutils/nextcloudclient: Update to 3.10.0
Message-ID:  <202309302019.38UKJsPM077200@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1511e6049d7be322d1ad19b4a985037aace835ea

commit 1511e6049d7be322d1ad19b4a985037aace835ea
Author:     Michael Reifenberger <mr@FreeBSD.org>
AuthorDate: 2023-09-30 20:15:54 +0000
Commit:     Michael Reifenberger <mr@FreeBSD.org>
CommitDate: 2023-09-30 20:15:54 +0000

    deskutils/nextcloudclient: Update to 3.10.0
    
    Remove the unneeded USE_QT=sql dependency
    
    PR:             273933
    Reported by:    Guido Falsi
---
 deskutils/nextcloudclient/Makefile | 4 ++--
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309302019.38UKJsPM077200>