Date: Sat, 7 Dec 2019 21:28:10 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519241 - head/lang/python36 Message-ID: <201912072128.xB7LSAfk067201@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sat Dec 7 21:28:10 2019 New Revision: 519241 URL: https://svnweb.freebsd.org/changeset/ports/519241 Log: Backport fix of https://bugs.python.org/issue32849 This is needed for starting sysutils/azure-agent at boot: https://github.com/Azure/WALinuxAgent/issues/1687 Obtained from: https://github.com/python/cpython/pull/12852/commits/f9c01a16dae8aa15d264a1937fb589e8598d1c88 MFH: 2019Q4 Sponsored by: The FreeBSD Foundation Modified: head/lang/python36/Makefile head/lang/python36/distinfo Modified: head/lang/python36/Makefile ============================================================================== --- head/lang/python36/Makefile Sat Dec 7 21:27:58 2019 (r519240) +++ head/lang/python36/Makefile Sat Dec 7 21:28:10 2019 (r519241) @@ -3,7 +3,7 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -17,7 +17,8 @@ LICENSE= PSFL # Resolve sinpi name clash with libm (IEEE-754 violation) PATCH_SITES= https://github.com/python/cpython/commit/ -PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 +PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \ + f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1 USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in Modified: head/lang/python36/distinfo ============================================================================== --- head/lang/python36/distinfo Sat Dec 7 21:27:58 2019 (r519240) +++ head/lang/python36/distinfo Sat Dec 7 21:28:10 2019 (r519241) @@ -1,5 +1,7 @@ -TIMESTAMP = 1575745326 +TIMESTAMP = 1575752359 SHA256 (python/Python-3.6.9.tar.xz) = 5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da SIZE (python/Python-3.6.9.tar.xz) = 17212164 SHA256 (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 44340896504b297bbab06db0bb0a71ddf9f25bbe02ab3dcdfeec2772c957b69f SIZE (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 2542 +SHA256 (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = a5cf6ef701d6afb14417232c6723fe2c50d7bf35d87bf6b3e3bcbfa1000a38f9 +SIZE (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = 2888
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912072128.xB7LSAfk067201>