Created attachment 157707 [details] patch to net/py-libcloud The net/py-libcloud port doesn't work without security/py-backports.ssl_match_hostname being installed. But security/py-backports.ssl_match_hostname is scheduled for deletion. Here's a patch to make libcloud work without the backport.
A commit references this bug: Author: novel Date: Sun Jun 14 05:21:03 UTC 2015 New revision: 389589 URL: https://svnweb.freebsd.org/changeset/ports/389589 Log: Drop usage of py-backports.ssl_match_hostname. The net/py-libcloud port doesn't work without security/py-backports.ssl_match_hostname being installed. But security/py-backports.ssl_match_hostname is scheduled for deletion, so make libcloud work without the backport. PR: 200834 Submitted by: swills Changes: head/net/py-libcloud/Makefile head/net/py-libcloud/files/ head/net/py-libcloud/files/patch-libcloud_httplib__ssl.py
Commited, thanks!