git: 246d7c3de4cf - main - */*: Use consistent description for WEBSOCKET port option

From: Michael Osipov <michaelo_at_FreeBSD.org>
Date: Tue, 10 Jun 2025 09:00:13 UTC
The branch main has been updated by michaelo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=246d7c3de4cfbd2668129581935f8c49f9d96e56

commit 246d7c3de4cfbd2668129581935f8c49f9d96e56
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-06-07 19:48:29 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2025-06-10 09:00:05 +0000

    */*: Use consistent description for WEBSOCKET port option
    
    Approved by:    jrm (mentor)
    Differential Revision:  https://reviews.freebsd.org/D50742
---
 devel/py-tinyrpc/Makefile     | 1 -
 ftp/curl/Makefile             | 1 -
 net/kamailio/Makefile         | 1 -
 sysutils/py-mqttwarn/Makefile | 1 -
 4 files changed, 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}