Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 19:33:51 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
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
Message-ID:  <201506221933.t5MJXpbe058949@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221933.t5MJXpbe058949>