diff options
author | Michael Osipov <michaelo@FreeBSD.org> | 2025-06-07 19:48:29 +0000 |
---|---|---|
committer | Michael Osipov <michaelo@FreeBSD.org> | 2025-06-10 09:00:05 +0000 |
commit | 246d7c3de4cfbd2668129581935f8c49f9d96e56 (patch) | |
tree | 33879bb95d5e56153690e890b7f9ae97fe698c73 | |
parent | a35d410ad77415c95c9d0dd1b3f98c674731cfac (diff) |
*/*: Use consistent description for WEBSOCKET port option
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D50742
-rw-r--r-- | devel/py-tinyrpc/Makefile | 1 | ||||
-rw-r--r-- | ftp/curl/Makefile | 1 | ||||
-rw-r--r-- | net/kamailio/Makefile | 1 | ||||
-rw-r--r-- | sysutils/py-mqttwarn/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/devel/py-tinyrpc/Makefile b/devel/py-tinyrpc/Makefile index 0a6e00a8feed..7de008fc8c7f 100644 --- a/devel/py-tinyrpc/Makefile +++ b/devel/py-tinyrpc/Makefile @@ -26,7 +26,6 @@ GEVENT_DESC= Gevent support HTTPCLIENT_DESC=HTTP client support MSGPACK_DESC= MessagePack support RABBITMQ_DESC= RabbitMQ support -WEBSOCKET_DESC= WebSocket support WSGI_DESC= WSGI support ZEROMQ_DESC= ZeroMQ support diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 205bbc329876..c46160e0de8e 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -81,7 +81,6 @@ SMB_DESC= SMB/CIFS support SMTP_DESC= SMTP/SMTPS support THREADED_RESOLVER_DESC= Threaded DNS resolver TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support -WEBSOCKET_DESC= WebSocket support ALTSVC_CONFIGURE_ENABLE=alt-svc BROTLI_CONFIGURE_WITH= brotli diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile index e6f739d68d99..ac20001782fb 100644 --- a/net/kamailio/Makefile +++ b/net/kamailio/Makefile @@ -70,7 +70,6 @@ PYTHON3_DESC= Execute embedded Python3 scripts SCTP_DESC= SCTP support SIPREPO_DESC= In-memory SIP message storage SLACK_DESC= Connector to Slack channels -WEBSOCKET_DESC= WebSocket transport layer DIALPLAN_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 DIALPLAN_VARS= EXTRA_MODULES+=dialplan diff --git a/sysutils/py-mqttwarn/Makefile b/sysutils/py-mqttwarn/Makefile index bcb1c69b5ada..03829d2f1bba 100644 --- a/sysutils/py-mqttwarn/Makefile +++ b/sysutils/py-mqttwarn/Makefile @@ -58,7 +58,6 @@ SERIAL_DESC= Serial port SSH_DESC= ssh plugin TWILIO_DESC= Use Twilio API to send messages TWITTER_DESC= Notifications to Twitter accounts -WEBSOCKET_DESC= Websocket APNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apns2>=2.0.1:devel/py-apns2@${PY_FLAVOR} CELERY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}celery>0:devel/py-celery@${PY_FLAVOR} |