svn commit: r415098 - head/Mk

Li-Wen Hsu lwhsu at FreeBSD.org
Fri May 13 03:46:15 UTC 2016


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)


More information about the svn-ports-head mailing list