Index: py-oslo.messaging/Makefile =================================================================== --- py-oslo.messaging/Makefile (revision 481910) +++ py-oslo.messaging/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= oslo.messaging PORTVERSION= 6.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: py-oslo.messaging/files/patch-oslo__messaging___drivers_impl__rabbit.py =================================================================== --- py-oslo.messaging/files/patch-oslo__messaging___drivers_impl__rabbit.py (nonexistent) +++ py-oslo.messaging/files/patch-oslo__messaging___drivers_impl__rabbit.py (working copy) @@ -0,0 +1,11 @@ +--- oslo_messaging/_drivers/impl_rabbit.py.orig 2018-03-27 18:46:38 UTC ++++ oslo_messaging/_drivers/impl_rabbit.py +@@ -920,7 +920,7 @@ class Connection(object): + else: + sock.settimeout(timeout) + # TCP_USER_TIMEOUT is not defined on Windows and Mac OS X +- if sys.platform != 'win32' and sys.platform != 'darwin': ++ if sys.platform != 'win32' and sys.platform != 'darwin' and sys.platform[0:7] != 'freebsd': + try: + timeout = timeout * 1000 if timeout is not None else 0 + # NOTE(gdavoian): only integers and strings are allowed Property changes on: py-oslo.messaging/files/patch-oslo__messaging___drivers_impl__rabbit.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