summaryrefslogtreecommitdiff
path: root/www/py-autobahn
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-autobahn')
-rw-r--r--www/py-autobahn/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 6e0e2f001755..e233402355de 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,7 +1,7 @@
PORTNAME= autobahn
DISTVERSIONPREFIX= v
DISTVERSION= 24.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,14 +22,12 @@ GH_ACCOUNT= crossbario
GH_PROJECT= autobahn-python
USE_PYTHON= autoplist cryptography distutils pytest
-OPTIONS_DEFINE= ACCELERATE COMPRESS ENCRYPTION SCRAM SERIALIZATION
-OPTIONS_DEFAULT= ACCELERATE ENCRYPTION SCRAM SERIALIZATION \
- TWISTED
+OPTIONS_DEFINE= COMPRESS ENCRYPTION SCRAM SERIALIZATION
+OPTIONS_DEFAULT= ENCRYPTION SCRAM SERIALIZATION TWISTED
OPTIONS_MULTI= BACKENDS
OPTIONS_MULTI_BACKENDS= TWISTED
OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options
-ACCELERATE_DESC= C-based WebSocket Acceleration
BACKENDS_DESC= Network Backends
COMPRESS_DESC= Compression support
ENCRYPTION_DESC= TLS Transport / Cryptosign Encryption & Authentication
@@ -37,8 +35,7 @@ SCRAM_DESC= WAMP-SCRAM Authentication support
SERIALIZATION_DESC= Serializers (MessagePack, CBOR, UBJSON, Flatbuffers)
TWISTED_DESC= Twisted network backend support
-ACCELERATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsaccel>=0.6.3:www/py-wsaccel@${PY_FLAVOR}
-COMPRESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.6.0:archivers/py-python-snappy@${PY_FLAVOR}
+COMPRESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.6.0:archivers/py-python-snappy@${PY_FLAVOR}
ENCRYPTION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=20.0.1:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} \