summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-18 09:19:03 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-18 09:19:03 +0000
commitacddeb4e12a3bca3dd50ff21ec92dca5d179ddc3 (patch)
treeb2540cffdbdbace53cdc5bd8c8e5adfed33858de /Mk
parent- Add LICENSE (diff)
Unregister Python 3.4, it expired today.
Notes
Notes: svn path=/head/; revision=487739
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/python.mk4
-rw-r--r--Mk/bsd.default-versions.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 8a7a9cfce0e2..539405bef779 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -244,7 +244,7 @@ _INCLUDE_USES_PYTHON_MK= yes
# What Python version and what Python interpreters are currently supported?
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
-_PYTHON_VERSIONS= 2.7 3.6 3.7 3.5 3.4 # preferred first
+_PYTHON_VERSIONS= 2.7 3.6 3.7 3.5 # preferred first
_PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]}
_PYTHON_BASECMD= ${LOCALBASE}/bin/python
_PYTHON_RELPORTDIR= lang/python
@@ -307,7 +307,7 @@ WARNING+= "PYTHON_DEFAULT must be a version present in PYTHON2_DEFAULT or PYTHON
.if ${_PYTHON_ARGS} == "2"
DEV_ERROR+= "USES=python:2 is no longer supported, use USES=python:2.7"
.elif ${_PYTHON_ARGS} == "3"
-DEV_ERROR+= "USES=python:3 is no longer supported, use USES=python:3.4+ or an appropriate version range"
+DEV_ERROR+= "USES=python:3 is no longer supported, use USES=python:3.5+ or an appropriate version range"
.endif # ${_PYTHON_ARGS} == "2"
.if defined(PYTHON_VERSION)
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 4ea2c2c5d079..372e6260d994 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -80,11 +80,11 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
PGSQL_DEFAULT?= 9.5
# Possible values: 5.6, 7.1, 7.2, 7.3
PHP_DEFAULT?= 7.2
-# Possible values: 2.7, 3.4, 3.5, 3.6, 3.7
+# Possible values: 2.7, 3.5, 3.6, 3.7
PYTHON_DEFAULT?= 2.7
# Possible values: 2.7
PYTHON2_DEFAULT?= 2.7
-# Possible values: 3.4, 3.5, 3.6, 3.7
+# Possible values: 3.5, 3.6, 3.7
PYTHON3_DEFAULT?= 3.6
# Possible values: 2.3, 2.4, 2.5
RUBY_DEFAULT?= 2.4