Date: Fri, 7 Mar 2025 06:05:05 GMT
From: Gleb Popov <arrowd@FreeBSD.org>
To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject: git: aa6c40debfb1 - main - lang/go{120,121,122,123,-devel}: Revert "Stop install Linux test binaries"
Message-ID: <202503070605.527655Bo054998@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa6c40debfb19e4d0dcf6b5b400287cfad2aecb3 commit aa6c40debfb19e4d0dcf6b5b400287cfad2aecb3 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-03-07 06:01:03 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-03-07 06:04:45 +0000 lang/go{120,121,122,123,-devel}: Revert "Stop install Linux test binaries" This reverts commit a9d50d18293658481ab9badf19ddc0dda84628b0. A better solution was committed in a4327166148114c314ae5dd6f9c7e6776178e0ac PR: 285151 Reported by: fuz --- lang/go-devel/Makefile | 3 +-- lang/go120/Makefile | 2 +- lang/go121/Makefile | 2 +- lang/go122/Makefile | 2 +- lang/go123/Makefile | 2 +- lang/go124/Makefile | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lang/go-devel/Makefile b/lang/go-devel/Makefile index 4007125f8d58..e55dab962637 100644 --- a/lang/go-devel/Makefile +++ b/lang/go-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= go DISTVERSION?= g20240208 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= lang MASTER_SITES?= https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \ LOCAL/dmgk:bootstrap @@ -117,7 +117,6 @@ do-install: pkg/obj pkg/bootstrap pkg/${OPSYS:tl}_${GOARCH_${ARCH}}/cmd @${MKDIR} ${STAGEDIR}${PREFIX}/go${GO_SUFFIX} @${CP} -a ${WRKSRC}/* ${STAGEDIR}${PREFIX}/go${GO_SUFFIX} - @${RM} -r ${STAGEDIR}${PREFIX}/go${GO_SUFFIX}/src/debug/elf/testdata @${STRIP_CMD} ${STAGEDIR}${PREFIX}/go${GO_SUFFIX}/bin/* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/go${GO_SUFFIX}/pkg/tool/${OPSYS:tl}_${GOARCH_${ARCH}}/* .for f in go gofmt diff --git a/lang/go120/Makefile b/lang/go120/Makefile index 76adbb62bad0..9eed4eb84501 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= 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/go121/Makefile b/lang/go121/Makefile index b420920b67e9..9f65e22814f4 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= 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/go122/Makefile b/lang/go122/Makefile index fe306720c110..57704b5cb191 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= 2 +PORTREVISION= 3 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 547bf5cf6b1e..ed6dc4c72c01 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= 2 +PORTREVISION= 3 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 d45fa6d42f65..f10e42965076 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= 1 +PORTREVISION= 2 MASTER_SITES= https://golang.org/dl/ DISTFILES= go${DISTVERSION}.src.tar.gz \ go1.23.7.${OPSYS:tl}-${GOARCH_${ARCH}}.tar.gzhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503070605.527655Bo054998>
