lang/go-devel: fix a432716614

There was a typo in the initial commit
Also the glob is on the file name not on the path, to use the hammer
and a wild glob, anyway golang has no external dependencies anyway
This commit is contained in:
Baptiste Daroussin 2025-03-07 17:21:17 +01:00
parent 0d503e9aa1
commit 6c976507f4
6 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ TEST_DEPENDS_aarch64= binutils>0:devel/binutils
USES= cpe shebangfix USES= cpe shebangfix
CPE_VENDOR= golang CPE_VENDOR= golang
NO_SHLIBS_REQUIRES_GLOB= */gcc-386-freebsd-exec NO_SHLIB_REQUIRES_GLOB= *
.ifndef MASTERDIR .ifndef MASTERDIR
USE_GITHUB= yes USE_GITHUB= yes

View file

@ -1,6 +1,6 @@
DISTVERSION= 1.20.14 DISTVERSION= 1.20.14
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
PORTREVISION= 4 PORTREVISION= 5
MASTER_SITES= https://golang.org/dl/ \ MASTER_SITES= https://golang.org/dl/ \
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
LOCAL/dmgk:bootstrap LOCAL/dmgk:bootstrap

View file

@ -1,6 +1,6 @@
DISTVERSION= 1.21.13 DISTVERSION= 1.21.13
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
PORTREVISION= 4 PORTREVISION= 5
MASTER_SITES= https://golang.org/dl/ \ MASTER_SITES= https://golang.org/dl/ \
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
LOCAL/dmgk:bootstrap LOCAL/dmgk:bootstrap

View file

@ -1,6 +1,6 @@
DISTVERSION= 1.22.12 DISTVERSION= 1.22.12
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
PORTREVISION= 3 PORTREVISION= 4
MASTER_SITES= https://golang.org/dl/ \ MASTER_SITES= https://golang.org/dl/ \
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
LOCAL/dmgk:bootstrap LOCAL/dmgk:bootstrap

View file

@ -1,6 +1,6 @@
DISTVERSION= 1.23.7 DISTVERSION= 1.23.7
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
PORTREVISION= 3 PORTREVISION= 4
MASTER_SITES= https://golang.org/dl/ \ MASTER_SITES= https://golang.org/dl/ \
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
LOCAL/dmgk:bootstrap LOCAL/dmgk:bootstrap

View file

@ -1,6 +1,6 @@
DISTVERSION= 1.24.1 DISTVERSION= 1.24.1
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
PORTREVISION= 2 PORTREVISION= 3
MASTER_SITES= https://golang.org/dl/ MASTER_SITES= https://golang.org/dl/
DISTFILES= go${DISTVERSION}.src.tar.gz \ DISTFILES= go${DISTVERSION}.src.tar.gz \
go1.23.7.${OPSYS:tl}-${GOARCH_${ARCH}}.tar.gz go1.23.7.${OPSYS:tl}-${GOARCH_${ARCH}}.tar.gz