From owner-svn-ports-head@freebsd.org Tue Sep 11 16:08:01 2018 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 0466E10958C5; Tue, 11 Sep 2018 16:08:01 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-ua1-f68.google.com (mail-ua1-f68.google.com [209.85.222.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92C147D54D; Tue, 11 Sep 2018 16:08:00 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: by mail-ua1-f68.google.com with SMTP id u11-v6so21078159uan.13; Tue, 11 Sep 2018 09:08:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=u761dpnR/yS7otmrGt0brvwE9s5T7qbIbuiELBxJI6c=; b=WT4YY//16JknVcea78TAglWfjycMzZT2xDZhClBPX5lZAjj4TeUznjs9gRtDulKTG/ yi4Zabp2ifNKVZtK1GIMzhZ8XFivBpnYW1EEkWvkZlcTPsTvUzrIIgN404LNgMX+rPxW PDu+1O2aU+st2pYBX5CxBBd5uaquCd1ETFFkkCnioATInr7BPCXQRSOas1gV8Im1fsRW 0QUvHXXXAPjI+1wOMRkicViaEx1hRJDV36ipUgEDqvGNdCmXPw4NrGLOp46KSD0Hugn4 oZ5gH3w46IVifceVxDD1j7fgCVFwmjt9izdrdrDtwWgugszLdo9Zcd4hvEwKQ3h+Kwog 5RsQ== X-Gm-Message-State: APzg51DWHQOtvEcfiWLuMzUXjmOUZ4ckdP28gjR679EWAAiQJhoEhNq4 noVs+3swVc0mIX0F2u/liuu94r4GHRZYNVXzDblOBA== X-Google-Smtp-Source: ANB0VdZ/JDn23rGNUPGWMnPChXytygXfFgcs+p7i/dxU8ucHKggYfRezBLjDo1qqacKqSTloPPJp6nLeV5Q9vdnaLxI= X-Received: by 2002:a67:29c3:: with SMTP id p186-v6mr8342094vsp.131.1536681622060; Tue, 11 Sep 2018 09:00:22 -0700 (PDT) MIME-Version: 1.0 References: <201809110938.w8B9cKkF012021@repo.freebsd.org> <20180911154148.2p56ikqeoc44tybn@atuin.in.mat.cc> In-Reply-To: <20180911154148.2p56ikqeoc44tybn@atuin.in.mat.cc> From: "Jason E. Hale" Date: Tue, 11 Sep 2018 12:00:10 -0400 Message-ID: Subject: Re: svn commit: r479516 - head/finance/alkimia To: Mathieu Arnold Cc: Dmitry Marakasov , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 11 Sep 2018 16:08:01 -0000 On Tue, Sep 11, 2018 at 11:42 AM Mathieu Arnold 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