lang/go119: Mark DEPRECATED
- Upstream EOL reached on 2023-09-06 - Set EXPIRATION_DATE 2024-04-18
This commit is contained in:
parent
c2564b2506
commit
15d06710eb
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue