aboutsummaryrefslogtreecommitdiff
path: root/lang/python35/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python35/Makefile')
-rw-r--r--lang/python35/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/lang/python35/Makefile b/lang/python35/Makefile
index 91dc9570cc4c..748da84b10af 100644
--- a/lang/python35/Makefile
+++ b/lang/python35/Makefile
@@ -3,7 +3,7 @@
PORTNAME= python
PORTVERSION= ${PYTHON_PORTVERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang python
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
@@ -12,13 +12,18 @@ DIST_SUBDIR= python
# 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 \
+ 37fe316479e0b6906a74b0c0a5e495c55037fdfd.patch:-p1 \
+ 09d8172837b6985c4ad90ee025f6b5a554a9f0ac.patch:-p1
MAINTAINER= python@FreeBSD.org
COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
+DEPRECATED= Deprecated upstream
+EXPIRATION_DATE= 2020-09-13
+
USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
USE_CSTD= c99
PATHFIX_MAKEFILEIN= Makefile.pre.in