From owner-svn-ports-all@FreeBSD.ORG Mon Jun 22 19:33:51 2015 Return-Path: Delivered-To: svn-ports-all@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D41FD256; Mon, 22 Jun 2015 19:33:51 +0000 (UTC) (envelope-from rm@FreeBSD.org) 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 C21139C; Mon, 22 Jun 2015 19:33:51 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5MJXph3058950; Mon, 22 Jun 2015 19:33:51 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5MJXpbe058949; Mon, 22 Jun 2015 19:33:51 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201506221933.t5MJXpbe058949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 22 Jun 2015 19:33:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390316 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 19:33:51 -0000 Author: rm Date: Mon Jun 22 19:33:51 2015 New Revision: 390316 URL: https://svnweb.freebsd.org/changeset/ports/390316 Log: security/py-backports.ssl_match_hostname: add comment on blocker PR Add comment on PR 201050 that blocking removal of this port. I tried to contact maintainer couple of days ago, but still got no response, so just created an PR to have a chance to commit this by timeout. 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 Mon Jun 22 19:23:46 2015 (r390315) +++ head/security/py-backports.ssl_match_hostname/Makefile Mon Jun 22 19:33:51 2015 (r390316) @@ -10,6 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Backport of ssl.match_hostname() function +# PR 201050 - is a blocker for removal of this port DEPRECATED= Function match_hostname() is in standard library since Python 2.7.9 EXPIRATION_DATE= 2015-06-02