View | Details | Raw Unified | Return to bug 246808
Collapse All | Expand All

(-)lang/python36/Makefile (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	python
4
PORTNAME=	python
5
PORTVERSION=	${PYTHON_PORTVERSION}
5
PORTVERSION=	${PYTHON_PORTVERSION}
6
PORTREVISION=	3
6
PORTREVISION=	1
7
CATEGORIES=	lang python
7
CATEGORIES=	lang python
8
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
8
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
9
PKGNAMESUFFIX=	${PYTHON_SUFFIX}
9
PKGNAMESUFFIX=	${PYTHON_SUFFIX}
Lines 13-19 Link Here
13
# Resolve sinpi name clash with libm (IEEE-754 violation)
13
# Resolve sinpi name clash with libm (IEEE-754 violation)
14
PATCH_SITES=	https://github.com/python/cpython/commit/
14
PATCH_SITES=	https://github.com/python/cpython/commit/
15
PATCHFILES=	f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \
15
PATCHFILES=	f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \
16
		f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1
16
		f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1 \
17
		0f10ef077fc32b60cb07780ea7234516950d0f9e.patch:-p1
17
18
18
MAINTAINER=	python@FreeBSD.org
19
MAINTAINER=	python@FreeBSD.org
19
COMMENT=	Interpreted object-oriented programming language
20
COMMENT=	Interpreted object-oriented programming language
(-)lang/python36/Makefile.version (-1 / +1 lines)
Lines 3-6 Link Here
3
3
4
# Do not forget to update python documentation (lang/python-doc-*)
4
# Do not forget to update python documentation (lang/python-doc-*)
5
# Run "make -C lang/python-doc-html makesum"
5
# Run "make -C lang/python-doc-html makesum"
6
PYTHON_PORTVERSION=	3.6.9
6
PYTHON_PORTVERSION=	3.6.10
(-)lang/python36/distinfo (-3 / +5 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1575752359
1
TIMESTAMP = 1590679185
2
SHA256 (python/Python-3.6.9.tar.xz) = 5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da
2
SHA256 (python/Python-3.6.10.tar.xz) = 0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de
3
SIZE (python/Python-3.6.9.tar.xz) = 17212164
3
SIZE (python/Python-3.6.10.tar.xz) = 17212220
4
SHA256 (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 44340896504b297bbab06db0bb0a71ddf9f25bbe02ab3dcdfeec2772c957b69f
4
SHA256 (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 44340896504b297bbab06db0bb0a71ddf9f25bbe02ab3dcdfeec2772c957b69f
5
SIZE (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 2542
5
SIZE (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 2542
6
SHA256 (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = a5cf6ef701d6afb14417232c6723fe2c50d7bf35d87bf6b3e3bcbfa1000a38f9
6
SHA256 (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = a5cf6ef701d6afb14417232c6723fe2c50d7bf35d87bf6b3e3bcbfa1000a38f9
7
SIZE (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = 2888
7
SIZE (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = 2888
8
SHA256 (python/0f10ef077fc32b60cb07780ea7234516950d0f9e.patch) = 8bb85cd36ec6d785e89d288f1709a2d9d8e4befc5b256a95f313b874fcc554fa
9
SIZE (python/0f10ef077fc32b60cb07780ea7234516950d0f9e.patch) = 10876

Return to bug 246808