Fix build with go 1.14rc1

- Remove redundant GH_TUPLE
- Bump PORTREVISION for package change

PR:		244126
Submitted by:	dmgk
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-14 19:51:00 +00:00
parent 58d9bc97e9
commit 7676bca8c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526170

View File

@ -4,7 +4,7 @@
PORTNAME= madonctl
PORTVERSION= 2.3.1
DISTVERSIONPREFIX= v
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= net
MAINTAINER= sunpoet@FreeBSD.org
@ -19,32 +19,11 @@ PLIST_FILES= bin/madonctl
GH_ACCOUNT= McKael
GH_TAGNAME= 97f477f
GH_TUPLE= McKael:madon:v2.3.0:McKael_madon/vendor/github.com/McKael/madon/v2 \
fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \
go-yaml:yaml:v2.2.7:goyaml_yaml/vendor/gopkg.in/yaml.v2 \
golang:net:c0dbc17:golang_net/vendor/golang.org/x/net \
golang:oauth2:858c2ad:golang_oauth2/vendor/golang.org/x/oauth2 \
golang:sys:a1369af:golang_sys/vendor/golang.org/x/sys \
golang:text:929e72c:golang_text/vendor/golang.org/x/text \
gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \
hashicorp:hcl:v2.3.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \
magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \
mattn:go:go1.9.1:imattn_go/vendor/github.com/mattn/go \
mattn:go-isatty:v0.0.11:mattn_goisatty/vendor/github.com/mattn/go-isatty \
mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
pelletier:go-toml:v1.6.0:pelletier_gotoml/vendor/github.com/pelletier/go-toml \
pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \
sendgrid:rest:v2.4.1:sendgrid_rest/vendor/github.com/sendgrid/rest \
sgoertzen:html2text:491ddf8:sgoertzen_html2text/vendor/github.com/sgoertzen/html2text \
spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \
spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \
spf13:cobra:v0.0.5:spf13_cobra/vendor/github.com/spf13/cobra \
spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
spf13:viper:v1.6.1:spf13_viper/vendor/github.com/spf13/viper \
stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify
USE_GITHUB= yes
# Remove vendor/modules.txt due to inconsistent vendoring
# See https://github.com/McKael/madonctl/issues/22
post-extract:
@${RM} ${WRKSRC}/vendor/modules.txt
.include <bsd.port.mk>