svn commit: r505700 - head/sysutils/gotop

Yuri Victorovich yuri at FreeBSD.org
Tue Jul 2 19:16:47 UTC 2019


Author: yuri
Date: Tue Jul  2 19:16:46 2019
New Revision: 505700
URL: https://svnweb.freebsd.org/changeset/ports/505700

Log:
  sysutils/gotop: Switch to USES=go:modules, fix build with go1.13beta1
  
  PR:		238940
  Submitted by:	Dmitri Goutnik <dg at syrec.org>

Modified:
  head/sysutils/gotop/Makefile

Modified: head/sysutils/gotop/Makefile
==============================================================================
--- head/sysutils/gotop/Makefile	Tue Jul  2 19:07:54 2019	(r505699)
+++ head/sysutils/gotop/Makefile	Tue Jul  2 19:16:46 2019	(r505700)
@@ -10,7 +10,7 @@ COMMENT=	Terminal based graphical activity monitor ins
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go
+USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	cjbassi
 GH_TUPLE=	docopt:docopt.go:ee0de3b:docopt/src/github.com/docopt/docopt-go \


More information about the svn-ports-head mailing list