From owner-svn-ports-head@FreeBSD.ORG Thu May 15 17:39:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6D64F63; Thu, 15 May 2014 17:39:03 +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 A41072FEC; Thu, 15 May 2014 17:39:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FHd3OB010112; Thu, 15 May 2014 17:39:03 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FHd3vA010111; Thu, 15 May 2014 17:39:03 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201405151739.s4FHd3vA010111@svn.freebsd.org> From: Erwin Lansing Date: Thu, 15 May 2014 17:39:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354161 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 15 May 2014 17:39:03 -0000 Author: erwin Date: Thu May 15 17:39:03 2014 New Revision: 354161 URL: http://svnweb.freebsd.org/changeset/ports/354161 QAT: https://qat.redports.org/buildarchive/r354161/ Log: Change the protocal for the default master site backup used for fallback distfile fetching from ftp to http. Requested by: many Approved by: Ports and Package Summit, BSDCan 2014 Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu May 15 17:35:20 2014 (r354160) +++ head/Mk/bsd.port.mk Thu May 15 17:39:03 2014 (r354161) @@ -144,7 +144,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - Backup location(s) for distribution files and patch # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} # Default: -# ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ +# http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # MASTER_SITE_OVERRIDE # - If set, override the MASTER_SITES setting with this # value. @@ -2555,7 +2555,7 @@ PATCH_SITES_TMP= # The primary backup site. MASTER_SITE_BACKUP?= \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ + http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SITE_BACKUP:= ${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^} # If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository