[Bug 258614] net/rclone: update to 1.56.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258614] net/rclone: update to 1.56.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Sep 2021 08:04:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258614
--- Comment #2 from Nuno Teixeira <eduardo@FreeBSD.org> ---
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/
--
You are receiving this mail because:
You are the assignee for the bug.