Date: Fri, 26 Jul 2019 07:25:19 +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: r507341 - head/sysutils/kubectl Message-ID: <201907260725.x6Q7PJXI081317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Jul 26 07:25:19 2019 New Revision: 507341 URL: https://svnweb.freebsd.org/changeset/ports/507341 Log: sysutils/kubectl: Switch to USES=go:modules Fix build with go1.13beta1 ===> Building for kubectl-1.15.0 go: bitbucket.org/bertimus9/systemstat@v0.0.0-20180207000608-0eeff89b0690: Get https://proxy.golang.org/bitbucket.org/bertimus9/systemstat/@v/v0.0.0-20180207000608-0eeff89b0690.mod: dial tcp: lookup proxy.golang.org on 1.0.0.1:5 3: write udp 127.0.0.1:27372->1.0.0.1:53: write: permission denied *** Error code 1 PR: 238946 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: danilo (maintainer timeout, 23 days) Modified: head/sysutils/kubectl/Makefile Modified: head/sysutils/kubectl/Makefile ============================================================================== --- head/sysutils/kubectl/Makefile Fri Jul 26 07:15:08 2019 (r507340) +++ head/sysutils/kubectl/Makefile Fri Jul 26 07:25:19 2019 (r507341) @@ -11,7 +11,7 @@ COMMENT= Kubernetes command-line tool LICENSE= APACHE20 -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= kubernetes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907260725.x6Q7PJXI081317>