svn commit: r483939 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 3 22:26:42 UTC 2018


Author: sunpoet
Date: Sat Nov  3 22:26:41 2018
New Revision: 483939
URL: https://svnweb.freebsd.org/changeset/ports/483939

Log:
  Update PEP link

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Sat Nov  3 22:19:22 2018	(r483938)
+++ head/Mk/Uses/python.mk	Sat Nov  3 22:26:41 2018	(r483939)
@@ -613,7 +613,7 @@ add-plist-pymod:
 .if ${PYTHON_REL} >= 3200 && defined(_PYTHON_FEATURE_PY3KPLIST)
 # When Python version is 3.2+ we rewrite all the filenames
 # of TMPPLIST that end with .py[co], so that they conform
-# to PEP 3147 (see http://www.python.org/dev/peps/pep-3147/)
+# to PEP 3147 (see https://www.python.org/dev/peps/pep-3147/)
 PYMAGICTAG=		${PYTHON_CMD} -c 'import imp; print(imp.get_tag())'
 _USES_stage+=	935:add-plist-python
 add-plist-python:


More information about the svn-ports-all mailing list