Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2024 04:25:34 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1b4e4610351 - main - ftp/curl: Add missing LIBUV_DESC
Message-ID:  <202409250425.48P4PYHG033838@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit b1b4e4610351fd7f5d77d7108b6ff33ef830412d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 04:13:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 04:22:26 +0000

    ftp/curl: Add missing LIBUV_DESC
---
 ftp/curl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 8bacab43595b..b561bbd8245a 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -65,6 +65,7 @@ LIBSSH_DESC=	SCP/SFTP support via libssh (requires OPENSSL)
 LIBSSH_IMPLIES=	OPENSSL
 LIBSSH2_DESC=	SCP/SFTP support via libssh2 (requires OPENSSL)
 LIBSSH2_IMPLIES=OPENSSL
+LIBUV_DESC=	Event-based tests
 MQTT_DESC=	MQTT support
 POP3_DESC=	POP3/POP3S support
 PROXY_IMPLIES=	HTTP


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409250425.48P4PYHG033838>