diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-03-29 22:16:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-03-29 22:16:57 +0800 |
commit | b41545e696e1d112c48833eee969056ec8ec1e67 (patch) | |
tree | ef20533462fddb93ca38567c932c55f280f5e3f8 /lang | |
parent | 876ee9fb2f865ac71da95653f8be46ba032c8211 (diff) | |
download | freebsd-ports-gnome-b41545e696e1d112c48833eee969056ec8ec1e67.tar.gz freebsd-ports-gnome-b41545e696e1d112c48833eee969056ec8ec1e67.tar.zst freebsd-ports-gnome-b41545e696e1d112c48833eee969056ec8ec1e67.zip |
Add note to update python documentation (lang/python-doc-*)
Diffstat (limited to 'lang')
-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 |