Created attachment 228024 [details] Update rclone to 1.56.1 Q&A: poudriere: builds ok (13.0-RELEASE; amd64) Makefile processed by portclippy/fmt
Works on my machine.
Hello, I'm trying to check if GH_TUPLE have been updated or not so what I did (like I always do) rm GH_TUPLE list from Makefile, remove distinfo and do a 'make gomod-vendor' and insert GH_TUPLE list into Makefile and then a second 'make makesum' to get all files toguether into distinfo. In this port I did the following: 1. remove GH_TUPLE list from Makefile 2. comment _GITEA_TUPLE 3. comment all 'post-extract' section 4. make gomod-vendor I get a lot of errors from github using 'make gomod-vendor' and I loosed some GH_TUPLE files. I have a gomod-vendor.log and a rclone.diff with lost GH_TUPLE files. gomod-vendor.log tells me that there is no updates in that list and _GITEA_TUPLE remains the same version: --- # Mirrors for the following packages are not currently known, please look them up and handle these tuples manually: # ::v0.4.1:group_name/vendor/goftp.io/server (from gitea.com/goftp/server@v0.4.1) --- Have you the same errors? log and diff at: https://people.freebsd.org/~eduardo/logs/rclone/
Hi, During generation of the new GH_TUPLE I did not see any errors at all. It worked just fine. I did the following: # make extract # cd work/rclone-1.56.1 # go mod vendor # modules2tuple vendor/modules.txt > ../../new_tuple.txt If I run modules2tuple multiple times in rapid succession I do get errors, caused by ratelimiting on GH's end. So maybe you ran into that. Cheers, Ralf
(In reply to Ralf van der Enden from comment #3) Hi, I've just did like you said and it worked perfect. I will start working this way. Thanks!
Created attachment 228649 [details] Update rclone to 1.56.2 While waiting for this to be committed, a new version was released.
Revised patch looks good as well.
Created attachment 229274 [details] Update rclone to 1.57.0 Hopefully this updated patch will actually be committed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=99f000f1aaac334b1c74630e37879da34d9f9842 commit 99f000f1aaac334b1c74630e37879da34d9f9842 Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2021-11-27 19:52:47 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-11-27 19:55:19 +0000 net/rclone: update to 1.57.0 Changes: https://rclone.org/changelog/#v1-57-0-2021-11-01 PR: 258614 Approved by: maintainer net/rclone/Makefile | 104 +++++++++++++------------- net/rclone/distinfo | 210 ++++++++++++++++++++++++++-------------------------- 2 files changed, 154 insertions(+), 160 deletions(-)