Bug 265153

Summary: net/rclone: update to 1.59.0
Product: Ports & Packages Reporter: Dries Michiels <driesm>
Component: Individual Port(s)Assignee: Dries Michiels <driesm>
Status: Closed FIXED    
Severity: Affects Only Me CC: tremere
Priority: --- Flags: tremere: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 252919    
Attachments:
Description Flags
patch.diff none

Description Dries Michiels freebsd_committer freebsd_triage 2022-07-11 15:33:29 UTC
While here:
- Switch to GO_MODULE (gets rid of a lot of stuff in the Makefile)
- Install the manual page

Would be good if some folks could runetime test that the switch to GO_MODULE didn't break anything.
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2022-07-11 15:34:33 UTC
Created attachment 235192 [details]
patch.diff

patch to update
Comment 2 Dries Michiels freebsd_committer freebsd_triage 2022-07-11 15:38:58 UTC
(In reply to Dries Michiels from comment #0)
I did some basic testing and it looks OK at first sight, the more eyes the better.
Comment 3 Ralf van der Enden 2022-07-12 08:00:46 UTC
Hi Dries,

This makes maintaining the port a lot easier. Thanks for your patch.

I've tested the build produced with GO_MODULES and works perfect.

Cheers,
Ralf
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-07-12 13:22:51 UTC
A commit in branch main references this bug:

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

commit d8c92679514ee5eeceab1bc1bb1f90d40967cd70
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2022-07-11 15:24:20 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2022-07-12 13:21:13 +0000

    net/rclone: update to 1.59.0

    While here switch to GO_MODULE and install the manpage.

    Changes:        https://rclone.org/changelog/#v1-59-0-2022-07-09

    PR:             265153
    Approved by:    Ralf van der Enden <tremere@cainites.net> (maintainer)

 net/rclone/Makefile | 153 ++------------------------------
 net/rclone/distinfo | 246 ++--------------------------------------------------
 2 files changed, 12 insertions(+), 387 deletions(-)
Comment 5 Dries Michiels freebsd_committer freebsd_triage 2022-07-12 13:27:46 UTC
Thanks!