svn commit: r497510 - head/devel/go-gocode

Tobias Kortkamp tobik at FreeBSD.org
Mon Apr 1 19:47:25 UTC 2019


Author: tobik
Date: Mon Apr  1 19:47:23 2019
New Revision: 497510
URL: https://svnweb.freebsd.org/changeset/ports/497510

Log:
  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 at syrec.org>
  Approved by:	cs (maintainer timeout, 2 months)

Modified:
  head/devel/go-gocode/Makefile

Modified: head/devel/go-gocode/Makefile
==============================================================================
--- head/devel/go-gocode/Makefile	Mon Apr  1 19:34:21 2019	(r497509)
+++ head/devel/go-gocode/Makefile	Mon Apr  1 19:47:23 2019	(r497510)
@@ -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


More information about the svn-ports-all mailing list