From owner-svn-ports-all@FreeBSD.ORG Thu Mar 19 18:16:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96061B0; Thu, 19 Mar 2015 18:16:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80C47E3A; Thu, 19 Mar 2015 18:16:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2JIGrZl093284; Thu, 19 Mar 2015 18:16:53 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2JIGr3W093283; Thu, 19 Mar 2015 18:16:53 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201503191816.t2JIGr3W093283@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 19 Mar 2015 18:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381655 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 19 Mar 2015 18:16:53 -0000 Author: bdrewery Date: Thu Mar 19 18:16:52 2015 New Revision: 381655 URL: https://svnweb.freebsd.org/changeset/ports/381655 QAT: https://qat.redports.org/buildarchive/r381655/ Log: Add a hint on how to deal with github download failures. PR: 194898 Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Mar 19 18:16:11 2015 (r381654) +++ head/Mk/bsd.sites.mk Thu Mar 19 18:16:52 2015 (r381655) @@ -535,6 +535,8 @@ IGNORE?= Using master as GH_TAGNAME is i Must use a tag or commit hash so the upstream does \ not "reroll" as soon as the branch is updated . endif +# We are cheating and using backend URLS for Github here. See ports/194898 +# comment #15 for explanation as to why and how to deal with it if it breaks. MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR% MASTER_SITE_GITHUB_LEGACY+= https://codeload.github.com/%SUBDIR%