svn commit: r479516 - head/finance/alkimia

Jason E. Hale jhale at freebsd.org
Tue Sep 11 16:08:01 UTC 2018


On Tue, Sep 11, 2018 at 11:42 AM Mathieu Arnold <mat at freebsd.org> wrote:
>
> On Tue, Sep 11, 2018 at 09:38:20AM +0000, Dmitry Marakasov wrote:
> > Author: amdmi3
> > Date: Tue Sep 11 09:38:19 2018
> > New Revision: 479516
> > URL: https://svnweb.freebsd.org/changeset/ports/479516
> >
> > Log:
> >   - Whitespace fix
> >   - Update WWW
> >
> >   Approved by:        portmgr blanket
> >
> > Modified:
> >   head/finance/alkimia/Makefile
> >   head/finance/alkimia/pkg-descr
> >
> > Modified: head/finance/alkimia/Makefile
> > ==============================================================================
> > --- head/finance/alkimia/Makefile     Tue Sep 11 09:11:29 2018        (r479515)
> > +++ head/finance/alkimia/Makefile     Tue Sep 11 09:38:19 2018        (r479516)
> > @@ -54,7 +54,7 @@ MPIR_DESC=          MPIR (multiple precision arithmetic) suppo
> >  MPIR_LIB_DEPENDS=    libmpir.so:math/mpir
> >
> >  .if ${SLAVE} == qt4
> > -TEST_USES=   qt:4 qt:5
> > +TEST_USES=           qt:4 qt:5
>
>
> Not sure what this is supposed to do, but this is effectively equivalent
> to TEST_USES=qt:4.
>
> --
> Mathieu Arnold

I just saw this. Looks like it was added erroneously in r473503. The
whole line should just be removed. The USES=qt:[4|5] bit is already
set earlier.

-Jason


More information about the svn-ports-head mailing list