svn commit: r564790 - head/deskutils/nextcloudclient

Michael Reifenberger mr at FreeBSD.org
Tue Feb 9 15:44:29 UTC 2021


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 at 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


More information about the svn-ports-all mailing list