FreeBSD Bugzilla – Attachment 192195 Details for
Bug 227278
[PATCH] www/py-websocket-client: Add dependency on backports.ssl_match_hostname for python 2.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff
websocket-client-dep.diff (text/plain), 705 bytes, created by
Kyle Evans
on 2018-04-04 02:04:53 UTC
(
hide
)
Description:
svn(1) diff
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2018-04-04 02:04:53 UTC
Size:
705 bytes
patch
obsolete
>Index: www/py-websocket-client/Makefile >=================================================================== >--- www/py-websocket-client/Makefile (revision 465556) >+++ www/py-websocket-client/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= websocket-client > PORTVERSION= 0.45.0 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,4 +20,10 @@ > USES= python > USE_PYTHON= distutils autoplist > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_MAJOR_VER} == 2 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>=0:security/py-backports.ssl_match_hostname@${PY_FLAVOR} >+.endif >+ >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227278
: 192195