Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2022 07:58:47 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e15774dbb623 - 2022Q2 - lang/go117: fix PKGBASE collision
Message-ID:  <202204220758.23M7wlJ1074923@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q2 has been updated by ygy:

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

commit e15774dbb62359d1f187442a60776424f643fed8
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-04-05 08:39:40 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-04-22 07:58:23 +0000

    lang/go117: fix PKGBASE collision
    
    (cherry picked from commit b6cd719ea29f2b1927772bd0f042ff95fc467bd4)
---
 lang/go117/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/go117/Makefile b/lang/go117/Makefile
index 7a364fe3bbaa..5f7724b014fb 100644
--- a/lang/go117/Makefile
+++ b/lang/go117/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	0
 PORTEPOCH=	0
 MASTER_SITES=	https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
 		LOCAL/dmgk:bootstrap
-PKGNAMESUFFIX=	-devel
+PKGNAMESUFFIX=	117
 DISTFILES=	go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-${BOOTSTRAP_TAG}.tar.xz:bootstrap
 
 # Avoid conflicting patch files



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204220758.23M7wlJ1074923>