git: 15d06710eb84 - main - lang/go119: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 23:04:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=15d06710eb8492b0eb687641ac96faf6ac7d2ea2 commit 15d06710eb8492b0eb687641ac96faf6ac7d2ea2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-17 23:01:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-17 23:03:46 +0000 lang/go119: Mark DEPRECATED - Upstream EOL reached on 2023-09-06 - Set EXPIRATION_DATE 2024-04-18 --- lang/go119/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/go119/Makefile b/lang/go119/Makefile index 830fa07246f8..bbeeb1f59ab4 100644 --- a/lang/go119/Makefile +++ b/lang/go119/Makefile @@ -1,6 +1,6 @@ DISTVERSION= 1.19.12 # 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 @@ -12,6 +12,9 @@ PATCHFILES= COMMENT= Go programming language +DEPRECATED= Upsrteam EOL reached on 2023-09-06 +EXPIRATION_DATE= 2024-04-18 + MASTERDIR= ${.CURDIR}/../go-devel PATCHDIR= ${.CURDIR}/files WRKSRC= ${WRKDIR}/go