svn commit: r390442 - in head: . security security/py-backports.ssl_match_hostname

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Jun 23 18:31:30 UTC 2015


Author: rm
Date: Tue Jun 23 18:31:28 2015
New Revision: 390442
URL: https://svnweb.freebsd.org/changeset/ports/390442

Log:
  Remove expired port
  
  Functionality of py-backports.ssl_match_hostname is available in Python standard
  library as ssl.match_hostname() since Python 2.7.9 [1].
  
  [1] https://docs.python.org/2.7/library/ssl.html#ssl.match_hostname

Deleted:
  head/security/py-backports.ssl_match_hostname/
Modified:
  head/MOVED
  head/security/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Jun 23 18:22:43 2015	(r390441)
+++ head/MOVED	Tue Jun 23 18:31:28 2015	(r390442)
@@ -7640,3 +7640,4 @@ multimedia/avidemux26|multimedia/avidemu
 editors/zim|deskutils/zim|2015-06-18|Move to more appropriate category
 net/py-ldap2|net/py-ldap|2015-06-18|Rename to better match upstream name
 devel/erlang-mustache|devel/erlang-bbmustache|2015-06-21|Renamed upstream
+security/py-backports.ssl_match_hostname||2015-06-23|This functionality was backported to python 2.7.9

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Jun 23 18:22:43 2015	(r390441)
+++ head/security/Makefile	Tue Jun 23 18:31:28 2015	(r390442)
@@ -775,7 +775,6 @@
     SUBDIR += py-Products.PluggableAuthService
     SUBDIR += py-RestrictedPython
     SUBDIR += py-SecretStorage
-    SUBDIR += py-backports.ssl_match_hostname
     SUBDIR += py-bcrypt
     SUBDIR += py-borg.localrole
     SUBDIR += py-cerealizer


More information about the svn-ports-all mailing list