Tweak MASTER_SITES and HOMEPAGE
Switch to https and remove dead mirror. Noticed by rsadowski@, ok rpointel@
This commit is contained in:
parent
e902e741fe
commit
7d569fc533
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2018/05/03 20:09:25 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2018/09/18 16:43:12 danj Exp $
|
||||
|
||||
# IMPORTANT! If you make any changes to the Python ports, be sure
|
||||
# to also update files/CHANGES.OpenBSD for your change. This is a
|
||||
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2018/08/30 16:22:49 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2018/09/18 16:43:12 danj Exp $
|
||||
|
||||
# IMPORTANT! If you make any changes to the Python ports, be sure
|
||||
# to also update files/CHANGES.OpenBSD for your change. This is a
|
||||
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.124 2017/11/03 13:13:05 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.125 2018/09/18 16:43:12 danj Exp $
|
||||
|
||||
# IMPORTANT! If you make any changes to the Python ports, be sure
|
||||
# to also update files/CHANGES.OpenBSD for your change. This is a
|
||||
@ -30,12 +30,11 @@ PKGNAME-tools = python-tools-${VERSION}${PATCHLEVEL}
|
||||
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 <rpointel@openbsd.org>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user