Hi,
As noted by Rafael, the mirror is down and we could use some https. I
want to address it in a separate diff than the 3.7 thing because it
needs to bump 2.7/3.6.
Comments? OK?
Cheers,
Daniel
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/lang/python/Makefile.inc,v
retrieving revision 1.124
diff -u -p -r1.124 Makefile.inc
--- Makefile.inc 3 Nov 2017 13:13:05 -0000 1.124
+++ Makefile.inc 18 Sep 2018 15:03:18 -0000
@@ -30,12 +30,11 @@ PKGNAME-tools = python-tools-${VERSION}$
PKGSPEC-tools = python-tools-${VERSION_SPEC}
CATEGORIES = lang
-MASTER_SITES = http://www.python.org/ftp/${PSUBDIR}/ \
- http://sunsite.informatik.rwth-aachen.de/python/ftp/${PSUBDIR}/
+MASTER_SITES = https://www.python.org/ftp/${PSUBDIR}/
PSUBDIR ?= python/${VERSION}${PATCHLEVEL}
EXTRACT_SUFX = .tgz
-HOMEPAGE = http://www.python.org/
+HOMEPAGE = https://www.python.org/
MAINTAINER = Remi Pointel <[email protected]>
Index: 2.7/Makefile
===================================================================
RCS file: /cvs/ports/lang/python/2.7/Makefile,v
retrieving revision 1.56
diff -u -p -r1.56 Makefile
--- 2.7/Makefile 3 May 2018 20:09:25 -0000 1.56
+++ 2.7/Makefile 18 Sep 2018 15:03:18 -0000
@@ -9,6 +9,7 @@ VERSION = 2.7
PATCHLEVEL = .15
SHARED_LIBS = python2.7 0.0
VERSION_SPEC = >=2.7,<2.8
+REVISION = 0
CONFIGURE_ARGS += --with-ensurepip=no
Index: 3.6/Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.6/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- 3.6/Makefile 30 Aug 2018 16:22:49 -0000 1.12
+++ 3.6/Makefile 18 Sep 2018 15:03:18 -0000
@@ -9,7 +9,7 @@ VERSION = 3.6
PATCHLEVEL = .6
SHARED_LIBS = python3.6m 0.0
VERSION_SPEC = >=3.6,<3.7
-REVISION = 0
+REVISION = 1
CONFIGURE_ARGS += --with-ensurepip=no
CONFIGURE_ARGS += --enable-loadable-sqlite-extensions