svn commit: r493868 - head/devel/git-lfs

Vinícius Zavam egypcio at freebsd.org
Tue Feb 26 09:48:55 UTC 2019


Am Mo., 25. Feb. 2019 um 18:37 Uhr schrieb Dmitri Goutnik <dg at syrec.org>:

> 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 at 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}
> <http://github.com/$%7BPORTNAME%7D/$%7BPORTNAME%7D>
> >
> > @@ -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
>

Hi Dmitri,
how are things?

thanks! appreciated your concern. patched, built and tested. all fine;
+ https://reviews.freebsd.org/D19363 :-)

KR,


More information about the svn-ports-all mailing list