Index: head/net/py-libcloud/Makefile =================================================================== --- head/net/py-libcloud/Makefile (revision 389588) +++ head/net/py-libcloud/Makefile (revision 389589) @@ -1,25 +1,26 @@ # Created by: Greg Larkin # $FreeBSD$ PORTNAME= libcloud PORTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= APACHE/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= Standard client library for many popular cloud providers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe python tar:bzip2 USE_PYTHON= distutils autoplist CPE_VENDOR= apache post-extract: @${MV} ${WRKSRC}/libcloud/test ${WRKSRC}/test # no need to install tests @${FIND} ${WRKSRC} -name "*.rej" -delete .include Index: head/net/py-libcloud/files/patch-libcloud_httplib__ssl.py =================================================================== --- head/net/py-libcloud/files/patch-libcloud_httplib__ssl.py (nonexistent) +++ head/net/py-libcloud/files/patch-libcloud_httplib__ssl.py (revision 389589) @@ -0,0 +1,11 @@ +--- libcloud/httplib_ssl.py.orig 2015-02-07 21:51:40 UTC ++++ libcloud/httplib_ssl.py +@@ -23,7 +23,7 @@ import ssl + import base64 + import warnings + +-from backports.ssl_match_hostname import match_hostname, CertificateError ++from ssl import match_hostname, CertificateError + + import libcloud.security + from libcloud.utils.py3 import b Property changes on: head/net/py-libcloud/files/patch-libcloud_httplib__ssl.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property