[Bug 264336] [exp-run] Introduce versioned Go ports

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Jun 2022 18:22:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264336

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1

commit 3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-05-29 21:45:43 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-06-06 18:19:10 +0000

    */*: Introduce versioned Go ports

    - Mk/Uses/go.mk: add support for selecting Go port version in USES=go;
    - Mk/bsd.default-versions.mk: add GO_DEFAULT;
    - convert lang/go-devel to the master and lang/go{117,118} to slave
      ports;
    - add lang/go meta-port that provides go and gofmt symlinks to the
      current default version.

    PR:             264336
    Reviewed by:    ygy jwb yuri mikael drtr0jan@yandex.ru decke mat
    Differential Revision:  https://reviews.freebsd.org/D35346

 Mk/Scripts/qa.sh                                   |   3 +
 Mk/Uses/go.mk                                      |  35 +++---
 Mk/bsd.default-versions.mk                         |   2 +
 lang/Makefile                                      |   1 +
 lang/go-devel/Makefile                             | 131 ++++++++++++++++++---
 lang/go-devel/pkg-descr (new)                      |   4 +
 lang/go/Makefile                                   | 126 ++------------------
 lang/go/pkg-descr                                  |   3 +
 lang/go117/Makefile                                |  28 ++---
 lang/go117/distinfo                                |   6 +-
 lang/go118/Makefile (new)                          |  22 ++++
 lang/{go => go118}/distinfo                        |   2 +-
 .../patch-src_cmd_go_internal_modload_vendor.go    |   0
 13 files changed, 199 insertions(+), 164 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.