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.
Created attachment 235192 [details] patch.diff patch to update
(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.
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
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(-)
Thanks!