Bug 253319 - deskutils/nextcloudclient: Update to 3.1.2
Summary: deskutils/nextcloudclient: Update to 3.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Michael Reifenberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-07 09:18 UTC by Guido Falsi
Modified: 2021-02-14 14:33 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mr)


Attachments
patch (1.73 KB, patch)
2021-02-07 09:18 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!