diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2016-05-13 11:46:14 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2016-05-13 11:46:14 +0800 |
commit | a6551fed8ff6e33a2680217f0871c93cb91f40ef (patch) | |
tree | d262f5d9d77b9c6b5d534f106e6badf3d268f1e2 /Mk | |
parent | 96b64a391c1bde40e37a79841770823f57fddcbc (diff) | |
download | freebsd-ports-gnome-a6551fed8ff6e33a2680217f0871c93cb91f40ef.tar.gz freebsd-ports-gnome-a6551fed8ff6e33a2680217f0871c93cb91f40ef.tar.zst freebsd-ports-gnome-a6551fed8ff6e33a2680217f0871c93cb91f40ef.zip |
- Use files.pythonhosted.org for less redirections
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 9250473a3707..e098a7262c0f 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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) |