From owner-svn-ports-head@freebsd.org Tue Feb 9 15:44:29 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C4A83543014; Tue, 9 Feb 2021 15:44:29 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZnJF5GM2z3CJ8; Tue, 9 Feb 2021 15:44:29 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A78EB53F9; Tue, 9 Feb 2021 15:44:29 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 119FiTEM017393; Tue, 9 Feb 2021 15:44:29 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 119FiT9f017390; Tue, 9 Feb 2021 15:44:29 GMT (envelope-from mr@FreeBSD.org) Message-Id: <202102091544.119FiT9f017390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Tue, 9 Feb 2021 15:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564790 - head/deskutils/nextcloudclient X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: head/deskutils/nextcloudclient X-SVN-Commit-Revision: 564790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 15:44:29 -0000 Author: mr Date: Tue Feb 9 15:44:28 2021 New Revision: 564790 URL: https://svnweb.freebsd.org/changeset/ports/564790 Log: Update deskutils/nextcloudclient to 3.1.2 Thanks to Guido for providing the patch. This version has changes to the auth code. Guido added the -DNO_SHIBBOLETH=1 to disable code that fails to compile now. It has been removed from the source code as dead code shortly after the release: https://github.com/nextcloud/desktop/commit/db0f1e245df27e5673df0931da0e4e0f56e1c0b6 Before that upstream builds had this NO_SHIBBOLETH=1 flag turned on. It now depends on websockets in place of webkit due to this. Apart from this change this is a routine update. PR: 253319 Submitted by: Guido Falsi Modified: head/deskutils/nextcloudclient/Makefile head/deskutils/nextcloudclient/distinfo head/deskutils/nextcloudclient/pkg-plist Modified: head/deskutils/nextcloudclient/Makefile ============================================================================== --- head/deskutils/nextcloudclient/Makefile Tue Feb 9 15:27:17 2021 (r564789) +++ head/deskutils/nextcloudclient/Makefile Tue Feb 9 15:44:28 2021 (r564790) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= nextcloudclient -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 DISTVERSIONPREFIX= v CATEGORIES= deskutils +CATEGORIES= deskutils MAINTAINER= mr@FreeBSD.org COMMENT= NextCloud Desktop Syncing Client @@ -18,12 +19,13 @@ USES= cmake:noninja compiler:c++11-lib gmake gnome ic localbase:ldflags pkgconfig qt:5 sqlite ssl USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \ gui linguist_build location network printsupport qmake_build \ - quickcontrols2 sql svg webchannel webengine webkit \ + quickcontrols2 sql svg webchannel webengine websockets \ widgets xml CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ -DBUILD_UPDATER:BOOL=OFF \ -DCMAKE_INSTALL_MANDIR:STRING=man \ - -DWITH_STACK_PROTECTOR:BOOL=OFF + -DWITH_STACK_PROTECTOR:BOOL=OFF \ + -DNO_SHIBBOLETH=1 USE_LDCONFIG= yes INSTALLS_ICONS= yes Modified: head/deskutils/nextcloudclient/distinfo ============================================================================== --- head/deskutils/nextcloudclient/distinfo Tue Feb 9 15:27:17 2021 (r564789) +++ head/deskutils/nextcloudclient/distinfo Tue Feb 9 15:44:28 2021 (r564790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608722777 -SHA256 (nextcloud-desktop-v3.1.1_GH0.tar.gz) = e296156a4de033a59f9b3210fe17fdfb8bb7aebefb715ae4e3b85e627e40a87f -SIZE (nextcloud-desktop-v3.1.1_GH0.tar.gz) = 19440799 +TIMESTAMP = 1611917440 +SHA256 (nextcloud-desktop-v3.1.2_GH0.tar.gz) = 2fb2c18f479be2a04cf999f037def705c4be0087816af727038f0c71cb2c6189 +SIZE (nextcloud-desktop-v3.1.2_GH0.tar.gz) = 19517295 Modified: head/deskutils/nextcloudclient/pkg-plist ============================================================================== --- head/deskutils/nextcloudclient/pkg-plist Tue Feb 9 15:27:17 2021 (r564789) +++ head/deskutils/nextcloudclient/pkg-plist Tue Feb 9 15:44:28 2021 (r564790) @@ -141,4 +141,5 @@ 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