Re: git: fc2f8f7ed067 - main - sysutils/kubo: update ipfs port to kubo version v0.2.9
Date: Wed, 03 Jul 2024 02:13:43 UTC
On Mon, Jul 01, 2024 at 10:33:09AM +0200, Antoine Brodin wrote: > On Sun, Jun 30, 2024 at 12:44 PM John Hixson <jhixson@freebsd.org> wrote: > > > > The branch main has been updated by jhixson: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=fc2f8f7ed067de1d4b2682cb5cf8a65807d81978 > > > > commit fc2f8f7ed067de1d4b2682cb5cf8a65807d81978 > > Author: John Hixson <jhixson@FreeBSD.org> > > AuthorDate: 2024-06-30 10:37:05 +0000 > > Commit: John Hixson <jhixson@FreeBSD.org> > > CommitDate: 2024-06-30 10:43:54 +0000 > > > > sysutils/kubo: update ipfs port to kubo version v0.2.9 > > --- > > GIDs | 2 +- > > UIDs | 2 +- > > sysutils/Makefile | 2 +- > > sysutils/ipfs-go/distinfo | 5 ---- > > sysutils/ipfs-go/files/ipfs-go.in | 50 ------------------------------- > > sysutils/ipfs-go/pkg-plist | 2 -- > > sysutils/{ipfs-go => kubo-go}/Makefile | 33 ++++++++++---------- > > sysutils/kubo-go/distinfo | 5 ++++ > > sysutils/kubo-go/files/kubo-go.in | 50 +++++++++++++++++++++++++++++++ > > sysutils/{ipfs-go => kubo-go}/pkg-descr | 4 +-- > > sysutils/{ipfs-go => kubo-go}/pkg-message | 2 +- > > sysutils/kubo-go/pkg-plist | 2 ++ > > 12 files changed, 79 insertions(+), 80 deletions(-) > > Hello, > > INDEX and bulk -a have been broken for around 1 day, what are you doing? Apologies. I didn't realize I broke things. How do I test this in the future so I doesn't break? make index? make bulk -a? - John > > Antoine