diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-09 11:00:19 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-09 11:00:19 +0000 |
| commit | 58be2a3b78ce6e913569a46c202c28bc86b2f481 (patch) | |
| tree | fad690ecfd7bb900ae406309db279d89722c19cf /lang/python38 | |
| parent | b87aec08ec3d9432a73331cd9844fdc8d676456d (diff) | |
Diffstat (limited to 'lang/python38')
| -rw-r--r-- | lang/python38/Makefile.version | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python38/Makefile.version b/lang/python38/Makefile.version index 880d408faf9b..10c052699020 100644 --- a/lang/python38/Makefile.version +++ b/lang/python38/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.8.13 |
