svn commit: r354161 - head/Mk

Erwin Lansing erwin at FreeBSD.org
Thu May 15 17:39:03 UTC 2014


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 at 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


More information about the svn-ports-all mailing list