From owner-freebsd-ports@freebsd.org Wed Apr 25 19:03:11 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2097AFACFEE for ; Wed, 25 Apr 2018 19:03:11 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A20016CA96 for ; Wed, 25 Apr 2018 19:03:10 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (168-057-210-188.ip-addr.inexio.net [188.210.57.168]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id C29471188969 for ; Wed, 25 Apr 2018 21:03:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1524682988; bh=hS7BGyqucTqZJXp31Pzpg+vImjQRYQojDWTqNFHbqA8=; h=To:From:Subject:Date; b=oy33iS/TXutV3X+WlgNZtQzH/W6S6/950PQIXsXTfUuBfoaFOuLxI+156itjuZHXO Ioc9Zh+/nva3lWVQTaG83bw8XqBeb62AWS8TVgODCh8uJSQGDNtS+eVqdoA+P12M0m ZbPvp6HZzK7j0xxX5Dy4hfkXw6NjspRlf1Q7bC9o= Received: from [192.168.0.151] (168-057-210-188.ip-addr.inexio.net [188.210.57.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 85A4D10C0B85 for ; Wed, 25 Apr 2018 21:03:06 +0200 (CEST) To: freebsd-ports@freebsd.org From: Matthias Fechner Subject: Fetch deps for ports build with go Openpgp: preference=signencrypt Message-ID: <25c0e155-5254-51d7-68fb-2b6560d03c10@fechner.net> Date: Wed, 25 Apr 2018 21:02:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2018 19:03:11 -0000 Dear all, I'm just in the process to upgrade gitlab to 10.7 but I have some problems with the port www/gitlab-pages. It is compiled using go. It seems that the new version is pulling in data via: all: gitlab-pages setup: clean .GOPATH/.ok         go get -u github.com/FiloSottile/gvt         - ./bin/gvt fetch golang.org/x/tools/cmd/goimports         - ./bin/gvt fetch github.com/wadey/gocovmerge         - ./bin/gvt fetch github.com/golang/lint/golint         - ./bin/gvt fetch github.com/fzipp/gocyclo What is here the way to go to get these deps fetch in the fetch phase? Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook