hi, this diff updates go-ipfs to 0.4.22 the weird thing is that `make makesum` did not update the distfile, I had to remove it before as the distfile doesn't contain the version.
Maybe this should be changed? Index: Makefile =================================================================== RCS file: /data/cvs/ports/net/go-ipfs/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 12 Jul 2019 21:02:23 -0000 1.3 +++ Makefile 27 Aug 2019 10:14:28 -0000 @@ -2,10 +2,9 @@ COMMENT = global, versioned, peer-to-peer filesystem -V = 0.4.18 +V = 0.4.22 DISTNAME = go-ipfs-source PKGNAME = go-ipfs-$V -REVISION = 0 CATEGORIES = net HOMEPAGE = https://ipfs.io Index: distinfo =================================================================== RCS file: /data/cvs/ports/net/go-ipfs/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 18 Dec 2018 11:58:21 -0000 1.1.1.1 +++ distinfo 27 Aug 2019 10:20:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (go-ipfs-source.tar.gz) = PcitKBhQqWxACl3NWgfcYw0OvtRvVM4AXyHrYv16DqY= -SIZE (go-ipfs-source.tar.gz) = 18790800 +SHA256 (go-ipfs-source.tar.gz) = b9qybtg61vHTse15mVslWj5TtzWmsiXbNvd4srBP378= +SIZE (go-ipfs-source.tar.gz) = 11855111
