Bug 192717 - Mk/bsd.sites.mk MASTER_SITE_PYTHON stopped having mirrors in '07
Summary: Mk/bsd.sites.mk MASTER_SITE_PYTHON stopped having mirrors in '07
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: freebsd-python (Nobody)
URL: http://mirrors.ccs.neu.edu/Python/pub...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-16 21:34 UTC by jharris
Modified: 2014-08-17 08:44 UTC (History)
2 users (show)

See Also:


Attachments
fix MASTER_SITE_PYTHON (973 bytes, patch)
2014-08-16 21:34 UTC, jharris
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2014-08-16 21:34:35 UTC
Created attachment 145885 [details]
fix MASTER_SITE_PYTHON

According to:

  http://mirrors.ccs.neu.edu/Python/pub/www.python.org/ftp/python/README

Python stopped officially supporting mirrors in early 2007.  None of the mirror sites in MASTER_SITE_PYTHON have any Python files, modulo the URL above.

Also, skip the 301 redirect:

  HTTP/1.1 301 Moved Permanently
  Server: Varnish
  Retry-After: 0
  Location: https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tar.xz

with the attached patch.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-16 22:28:16 UTC
Assign to python@ group
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-17 08:24:32 UTC
A commit references this bug:

Author: mva
Date: Sun Aug 17 08:24:29 UTC 2014
New revision: 365159
URL: http://svnweb.freebsd.org/changeset/ports/365159

Log:
  - Remove obsolete mirrors for MASTER_SITE_PYTHON

  PR:		192717
  Submitted by:	jharris@widomaker.com
  With hat:	python@

Changes:
  head/Mk/bsd.sites.mk
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2014-08-17 08:44:25 UTC
Committed, thanks!