Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 19:51:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526170 - head/net/madonctl
Message-ID:  <202002141951.01EJp0q4041630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002141951.01EJp0q4041630>