From owner-svn-ports-head@freebsd.org Fri Nov 8 19:40:49 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 1BC0815D4D6; Fri, 8 Nov 2019 19:40:49 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478rGm75B0z3LBS; Fri, 8 Nov 2019 19:40:48 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:11f0:f2ad:4eff:fe0b:a065]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id 6AFF41D76; Fri, 8 Nov 2019 19:40:48 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r516880 - in head: archivers/xarchiver astro/garmindev astro/opencpn astro/qmapshack audio/carla audio/decibel-audio-player audio/festvox-czech audio/gkrellmvolume2 audio/gnaural audio/... To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201911061248.xA6CmWBf088616@repo.freebsd.org> From: Craig Leres Message-ID: <96e1675e-d1e6-251c-4290-228a8ceaad1c@freebsd.org> Date: Fri, 8 Nov 2019 11:40:46 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <201911061248.xA6CmWBf088616@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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, 08 Nov 2019 19:40:49 -0000 On 2019-11-06 04:48, Antoine Brodin wrote: > Author: antoine > Date: Wed Nov 6 12:48:32 2019 > New Revision: 516880 > URL: https://svnweb.freebsd.org/changeset/ports/516880 > > Log: > Mark a few ports BROKEN, unfetchable > > Modified: > head/devel/xtensa-esp32-elf/Makefile I just did: cd devel/xtensa-esp32-elf rm distinfo make makesum and was able to download all of the DISTFILES again and generate a new distinfo that is identical except for the TIMESTAMP line. What identified this port as unfetchable? (Is it possible to get advance warning of this type of issue?) Craig