Bug 253319

Summary: deskutils/nextcloudclient: Update to 3.1.2
Product: Ports & Packages Reporter: Guido Falsi <madpilot>
Component: Individual Port(s)Assignee: Michael Reifenberger <mr>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (mr)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Guido Falsi freebsd_committer freebsd_triage 2021-02-07 09:18:29 UTC
Created attachment 222237 [details]
patch

Update deskutils/nextcloudclient to 3.1.2

This version has changes to the auth code. I added the -DNO_SHIBBOLETH=1 to disable code that fails to compile now. It has been removed from teh 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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-09 15:45:13 UTC
A commit references this bug:

Author: mr
Date: Tue Feb  9 15:44:29 UTC 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

Changes:
  head/deskutils/nextcloudclient/Makefile
  head/deskutils/nextcloudclient/distinfo
  head/deskutils/nextcloudclient/pkg-plist
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2021-02-14 14:33:09 UTC
I noticed I forgot to close this one.

Thanks for the commit!