Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 16:34:00 +0800
From:      Marcelo Araujo <araujobsdport@gmail.com>
To:        Dmitri Goutnik <dmgk@freebsd.org>, Christopher Hall <hsw@bitmark.com>
Cc:        Marcelo Araujo <araujo@freebsd.org>, ports-committers <ports-committers@freebsd.org>,  svn-ports-all <svn-ports-all@freebsd.org>, svn-ports-head <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r515166 - in head/sysutils/go-wtf: . files
Message-ID:  <CAOfEmZgx0dvW0fUuc6hifxFV5OO6c=46axYGB3GUGEc_Mu=spQ@mail.gmail.com>
In-Reply-To: <20191022125429.GB77600@xombo.localdomain>
References:  <201910220304.x9M34tL1091732@repo.freebsd.org> <20191022125429.GB77600@xombo.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
Em ter, 22 de out de 2019 =C3=A0s 20:54, Dmitri Goutnik <dmgk@freebsd.org>
escreveu:

> On 19-10-22 03:04:55, Marcelo Araujo wrote:
> > Author: araujo
> > Date: Tue Oct 22 03:04:55 2019
> > New Revision: 515166
> > URL: https://svnweb.freebsd.org/changeset/ports/515166
> >
> > Log:
> >   - Update to 0.23.
> >   - Fixes for vendor Microsoft cases sensitive names.
> >
> >   Submitted by:       Christopher Hall <hsw_bitmark.com> (maintainer)
> >   Differential Revision:      https://reviews.freebsd.org/D22102
> >
> > Added:
> >   head/sysutils/go-wtf/files/
> >   head/sysutils/go-wtf/files/patch-modules_azuredevops_widget.go
>  (contents, props changed)
> >   head/sysutils/go-wtf/files/patch-modules_devto_widget.go   (contents,
> props changed)
> > Modified:
> >   head/sysutils/go-wtf/Makefile
> >   head/sysutils/go-wtf/distinfo
> >
> > Modified: head/sysutils/go-wtf/Makefile
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> > --- head/sysutils/go-wtf/Makefile     Tue Oct 22 02:41:00 2019
> (r515165)
> > +++ head/sysutils/go-wtf/Makefile     Tue Oct 22 03:04:55 2019
> (r515166)
> > @@ -1,7 +1,7 @@
> >  # $FreeBSD$
> >
> >  PORTNAME=3D    wtf
> > -PORTVERSION=3D 0.21.0
> > +PORTVERSION=3D 0.23.0
> >  DISTVERSIONPREFIX=3D   v
> >  CATEGORIES=3D  sysutils
> >  PKGNAMEPREFIX=3D       go-
> > @@ -25,6 +25,14 @@ PORTDOCS=3D  README.md
> >
> >  OPTIONS_DEFINE=3D      DOCS EXAMPLES
> >  OPTIONS_SUB=3D yes
> > +
> > +# try to deal with case insensitive github names
> > +WTF_VGH_DIR=3D ${WRKSRC}/vendor/github.com
> > +post-patch:
> > +     [ -d "${WTF_VGH_DIR}/Microsoft" -a ! -d "${WTF_VGH_DIR}/microsoft=
"
> ] && \
> > +       ${LN} -s Microsoft "${WTF_VGH_DIR}/microsoft" || true
> > +     [ -d "${WTF_VGH_DIR}/microsoft" -a ! -d "${WTF_VGH_DIR}/Microsoft=
"
> ] && \
> > +       ${LN} -s microsoft "${WTF_VGH_DIR}/Microsoft" || true
>
> It seems that upstream has outdated vendored deps (again), I raised a PR
> for
> this: https://github.com/wtfutil/wtf/issues/714
>
>

Cool, thanks!!!!
Let me put the maintainer in the loop.


> --
> Dmitri Goutnik
> dg@syrec.org
>


--=20

--=20
Marcelo Araujo            (__)araujo@FreeBSD.org
\\\'',)http://www.FreeBSD.org <http://www.freebsd.org/>;   \/  \ ^
Power To Server.         .\. /_)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfEmZgx0dvW0fUuc6hifxFV5OO6c=46axYGB3GUGEc_Mu=spQ>