git: e15774dbb623 - 2022Q2 - lang/go117: fix PKGBASE collision
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Apr 2022 07:58:47 UTC
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