diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2026-02-05 05:20:20 +0000 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2026-02-05 05:20:20 +0000 |
| commit | 84e04bed41d183986343c43dc0f9f1300879bf8c (patch) | |
| tree | 90a37f546bf12db6c0fe0c98363d9712325773c6 /lang/python311 | |
| parent | 2667fbea2f2442bf94a0a9007be5a645fe4d59f0 (diff) | |
Diffstat (limited to 'lang/python311')
| -rw-r--r-- | lang/python311/Makefile | 9 | ||||
| -rw-r--r-- | lang/python311/distinfo | 12 |
2 files changed, 18 insertions, 3 deletions
diff --git a/lang/python311/Makefile b/lang/python311/Makefile index bb66583c646d..cb3bd1c3943d 100644 --- a/lang/python311/Makefile +++ b/lang/python311/Makefile @@ -1,6 +1,6 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -9,7 +9,12 @@ DIST_SUBDIR= python PATCH_SITES= https://github.com/python/cpython/commit/ PATCHFILES= a46c10ec9d4050ab67b8a932e0859a2ea60c3cb8.patch:-p1 \ - afc40bdd3dd71f343fd9016f6d8eebbacbd6587c.patch:-p1 + afc40bdd3dd71f343fd9016f6d8eebbacbd6587c.patch:-p1 \ + 842ce19a0c0b58d61591e8f6a708c38db1fb94e4.patch:-p1 \ + e9970f077240c7c670e8a6fc6662f2b30d3b6ad0.patch:-p1 \ + 3f396ca9d7bbe2a50ea6b8c9b27c0082884d9f80.patch:-p1 \ + b1869ff648bbee0717221d09e6deff46617f3e85.patch:-p1 \ + e4846a93ac07a8ae9aa18203af0dd13d6e7a6995.patch:-p1 MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language diff --git a/lang/python311/distinfo b/lang/python311/distinfo index 412bb1c32204..c100ee86a8fa 100644 --- a/lang/python311/distinfo +++ b/lang/python311/distinfo @@ -1,7 +1,17 @@ -TIMESTAMP = 1769403781 +TIMESTAMP = 1770257346 SHA256 (python/Python-3.11.14.tar.xz) = 8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78 SIZE (python/Python-3.11.14.tar.xz) = 20326860 SHA256 (python/a46c10ec9d4050ab67b8a932e0859a2ea60c3cb8.patch) = abd4d94b79e956573ecae434ec62fbbca3c83ba7cbdfeb4b8b8d0615188cbb0b SIZE (python/a46c10ec9d4050ab67b8a932e0859a2ea60c3cb8.patch) = 6564 SHA256 (python/afc40bdd3dd71f343fd9016f6d8eebbacbd6587c.patch) = 9d0bdf677c8800254fd580c28226a379ed7f7a382df497b99dbf471467f0e6ad SIZE (python/afc40bdd3dd71f343fd9016f6d8eebbacbd6587c.patch) = 6133 +SHA256 (python/842ce19a0c0b58d61591e8f6a708c38db1fb94e4.patch) = 1af62fb97d2e74bd5f9aa4dc7584c6cfbf278d123edd1ce588284277bf90178b +SIZE (python/842ce19a0c0b58d61591e8f6a708c38db1fb94e4.patch) = 5099 +SHA256 (python/e9970f077240c7c670e8a6fc6662f2b30d3b6ad0.patch) = 680f0b30d0502015efd30a216fdffb5e1936dac12a4432641c03cca8e533994c +SIZE (python/e9970f077240c7c670e8a6fc6662f2b30d3b6ad0.patch) = 5712 +SHA256 (python/3f396ca9d7bbe2a50ea6b8c9b27c0082884d9f80.patch) = b1e85e0a499d6bcc34511e2a2f1cc26876bd1f4c09183174438b23a7455181b6 +SIZE (python/3f396ca9d7bbe2a50ea6b8c9b27c0082884d9f80.patch) = 2836 +SHA256 (python/b1869ff648bbee0717221d09e6deff46617f3e85.patch) = dbba01dd565d58b4d06b57ff1acb11d8df19d3862d8b814ad5c9f96798016bbe +SIZE (python/b1869ff648bbee0717221d09e6deff46617f3e85.patch) = 8287 +SHA256 (python/e4846a93ac07a8ae9aa18203af0dd13d6e7a6995.patch) = 80489e2d798ae090a3ec35ab28eaa0ee563c5bf00e1fa8827415bdd6973da6b0 +SIZE (python/e4846a93ac07a8ae9aa18203af0dd13d6e7a6995.patch) = 4342 |
