Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2019 19:47:24 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497510 - head/devel/go-gocode
Message-ID:  <201904011947.x31JlO9v016786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904011947.x31JlO9v016786>