mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
sysutils/doctl: Update to v1.28.0 and use Go Modules [1]
[1] - Upstream switched from dependencies to modules in 034d856 (2019-06-20) - No need to set GO_PKGNAME as it is redundant with modules - Switching to modules fixes the build with upcoming go1.13 PR: 240073 Submitted by: dg@syrec.org [1] Sponsored by: DigitalOcean [2] [2] DigitalOcean provided VM credit to test doctl
This commit is contained in:
parent
2736effe5a
commit
515ea802a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509966
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= doctl
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.27.0
|
||||
DISTVERSION= 1.28.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
@ -11,12 +11,11 @@ COMMENT= Command line tool for DigitalOcean services
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565356126
|
||||
SHA256 (digitalocean-doctl-v1.27.0_GH0.tar.gz) = a91e7d78da62bc965a9440cb087e5583d945ce10a3e59211992a304a16f26cad
|
||||
SIZE (digitalocean-doctl-v1.27.0_GH0.tar.gz) = 3149741
|
||||
TIMESTAMP = 1566826763
|
||||
SHA256 (digitalocean-doctl-v1.28.0_GH0.tar.gz) = eafb41457c4fb279762b1a81606130bd8f02f0390df77b032d11108666daff49
|
||||
SIZE (digitalocean-doctl-v1.28.0_GH0.tar.gz) = 3173494
|
||||
|
Loading…
Reference in New Issue
Block a user