diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-09 11:00:21 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-09 11:00:21 +0000 |
| commit | 5bbbc604dc84d1fc53e7222912b467263f526caf (patch) | |
| tree | 43e4ee3a6a44202e0a890aefb540f940369b6859 /lang/python311 | |
| parent | 3737c1d29fc51736f02da3f11fa8abe75d684523 (diff) | |
Diffstat (limited to 'lang/python311')
| -rw-r--r-- | lang/python311/Makefile.version | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python311/Makefile.version b/lang/python311/Makefile.version index d5f34e6e5ff9..c4dd478712a8 100644 --- a/lang/python311/Makefile.version +++ b/lang/python311/Makefile.version @@ -1,5 +1,7 @@ # Mk/Uses/python.mk includes this file, don't remove it! -# Do not forget to update python documentation (lang/python-doc-*) -# Run "make -C lang/python-doc-html makesum" +# Do not forget to +# 1. Update python documentation (lang/python-doc-*) +# Run "make -C lang/python-doc-html makesum" +# 2. Remove PORTREVISION in Makefile PYTHON_DISTVERSION= 3.11.0b3 |
