mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
0d503e9aa1
commit
6c976507f4
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue