mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
misc/dive: Switch to USES=go:modules, fix build with go1.13
PR: 240074 Reported by: Dmitri Goutnik <dg@syrec.org>
This commit is contained in:
parent
abb9759d6d
commit
61c1213cc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509728
1 changed files with 1 additions and 3 deletions
|
@ -11,7 +11,7 @@ COMMENT= Tool for exploring each layer in a docker image
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= go
|
USES= go:modules
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= wagoodman
|
GH_ACCOUNT= wagoodman
|
||||||
GH_TUPLE= \
|
GH_TUPLE= \
|
||||||
|
@ -60,8 +60,6 @@ GH_TUPLE= \
|
||||||
spf13:viper:v1.2.1:spf13_viper/vendor/github.com/spf13/viper \
|
spf13:viper:v1.2.1:spf13_viper/vendor/github.com/spf13/viper \
|
||||||
wagoodman:keybinding:6a824da6df05:wagoodman_keybinding/vendor/github.com/wagoodman/keybinding
|
wagoodman:keybinding:6a824da6df05:wagoodman_keybinding/vendor/github.com/wagoodman/keybinding
|
||||||
|
|
||||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue