Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 03:46:14 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415098 - head/Mk
Message-ID:  <201605130346.u4D3kEAR077006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri May 13 03:46:14 2016
New Revision: 415098
URL: https://svnweb.freebsd.org/changeset/ports/415098

Log:
  - Use files.pythonhosted.org for less redirections

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri May 13 03:40:35 2016	(r415097)
+++ head/Mk/bsd.sites.mk	Fri May 13 03:46:14 2016	(r415098)
@@ -106,7 +106,7 @@ MASTER_SITE_BERLIOS+= \
 # Reference: https://www.python.org/dev/peps/pep-0449/
 MASTER_SITE_CHEESESHOP+= \
 	https://pypi.python.org/packages/%SUBDIR%/ \
-	https://pypi.io/packages/%SUBDIR%/
+	https://files.pythonhosted.org/packages/%SUBDIR%/
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)



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