Bug 225583 - [PATCH] deskutils/owncloudclient Update to 2.4.0
Summary: [PATCH] deskutils/owncloudclient Update to 2.4.0
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: Guido Falsi
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-01-31 12:54 UTC by Guido Falsi
Modified: 2018-02-04 11:12 UTC (History)
1 user (show)

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


Attachments
owncloudclient update (15.36 KB, patch)
2018-01-31 12:54 UTC, Guido Falsi
yonas: maintainer-approval+
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 2018-01-31 12:54:03 UTC
Created attachment 190219 [details]
owncloudclient update

Hi, I'm attaching a patch to update owncloudclient to the latest version.

The new version has changed the way the man page is generated, and the man page build is also disconnected from the default build, I suspect by mistake. I patched to fix that, and will submit such patch upstream shortly.

I also had to check for OSVERSION, because on 10.4 clang does not understand the -fstack-protector-strong option. I simply guessed at the exact OSVERSION where support for this option was added, anyway it correctly discriminates between supported versions.

While here I also regenerated patches.
Comment 1 Yonas Yanfa 2018-02-04 06:44:51 UTC
Comment on attachment 190219 [details]
owncloudclient update

Thanks, looks good Guido!
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-02-04 11:12:22 UTC
A commit references this bug:

Author: madpilot
Date: Sun Feb  4 11:11:48 UTC 2018
New revision: 460921
URL: https://svnweb.freebsd.org/changeset/ports/460921

Log:
  - Update deskutils/owncloudclient to 2.4.0
  - Regenerate patches

  PR:		225583
  Submitted by:	me
  Approved by:	yonas@fizk.net (maintainer)

Changes:
  head/deskutils/owncloudclient/Makefile
  head/deskutils/owncloudclient/distinfo
  head/deskutils/owncloudclient/files/patch-doc_CMakeLists.txt
  head/deskutils/owncloudclient/files/patch-man_CMakeLists.txt
  head/deskutils/owncloudclient/files/patch-src_gui_accountsettings.cpp
  head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp
  head/deskutils/owncloudclient/files/patch-src_gui_owncloudgui.cpp
  head/deskutils/owncloudclient/files/patch-src_libsync_configfile.cpp
  head/deskutils/owncloudclient/files/patch-src_libsync_syncjournaldb.h
  head/deskutils/owncloudclient/files/patch-src_libsync_syncjournalfilerecord.h
  head/deskutils/owncloudclient/pkg-plist
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2018-02-04 11:12:42 UTC
Committed. Thanks!