From owner-svn-ports-head@freebsd.org Fri Feb 14 19:51:01 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65913240A21; Fri, 14 Feb 2020 19:51:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48K3sK1YyCz49yl; Fri, 14 Feb 2020 19:51:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F24ED74; Fri, 14 Feb 2020 19:51:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01EJp0oc041631; Fri, 14 Feb 2020 19:51:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01EJp0q4041630; Fri, 14 Feb 2020 19:51:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002141951.01EJp0q4041630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Feb 2020 19:51:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526170 - head/net/madonctl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/madonctl X-SVN-Commit-Revision: 526170 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 19:51:01 -0000 Author: sunpoet Date: Fri Feb 14 19:51:00 2020 New Revision: 526170 URL: https://svnweb.freebsd.org/changeset/ports/526170 Log: Fix build with go 1.14rc1 - Remove redundant GH_TUPLE - Bump PORTREVISION for package change PR: 244126 Submitted by: dmgk Modified: head/net/madonctl/Makefile Modified: head/net/madonctl/Makefile ============================================================================== --- head/net/madonctl/Makefile Fri Feb 14 19:50:55 2020 (r526169) +++ head/net/madonctl/Makefile Fri Feb 14 19:51:00 2020 (r526170) @@ -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