svn commit: r428637 - head/devel/liteide

Carlo Strub cs at FreeBSD.org
Thu Dec 15 22:05:07 UTC 2016


Author: cs
Date: Thu Dec 15 22:05:06 2016
New Revision: 428637
URL: https://svnweb.freebsd.org/changeset/ports/428637

Log:
  Use pkg gocode, as it is now available.
  
  Approved by:	maintainer (implicit)

Modified:
  head/devel/liteide/pkg-message

Modified: head/devel/liteide/pkg-message
==============================================================================
--- head/devel/liteide/pkg-message	Thu Dec 15 22:01:45 2016	(r428636)
+++ head/devel/liteide/pkg-message	Thu Dec 15 22:05:06 2016	(r428637)
@@ -6,6 +6,6 @@ In order to have full Go support, please
 
 To have code autocompletion, you'll also need gocode:
 
-	go get -u github.com/nsf/gocode
+	pkg install devel/go-gocode
 
 ======================================================================


More information about the svn-ports-head mailing list