summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-04-01 19:47:23 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-04-01 19:47:23 +0000
commitf55d5d8a7a2cd0dc5efe9ddb1a63bc483b41aafb (patch)
treed4655bc658cfd6f9bde1d50f1e39eb58e8ca002c
parent- Update to 1.0.0 (diff)
Deprecate devel/go-gocode
devel/go-gocode has issues working with Go versions 1.10 and later [1]. [1] https://github.com/nsf/gocode/blob/master/README.md PR: 235352 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: cs (maintainer timeout, 2 months)
Notes
Notes: svn path=/head/; revision=497510
-rw-r--r--devel/go-gocode/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/go-gocode/Makefile b/devel/go-gocode/Makefile
index f828b660dce7..db0ce3314d58 100644
--- a/devel/go-gocode/Makefile
+++ b/devel/go-gocode/Makefile
@@ -13,6 +13,9 @@ COMMENT= Autocompletion daemon for golang
LICENSE= MIT
+DEPRECATED= Unmaintained upstream and has issues with Go >= 1.10
+EXPIRATION_DATE= 2019-04-15
+
USES= go
USE_GITHUB= yes
GH_ACCOUNT= nsf