diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 15:51:17 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 16:35:13 -0500 |
commit | fcbe735f93fd788ec441228a34c5b7046c039fc9 (patch) | |
tree | e521f95d2d4018cabff7366cbdba3f6dbf8ba95a /sysutils | |
parent | Mk/Uses/go.mk: Fix go-post-extract for legacy mode builds (diff) |
all: Keep ports that need go1.18 on 1.18
Some ports are not (yet) buildable with go1.19, keep them on 1.18 for
now.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ipfs-go/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ipget/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index 17798d287f9b..a76752ab25d1 100644 --- a/sysutils/ipfs-go/Makefile +++ b/sysutils/ipfs-go/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE -USES= cpe go:modules +USES= cpe go:1.18,modules CPE_VENDOR= protocol diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index 959f0140bb85..57259911b621 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -10,7 +10,7 @@ COMMENT= Retrieve files over IPFS and save them locally LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.18,modules GO_MODULE= github.com/ipfs/ipget |