svn commit: r497138 - in head/lang: python27 python35 python36 python37

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 29 14:17:20 UTC 2019


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


More information about the svn-ports-all mailing list