svn commit: r510840 - head/sysutils/ctop

Steve Wills swills at FreeBSD.org
Mon Sep 2 19:58:48 UTC 2019


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 at 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


More information about the svn-ports-all mailing list