Bug 275371 - net/rclone: update to 1.65.0
Summary: net/rclone: update to 1.65.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: Koichiro Iwao
URL: https://rclone.org/changelog/#v1-65-0...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-27 10:52 UTC by Ralf van der Enden
Modified: 2023-11-29 01:08 UTC (History)
1 user (show)

See Also:


Attachments
Update rclone to 1.65.0 and enable cmount build optino by default (2.11 KB, patch)
2023-11-27 10:52 UTC, Ralf van der Enden
tremere: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf van der Enden 2023-11-27 10:52:36 UTC
Created attachment 246595 [details]
Update rclone to 1.65.0 and enable cmount build optino by default

Q&A:
poudriere: builds ok (14.0-RELEASE; amd64)
Makefile processed by portclippy/fmt

To keep support for mount, I made building the cmount option a default. This version renames cmount to mount internally for FreeBSD, but disables the previous mount option.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-11-29 01:04:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36616a2ffc9040e18c6ed72aaa91595df874db41

commit 36616a2ffc9040e18c6ed72aaa91595df874db41
Author:     Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2023-11-27 10:43:03 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-11-29 01:03:23 +0000

    net/rclone: update to 1.65.0

    To keep support for mount, I made building the cmount option a default.
    This version renames cmount to mount internally for FreeBSD, but
    disables the previous mount option.

    PR:             275371

 net/rclone/Makefile | 10 +++-------
 net/rclone/distinfo | 10 +++++-----
 2 files changed, 8 insertions(+), 12 deletions(-)
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2023-11-29 01:08:26 UTC
Committed, thanks!