From owner-svn-ports-head@freebsd.org Fri Aug 16 15:52:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 182ACCF4CE; Fri, 16 Aug 2019 15:52:31 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4697B65gl7z4PnR; Fri, 16 Aug 2019 15:52:30 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f52.google.com with SMTP id g8so5513110edm.6; Fri, 16 Aug 2019 08:52:30 -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=btuXYvvRwzA2AMneuxwBKH92OvmeexOcsEpY+sCvh0Q=; b=d458pO1R1jVHTEUSfKy4qfu2Ps889aJFXhF0feNby0BiNbSPf2XWU3/6Mo02/zHRfn l6BT8ijfvFMruWktLofDRvovI/fZZYRsvpycCuhxOU5eh/9LKsLgoy1EgBGGZ3sfS7GP YbfcFOvYlURFRyK6fwzn/Xk6NjKvms7LslYZrye59TyhIom5nQfEQm+hhJUIk1+J1Ucf oaxaix7me1WKYwXWWK84rjNEJ7Wp2ZGJuJJYXEBHLgWTkqcNlux5m9pZFEUaizWDZJ56 q7tfxe4Y37+GDcYLS2kHfAVHqvA9CZzj4pxzDhwHaW1r8XiGYLOj0OJomwF3H+rYUYo7 hmTQ== X-Gm-Message-State: APjAAAUW7OXq6BrIaBfoRsW61dTHgHXH6vJYUWxzhbmRxeLi7RXgHGvA khUitJSKvQW2e61OOfUQlZLuTA1OeT2fyJzUJa6INA== X-Google-Smtp-Source: APXvYqz7dHAneIshYPx86X54c8SAWfg9aWCxlc9pwiydKK155jCGheVQAFH8saOa1/tVYimXxP0qoxfbaUUwlg1F5lI= X-Received: by 2002:a50:cd91:: with SMTP id p17mr11846994edi.35.1565970748985; Fri, 16 Aug 2019 08:52:28 -0700 (PDT) MIME-Version: 1.0 References: <201908161542.x7GFgQ5o040890@repo.freebsd.org> In-Reply-To: <201908161542.x7GFgQ5o040890@repo.freebsd.org> From: Antoine Brodin Date: Fri, 16 Aug 2019 17:52:20 +0200 Message-ID: Subject: Re: svn commit: r509083 - head/sysutils/screenfetch-nox11 To: Jason Helfman Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4697B65gl7z4PnR X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; REPLY(-4.00)[]; TAGGED_FROM(0.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: Fri, 16 Aug 2019 15:52:31 -0000 On Fri, Aug 16, 2019 at 5:42 PM Jason Helfman wrote: > > Author: jgh > Date: Fri Aug 16 15:42:25 2019 > New Revision: 509083 > URL: https://svnweb.freebsd.org/changeset/ports/509083 > > Log: > - Add screeenfetch-nox11, which is an x11-disabled slave port of > sysutils/screenfetch Hi, You forgot to hook it to the build. Antoine