lang/go* ports: do not package back files

All the go ports installing *.bak files left after sed calls in
ports Makefile. Tweak sed calls to not create them in first place
and bump PORTREVISION to reflect package change.

PR:		280176
Approved by:	go (maintainer timeout)
This commit is contained in:
Ruslan Makhmatkhanov 2024-08-18 17:43:54 +03:00
parent 8cec524d37
commit 3f08599581
4 changed files with 5 additions and 2 deletions

View file

@ -43,6 +43,8 @@ GH_TAGNAME= 20107e05a609b8f2e61a6b5e8dc258237ad046e7
SHEBANG_FILES?= misc/wasm/go_js_wasm_exec misc/wasm/go_wasip1_wasm_exec
SHEBANG_GLOB= *.bash *.pl *.sh
REINPLACE_ARGS= -i''
# Upstream archive contains files with UTF-8 names
EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 ${TAR}
BASH?= ${LOCALBASE}/bin/bash

View file

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

View file

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

View file

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