From owner-svn-ports-all@freebsd.org Sat Nov 9 00:21:01 2019 Return-Path: Delivered-To: svn-ports-all@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 27EBA165A6B; Sat, 9 Nov 2019 00:21:01 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 478yV50CZ2z46nQ; Sat, 9 Nov 2019 00:21:01 +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 6B24B3EB5; Sat, 9 Nov 2019 00:21:00 +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 References: <201911061248.xA6CmWBf088616@repo.freebsd.org> <96e1675e-d1e6-251c-4290-228a8ceaad1c@freebsd.org> Cc: ports-committers , svn-ports-all , svn-ports-head From: Craig Leres Message-ID: Date: Fri, 8 Nov 2019 16:20:59 -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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2019 00:21:01 -0000 On 2019-11-08 14:02, Antoine Brodin wrote: > On Fri, Nov 8, 2019 at 8:40 PM Craig Leres wrote: >> >> 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? > > You must be joking. (That's not very friendly or helpful!) When I ran my test I didn't notice that expat was found at distcache.FreeBSD.org. So both the github and sourceforce MASTER_SITES were bad. What identified this port as unfetchable? What is the mechanism you use to find ports with this particular problem? I would think it preferable for port maintainers to proactively fix their ports as problems as these crop up. Craig