diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2025-05-21 15:58:15 -0400 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2025-05-21 15:58:15 -0400 |
| commit | 0bdd2ad334c94bfa4d976a8dde6e0ebc432f2a52 (patch) | |
| tree | 442679d43ac7872d481a6dac8a5cd902ea1c8aba /sysutils/consul | |
| parent | www/nginx-devel: update third-party redis module to version 0.4.0 (diff) | |
go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
Diffstat (limited to 'sysutils/consul')
| -rw-r--r-- | sysutils/consul/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 1b95485dd445..b9572f941d22 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,6 +1,7 @@ PORTNAME= consul DISTVERSIONPREFIX= v DISTVERSION= 1.21.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ DISTFILES= go.mod \ |
