diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-04 12:20:44 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-04 12:28:23 +0200 |
commit | c969f7008f681912501f7838f2b9c49f3b5b0071 (patch) | |
tree | 82e226f83cf6e2afa173686ff8036470926f4315 | |
parent | deskutils/birdtray: Return to pool (diff) |
www/py-autobahn: Remove ACCELERATE OPTION
autobahn now ships with it's own NVX accelerator and upstream has
removed wsaccel support.
Changelog: https://github.com/crossbario/autobahn-python/releases/tag/v${NEW_VERSION}
-rw-r--r-- | www/py-autobahn/Makefile | 11 |
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} \ |