Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 18:05:08 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r355067 - branches/2014Q2/Mk
Message-ID:  <201405241805.s4OI58Tf025489@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat May 24 18:05:08 2014
New Revision: 355067
URL: http://svnweb.freebsd.org/changeset/ports/355067
QAT: https://qat.redports.org/buildarchive/r355067/

Log:
  MFH: r354161
  
  Change the protocal for the default master site backup used for
  fallback distfile fetching from ftp to http.

Modified:
  branches/2014Q2/Mk/bsd.port.mk
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/Mk/bsd.port.mk
==============================================================================
--- branches/2014Q2/Mk/bsd.port.mk	Sat May 24 17:54:54 2014	(r355066)
+++ branches/2014Q2/Mk/bsd.port.mk	Sat May 24 18:05:08 2014	(r355067)
@@ -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.
@@ -2489,7 +2489,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405241805.s4OI58Tf025489>