Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2019 19:58:47 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510840 - head/sysutils/ctop
Message-ID:  <201909021958.x82JwlDt098317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Sep  2 19:58:47 2019
New Revision: 510840
URL: https://svnweb.freebsd.org/changeset/ports/510840

Log:
  sysutils/ctop: Switch to USES=go:modules, fix build with go1.13
  
  PR:		240284
  Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)

Modified:
  head/sysutils/ctop/Makefile   (contents, props changed)

Modified: head/sysutils/ctop/Makefile
==============================================================================
--- head/sysutils/ctop/Makefile	Mon Sep  2 19:55:34 2019	(r510839)
+++ head/sysutils/ctop/Makefile	Mon Sep  2 19:58:47 2019	(r510840)
@@ -11,9 +11,7 @@ COMMENT=	Top-like interface for Docker container metri
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go
-
-GO_PKGNAME=	github.com/bcicen/ctop
+USES=		go:modules
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	bcicen



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