From owner-svn-ports-head@freebsd.org Mon Feb 25 18:37:07 2019 Return-Path: Delivered-To: svn-ports-head@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 047A81511E0D; Mon, 25 Feb 2019 18:37:07 +0000 (UTC) (envelope-from dg@syrec.org) Received: from mail.syrec.org (mail.syrec.org [165.227.215.120]) (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 8E595725CB; Mon, 25 Feb 2019 18:37:06 +0000 (UTC) (envelope-from dg@syrec.org) Received: from xombo.localdomain (unknown [186.43.167.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.syrec.org (Postfix) with ESMTPSA id CAAA93A110; Mon, 25 Feb 2019 13:36:59 -0500 (-05) Date: Mon, 25 Feb 2019 13:36:56 -0500 From: Dmitri Goutnik To: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: egypcio@freebsd.org Subject: Re: svn commit: r493868 - head/devel/git-lfs Message-ID: <20190225183656.GA81588@xombo.localdomain> Mail-Followup-To: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, egypcio@freebsd.org References: <201902251433.x1PEXu6V095341@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201902251433.x1PEXu6V095341@repo.freebsd.org> User-Agent: Mutt/1.11.2 (2019-01-07) X-Rspamd-Queue-Id: 8E595725CB X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Mon, 25 Feb 2019 18:37:07 -0000 On 19-02-25 14:33:56, Vinícius Zavam wrote: > Author: egypcio > Date: Mon Feb 25 14:33:56 2019 > New Revision: 493868 > URL: https://svnweb.freebsd.org/changeset/ports/493868 > > Log: > devel/git-lfs: update 2.6.1 to 2.7.0 > > Reported by: portscout > Approved by: rene (mentor) > Differential Revision: https://reviews.freebsd.org/D19320 > > Modified: > head/devel/git-lfs/Makefile > head/devel/git-lfs/distinfo > > Modified: head/devel/git-lfs/Makefile > ============================================================================== > --- head/devel/git-lfs/Makefile Mon Feb 25 14:32:37 2019 (r493867) > +++ head/devel/git-lfs/Makefile Mon Feb 25 14:33:56 2019 (r493868) > @@ -2,7 +2,7 @@ > > PORTNAME= git-lfs > DISTVERSIONPREFIX= v > -DISTVERSION= 2.6.1 > +DISTVERSION= 2.7.0 > CATEGORIES= devel > > MAINTAINER= egypcio@FreeBSD.org > @@ -16,8 +16,25 @@ RUN_DEPENDS= git:devel/git > USES= go > USE_GITHUB= yes > > -GH_TUPLE= davecgh:go-spew:d8f796a:davecgh_spew/vendor/github.com/davecgh/go-spew \ > - pmezard:go-difflib:792786c:pmezard_difflib/vendor/github.com/pmezard/go-difflib > +GH_TUPLE= alexbrainman:sspi:4729b3d:abm_sspi/vendor/github.com/alexbrainman/sspi \ > + git-lfs:gitobj:v1.1.0:glfs_obj/vendor/github.com/git-lfs/gitobj \ > + git-lfs:go-netrc:e0e9ca4:glfs_netrc/vendor/github.com/git-lfs/go-netrc \ > + git-lfs:wildmatch:v1.0.2:glfs_wildm/vendor/github.com/git-lfs/wildmatch \ > + inconshreveable:mousetrap:v1.0.0:ir_mtrap/vendor/github.com/inconshreveable/mousetrap \ > + kr:pty:5cf931e:kr_pty/vendor/github.com/kr/pty \ > + mattn:go-isatty:v0.0.4:mattn_isatty/vendor/github.com/mattn/go-isatty \ > + olekukonko:ts:78ecb04:okk_ts/vendor/github.com/olekukonko/ts \ > + pkg:errors:c605e28:pkg_err/vendor/github.com/pkg/errors \ > + rubyist:tracerx:7879593:rubyist_tracerx/vendor/github.com/rubyist/tracerx \ > + spf13:cobra:v0.0.3:spf_cobra/vendor/github.com/spf13/cobra \ > + spf13:pflag:v1.0.3:spf_pflag/vendor/github.com/spf13/pflag \ > + stretchr:testify:v1.2.2:stretch_testify/vendor/github.com/stretchr/testify \ > + ThomsonReutersEikon:go-ntlm:b00ec39:tre_ntlm/vendor/github.com/ThomsonReutersEikon/go-ntlm \ > + xeipuuv:gojsonpointer:4e3ac27:xei_pointer/vendor/github.com/xeipuuv/gojsonpointer \ > + xeipuuv:gojsonreference:bd5ef7b:xei_ref/vendor/github.com/xeipuuv/gojsonreference \ > + xeipuuv:gojsonschema:6b67b3f:xei_schem/vendor/github.com/xeipuuv/gojsonschema \ > + golang:sync:37e7f08:golang_sync/vendor/golang.org/x/sync \ > + golang:sys:fa5fdf9:golang_sys/vendor/golang.org/x/sys > Hi Vinícius, Upstream has all dependencies vendored [1], why list them in GH_TUPLE? > GO_PKGNAME= github.com/${PORTNAME}/${PORTNAME} > > @@ -26,6 +43,9 @@ OPTIONS_DEFAULT= MANPAGES > OPTIONS_SUB= yes > > MANPAGES_BUILD_DEPENDS= ronn:textproc/rubygem-ronn > + > +pre-build: > + ${RM} ${GO_WRKSRC}/go.mod This is not needed because module support is off (unless explicitly activated) when building packages under $GOPATH. [1] https://github.com/git-lfs/git-lfs/tree/v2.7.0 Regards, Dmitri