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}
This commit is contained in:
parent
8e28c850e2
commit
c969f7008f
@ -1,7 +1,7 @@
|
|||||||
PORTNAME= autobahn
|
PORTNAME= autobahn
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 24.4.2
|
DISTVERSION= 24.4.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
@ -22,14 +22,12 @@ GH_ACCOUNT= crossbario
|
|||||||
GH_PROJECT= autobahn-python
|
GH_PROJECT= autobahn-python
|
||||||
USE_PYTHON= autoplist cryptography distutils pytest
|
USE_PYTHON= autoplist cryptography distutils pytest
|
||||||
|
|
||||||
OPTIONS_DEFINE= ACCELERATE COMPRESS ENCRYPTION SCRAM SERIALIZATION
|
OPTIONS_DEFINE= COMPRESS ENCRYPTION SCRAM SERIALIZATION
|
||||||
OPTIONS_DEFAULT= ACCELERATE ENCRYPTION SCRAM SERIALIZATION \
|
OPTIONS_DEFAULT= ENCRYPTION SCRAM SERIALIZATION TWISTED
|
||||||
TWISTED
|
|
||||||
OPTIONS_MULTI= BACKENDS
|
OPTIONS_MULTI= BACKENDS
|
||||||
OPTIONS_MULTI_BACKENDS= TWISTED
|
OPTIONS_MULTI_BACKENDS= TWISTED
|
||||||
OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options
|
OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options
|
||||||
|
|
||||||
ACCELERATE_DESC= C-based WebSocket Acceleration
|
|
||||||
BACKENDS_DESC= Network Backends
|
BACKENDS_DESC= Network Backends
|
||||||
COMPRESS_DESC= Compression support
|
COMPRESS_DESC= Compression support
|
||||||
ENCRYPTION_DESC= TLS Transport / Cryptosign Encryption & Authentication
|
ENCRYPTION_DESC= TLS Transport / Cryptosign Encryption & Authentication
|
||||||
@ -37,7 +35,6 @@ SCRAM_DESC= WAMP-SCRAM Authentication support
|
|||||||
SERIALIZATION_DESC= Serializers (MessagePack, CBOR, UBJSON, Flatbuffers)
|
SERIALIZATION_DESC= Serializers (MessagePack, CBOR, UBJSON, Flatbuffers)
|
||||||
TWISTED_DESC= Twisted network backend support
|
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} \
|
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}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user