diff options
Diffstat (limited to 'lang/python312/Makefile')
-rw-r--r-- | lang/python312/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python312/Makefile b/lang/python312/Makefile index c5ddd8cc78af..f5f87217109c 100644 --- a/lang/python312/Makefile +++ b/lang/python312/Makefile @@ -1,11 +1,15 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${DISTVERSION} DIST_SUBDIR= python +PATCH_SITES= https://github.com/python/cpython/commit/ +PATCHFILES= 4398b788ffc1f954a2c552da285477d42a571292.patch:-p1 + MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language WWW= https://www.python.org/ |