Date: Fri, 29 Mar 2019 14:16:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497138 - in head/lang: python27 python35 python36 python37 Message-ID: <201903291416.x2TEGvHf041957@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Mar 29 14:16:57 2019 New Revision: 497138 URL: https://svnweb.freebsd.org/changeset/ports/497138 Log: Add note to update python documentation (lang/python-doc-*) Modified: head/lang/python27/Makefile.version head/lang/python35/Makefile.version head/lang/python36/Makefile.version head/lang/python37/Makefile.version Modified: head/lang/python27/Makefile.version ============================================================================== --- head/lang/python27/Makefile.version Fri Mar 29 14:16:48 2019 (r497137) +++ head/lang/python27/Makefile.version Fri Mar 29 14:16:57 2019 (r497138) @@ -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 Modified: head/lang/python35/Makefile.version ============================================================================== --- head/lang/python35/Makefile.version Fri Mar 29 14:16:48 2019 (r497137) +++ head/lang/python35/Makefile.version Fri Mar 29 14:16:57 2019 (r497138) @@ -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 Modified: head/lang/python36/Makefile.version ============================================================================== --- head/lang/python36/Makefile.version Fri Mar 29 14:16:48 2019 (r497137) +++ head/lang/python36/Makefile.version Fri Mar 29 14:16:57 2019 (r497138) @@ -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 Modified: head/lang/python37/Makefile.version ============================================================================== --- head/lang/python37/Makefile.version Fri Mar 29 14:16:48 2019 (r497137) +++ head/lang/python37/Makefile.version Fri Mar 29 14:16:57 2019 (r497138) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903291416.x2TEGvHf041957>