aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2015-05-02 08:09:58 +0800
committerrm <rm@FreeBSD.org>2015-05-02 08:09:58 +0800
commitad2624f311c96caf7d1ce2aea7c97fe086bcc60f (patch)
tree6dce91001bbcf3e1343cfe29822eca28daea618b /security
parentf19265cb947c23349fba4b844c0cfcd45f2bd4d0 (diff)
downloadfreebsd-ports-gnome-ad2624f311c96caf7d1ce2aea7c97fe086bcc60f.tar.gz
freebsd-ports-gnome-ad2624f311c96caf7d1ce2aea7c97fe086bcc60f.tar.zst
freebsd-ports-gnome-ad2624f311c96caf7d1ce2aea7c97fe086bcc60f.zip
security/py-backports.ssl_match_hostname: set for deprecation
Mark as deprecated. Function match_hostname() was backported to standard library (ssl module) since Python 2.7.9. This is the python version we have in ports, so there is no need in this port anymore. Set expiration date to 2015-04-08. References: * https://docs.python.org/2.7/library/ssl.html
Diffstat (limited to 'security')
-rw-r--r--security/py-backports.ssl_match_hostname/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-backports.ssl_match_hostname/Makefile b/security/py-backports.ssl_match_hostname/Makefile
index 4611e567bc0e..367d452dab5f 100644
--- a/security/py-backports.ssl_match_hostname/Makefile
+++ b/security/py-backports.ssl_match_hostname/Makefile
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Backport of ssl.match_hostname() function
+DEPRECATED= Function match_hostname() is in standard library since Python 2.7.9
+EXPIRATION_DATE= 2015-06-02
+
USES= python:2
USE_PYTHON= distutils autoplist