diff options
-rw-r--r-- | lang/python27/Makefile.version | 2 | ||||
-rw-r--r-- | lang/python35/Makefile.version | 2 | ||||
-rw-r--r-- | lang/python36/Makefile.version | 2 | ||||
-rw-r--r-- | lang/python37/Makefile.version | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lang/python27/Makefile.version b/lang/python27/Makefile.version index 145104e70ae0..e6094356eb74 100644 --- a/lang/python27/Makefile.version +++ b/lang/python27/Makefile.version @@ -1,4 +1,6 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ +# Do not forget to update python documentation (lang/python-doc-*) +# Run "make -C lang/python-doc-html makesum" PYTHON_PORTVERSION= 2.7.16 diff --git a/lang/python35/Makefile.version b/lang/python35/Makefile.version index 4ef2cc511a08..78af7c26eaef 100644 --- a/lang/python35/Makefile.version +++ b/lang/python35/Makefile.version @@ -1,4 +1,6 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ +# Do not forget to update python documentation (lang/python-doc-*) +# Run "make -C lang/python-doc-html makesum" PYTHON_PORTVERSION= 3.5.7 diff --git a/lang/python36/Makefile.version b/lang/python36/Makefile.version index 79ebc80984e6..f79b8dcdd077 100644 --- a/lang/python36/Makefile.version +++ b/lang/python36/Makefile.version @@ -1,4 +1,6 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ +# Do not forget to update python documentation (lang/python-doc-*) +# Run "make -C lang/python-doc-html makesum" PYTHON_PORTVERSION= 3.6.8 diff --git a/lang/python37/Makefile.version b/lang/python37/Makefile.version index 51159379026d..975e8eddd1b7 100644 --- a/lang/python37/Makefile.version +++ b/lang/python37/Makefile.version @@ -1,4 +1,6 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ +# Do not forget to update python documentation (lang/python-doc-*) +# Run "make -C lang/python-doc-html makesum" PYTHON_PORTVERSION= 3.7.3 |