Date: Thu, 15 Aug 2019 22:37:59 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509062 - head/misc/gobuster Message-ID: <201908152237.x7FMbxIg030542@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Aug 15 22:37:59 2019 New Revision: 509062 URL: https://svnweb.freebsd.org/changeset/ports/509062 Log: misc/gobuster: Switch to USES=go:modules, fix build with go1.13 PR: 239889 Submitted by: Dmitri Goutnik <dg@syrec.org> Modified: head/misc/gobuster/Makefile Modified: head/misc/gobuster/Makefile ============================================================================== --- head/misc/gobuster/Makefile Thu Aug 15 22:26:58 2019 (r509061) +++ head/misc/gobuster/Makefile Thu Aug 15 22:37:59 2019 (r509062) @@ -11,7 +11,8 @@ COMMENT= Directory/file & DNS busting tool written in LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules + USE_GITHUB= yes GH_ACCOUNT= OJ GH_TUPLE= google:uuid:c2e93f3:uuid/vendor/github.com/google/uuid \ @@ -21,7 +22,6 @@ GH_TUPLE= google:uuid:c2e93f3:uuid/vendor/github.com/g spf13:cobra:0.0.5:cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.3:pflag/vendor/github.com/spf13/pflag \ golang:sys:d8f5ea2:sys/vendor/golang.org/x/sys -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908152237.x7FMbxIg030542>