Created attachment 209754 [details] update to the port directory (svn diff) The latest owncloudclient is 2.6.0 (https://owncloud.org/changelog/desktop-client/ , released end of november). Here's an update to the port, **but** it is not complete because github returns a tarball with an empty zsync/ source directory. I've contacted upstream about that.
Better tarball: ``` -DISTVERSIONPREFIX= v -DISTVERSION= 2.4.1 -PORTREVISION= 5 +DISTVERSION= 2.6.0 +DISTVERSIONSUFFIX= .13018 CATEGORIES= deskutils +MASTER_SITES= https://download.owncloud.com/desktop/stable/ +# owncloudclient-2.6.0.13018.tar.xz ```
FWIW, maintainer's email address is bouncing. ``` <<< 550 No Such User Here ```
A commit references this bug: Author: adridg Date: Mon Dec 30 22:30:18 UTC 2019 New revision: 521570 URL: https://svnweb.freebsd.org/changeset/ports/521570 Log: Update deskutils/owncloudclient to latest upstream release Maintainer email is bouncing (although it was ok in august or so). OwnCloud staff approached me at Linux App Summit asking for the port to be updated, which is why I'm chasing it now after maintainer timeout. The changelog is at https://owncloud.org/changelog/desktop-client/ There are over 18 months of updates, so I'm not going to summarize them. One thing that **did** change is the documentation: the manpage is supposed to be built with sphinx, but the rst files needed for that are missing from the tarball. I've reported that upstream. PR: 242479 Approved by: maintainer-timeout (24 days) Changes: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo head/deskutils/owncloudclient/files/patch-doc_CMakeLists.txt head/deskutils/owncloudclient/files/patch-src_gui_accountsettings.cpp head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp head/deskutils/owncloudclient/pkg-plist
Updated as intended, although it took some hacking away of the documentation.