On 2020/09/10 16:18, Aaron Bieber wrote:
> Hello!
> 
> This fixes / updates ipfs to 0.7.0-rc2. This includes the QUIC stuff
> that was holding things back before.
> 
> After migrating the fs-repo to version 10 everything seems hunky dory.
> 
> To migrate:
>   # su -s/bin/sh _go-ipfs
>   $ IPFS_PATH=/var/go-ipfs ipfs daemon
> 
> You will then be prompted to migrate. Once it's done, hit ctrl-c and
> start via rcctl as normal.
> 
> OK?
> 
> Cheers,
> Aaron
> 
> diff bd5892339f98bf561050a7dfa529498b3770873d /usr/ports
> blob - c0b155dbe46ddb58b09aca8add060bc26c484009
> file + net/go-ipfs/Makefile
> --- net/go-ipfs/Makefile
> +++ net/go-ipfs/Makefile
> @@ -3,7 +3,7 @@
>  COMMENT =    global, versioned, peer-to-peer filesystem
>  
>  MODGO_MODNAME =      github.com/ipfs/go-ipfs
> -MODGO_VERSION =      v0.6.0
> +MODGO_VERSION =      v0.7.0-rc2
>  
>  DISTNAME =   go-ipfs-${MODGO_VERSION}

That produces an invalid PKGNAME, "-" after the version number is
restricted to use for flavours.

Reply via email to