aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-17 23:01:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-17 23:03:46 +0000
commit15d06710eb8492b0eb687641ac96faf6ac7d2ea2 (patch)
tree70cb7799a97b8d6f784a881a8a31a0529db09128
parentc2564b25068007a2c217e3b6bca003a9fb6698a1 (diff)
downloadports-15d06710eb8492b0eb687641ac96faf6ac7d2ea2.tar.gz
ports-15d06710eb8492b0eb687641ac96faf6ac7d2ea2.zip
lang/go119: Mark DEPRECATED
- Upstream EOL reached on 2023-09-06 - Set EXPIRATION_DATE 2024-04-18
-rw-r--r--lang/go119/Makefile5
1 files changed, 4 insertions, 1 deletions
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