diff --git a/lang/go-devel/Makefile b/lang/go-devel/Makefile index e55dab962637..3f88e4f1bc5c 100644 --- a/lang/go-devel/Makefile +++ b/lang/go-devel/Makefile @@ -32,7 +32,7 @@ TEST_DEPENDS_aarch64= binutils>0:devel/binutils USES= cpe shebangfix CPE_VENDOR= golang -NO_SHLIBS_REQUIRES_GLOB= */gcc-386-freebsd-exec +NO_SHLIB_REQUIRES_GLOB= * .ifndef MASTERDIR USE_GITHUB= yes diff --git a/lang/go120/Makefile b/lang/go120/Makefile index 9eed4eb84501..ff9d01b13f0f 100644 --- a/lang/go120/Makefile +++ b/lang/go120/Makefile @@ -1,6 +1,6 @@ DISTVERSION= 1.20.14 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel -PORTREVISION= 4 +PORTREVISION= 5 MASTER_SITES= https://golang.org/dl/ \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ LOCAL/dmgk:bootstrap diff --git a/lang/go121/Makefile b/lang/go121/Makefile index 9f65e22814f4..44ee79811879 100644 --- a/lang/go121/Makefile +++ b/lang/go121/Makefile @@ -1,6 +1,6 @@ DISTVERSION= 1.21.13 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel -PORTREVISION= 4 +PORTREVISION= 5 MASTER_SITES= https://golang.org/dl/ \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ LOCAL/dmgk:bootstrap diff --git a/lang/go122/Makefile b/lang/go122/Makefile index 57704b5cb191..f1dfb934b1c5 100644 --- a/lang/go122/Makefile +++ b/lang/go122/Makefile @@ -1,6 +1,6 @@ DISTVERSION= 1.22.12 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel -PORTREVISION= 3 +PORTREVISION= 4 MASTER_SITES= https://golang.org/dl/ \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ LOCAL/dmgk:bootstrap diff --git a/lang/go123/Makefile b/lang/go123/Makefile index ed6dc4c72c01..a50a8006a34f 100644 --- a/lang/go123/Makefile +++ b/lang/go123/Makefile @@ -1,6 +1,6 @@ DISTVERSION= 1.23.7 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel -PORTREVISION= 3 +PORTREVISION= 4 MASTER_SITES= https://golang.org/dl/ \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ LOCAL/dmgk:bootstrap diff --git a/lang/go124/Makefile b/lang/go124/Makefile index f10e42965076..f81df591b297 100644 --- a/lang/go124/Makefile +++ b/lang/go124/Makefile @@ -1,6 +1,6 @@ DISTVERSION= 1.24.1 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITES= https://golang.org/dl/ DISTFILES= go${DISTVERSION}.src.tar.gz \ go1.23.7.${OPSYS:tl}-${GOARCH_${ARCH}}.tar.gz