diff -u lang/python36.orig/Makefile lang/python36/Makefile --- lang/python36.orig/Makefile 2020-05-28 10:37:55.109868000 -0400 +++ lang/python36/Makefile 2020-05-28 11:35:33.429322000 -0400 @@ -3,7 +3,7 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 3 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -13,7 +13,8 @@ # Resolve sinpi name clash with libm (IEEE-754 violation) PATCH_SITES= https://github.com/python/cpython/commit/ PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \ - f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1 + f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1 \ + 0f10ef077fc32b60cb07780ea7234516950d0f9e.patch:-p1 MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language diff -u lang/python36.orig/Makefile.version lang/python36/Makefile.version --- lang/python36.orig/Makefile.version 2020-05-28 10:37:55.109919000 -0400 +++ lang/python36/Makefile.version 2020-05-28 10:38:07.609113000 -0400 @@ -3,4 +3,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_PORTVERSION= 3.6.9 +PYTHON_PORTVERSION= 3.6.10 diff -u lang/python36.orig/distinfo lang/python36/distinfo --- lang/python36.orig/distinfo 2020-05-28 10:37:55.109962000 -0400 +++ lang/python36/distinfo 2020-05-28 11:19:45.311174000 -0400 @@ -1,7 +1,9 @@ -TIMESTAMP = 1575752359 -SHA256 (python/Python-3.6.9.tar.xz) = 5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da -SIZE (python/Python-3.6.9.tar.xz) = 17212164 +TIMESTAMP = 1590679185 +SHA256 (python/Python-3.6.10.tar.xz) = 0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de +SIZE (python/Python-3.6.10.tar.xz) = 17212220 SHA256 (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 44340896504b297bbab06db0bb0a71ddf9f25bbe02ab3dcdfeec2772c957b69f SIZE (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 2542 SHA256 (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = a5cf6ef701d6afb14417232c6723fe2c50d7bf35d87bf6b3e3bcbfa1000a38f9 SIZE (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = 2888 +SHA256 (python/0f10ef077fc32b60cb07780ea7234516950d0f9e.patch) = 8bb85cd36ec6d785e89d288f1709a2d9d8e4befc5b256a95f313b874fcc554fa +SIZE (python/0f10ef077fc32b60cb07780ea7234516950d0f9e.patch) = 10876 Common subdirectories: lang/python36.orig/files and lang/python36/files