From owner-svn-ports-head@FreeBSD.ORG Sat May 2 00:09:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C26BFE3A; Sat, 2 May 2015 00:09:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B10031F88; Sat, 2 May 2015 00:09:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4209xI4071028; Sat, 2 May 2015 00:09:59 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4209xTP071027; Sat, 2 May 2015 00:09:59 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201505020009.t4209xTP071027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 2 May 2015 00:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385158 - head/security/py-backports.ssl_match_hostname X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2015 00:09:59 -0000 Author: rm Date: Sat May 2 00:09:58 2015 New Revision: 385158 URL: https://svnweb.freebsd.org/changeset/ports/385158 Log: 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 Modified: head/security/py-backports.ssl_match_hostname/Makefile Modified: head/security/py-backports.ssl_match_hostname/Makefile ============================================================================== --- head/security/py-backports.ssl_match_hostname/Makefile Fri May 1 23:50:40 2015 (r385157) +++ head/security/py-backports.ssl_match_hostname/Makefile Sat May 2 00:09:58 2015 (r385158) @@ -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