FreeBSD Bugzilla – Attachment 206849 Details for
Bug 240073
sysutils/doctl: Switch to USES=go:modules, fix build with go1.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
doctl-1.27.0.patch (text/plain), 491 bytes, created by
Dmitri Goutnik
on 2019-08-24 13:18:34 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-08-24 13:18:34 UTC
Size:
491 bytes
patch
obsolete
>Index: sysutils/doctl/Makefile >=================================================================== >--- sysutils/doctl/Makefile (revision 509723) >+++ sysutils/doctl/Makefile (working copy) >@@ -11,12 +11,11 @@ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-USES= go >+USES= go:modules > USE_GITHUB= yes > GH_ACCOUNT= digitalocean > >-GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} >-GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME} >+GO_TARGET= ./cmd/${PORTNAME} > > PLIST_FILES= bin/doctl >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dmgk
:
maintainer-approval?
(
jrm
)
Actions:
View
|
Diff
Attachments on
bug 240073
: 206849