Bug 284555 - net/onedrive: Update to 2.5.4
Summary: net/onedrive: Update to 2.5.4
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: Daniel Engberg
URL: https://github.com/abraunegg/onedrive...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-04 08:01 UTC by Hiroo Ono
Modified: 2025-02-09 12:29 UTC (History)
2 users (show)

See Also:
hiroo.ono+freebsd: maintainer-feedback+


Attachments
onedrive 2.5.4 patch (8.21 KB, patch)
2025-02-04 08:01 UTC, Hiroo Ono
hiroo.ono+freebsd: maintainer-approval+
Details | Diff
revised patch to 2.5.4. (8.28 KB, patch)
2025-02-09 02:49 UTC, Hiroo Ono
hiroo.ono+freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2025-02-04 08:01:03 UTC
Created attachment 257214 [details]
onedrive 2.5.4 patch

Maintainer update to 2.5.4.
From this version, libinotify linking is officially supported for FreeBSD and OpenBSD, so ports local patches are no more needed.
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2025-02-06 20:59:29 UTC
====> Running Q/A tests (stage-qa)
Warning: 'bin/onedrive' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Comment 2 Hiroo Ono 2025-02-09 02:49:48 UTC
Created attachment 257336 [details]
revised patch to 2.5.4.

Added ${STRIP_CMD} in post-install target.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-02-09 12:23:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e53b218fdd441b097cb119a9a61f22797376dc2

commit 6e53b218fdd441b097cb119a9a61f22797376dc2
Author:     Hiroo Ono <hiroo.ono+freebsd@gmail.com>
AuthorDate: 2025-02-09 12:18:05 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-02-09 12:19:31 +0000

    net/onedrive: Update to 2.5.4

    From this version, libinotify linking is officially supported for
    FreeBSD and OpenBSD, so ports local patches are no more needed.

    Changelog: https://github.com/abraunegg/onedrive/blob/v2.5.4/changelog.md

    PR:             284555

 net/onedrive/Makefile                         |  7 +--
 net/onedrive/distinfo                         |  6 +--
 net/onedrive/files/freebsd_inotify.d (gone)   | 70 ---------------------------
 net/onedrive/files/patch-Makefile.in (gone)   | 55 ---------------------
 net/onedrive/files/patch-configure.ac (gone)  | 10 ----
 net/onedrive/files/patch-src_monitor.d (gone) | 12 -----
 6 files changed, 5 insertions(+), 155 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2025-02-09 12:29:53 UTC
Committed, thanks!