svn commit: r530231 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 1 18:07:26 UTC 2020


Author: sunpoet
Date: Wed Apr  1 18:07:17 2020
New Revision: 530231
URL: https://svnweb.freebsd.org/changeset/ports/530231

Log:
  Update LIBSSH2 option description
  
  PR:		245070
  Reported by:	<iron.udjin at gmail.com>

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Wed Apr  1 17:33:18 2020	(r530230)
+++ head/ftp/curl/Makefile	Wed Apr  1 18:07:17 2020	(r530231)
@@ -32,7 +32,7 @@ HTTP2_DESC=		HTTP/2 support (requires HTTP)
 HTTP2_IMPLIES=		HTTP
 IMAP_DESC=		IMAP/IMAPS support
 LDAPS_IMPLIES=		LDAP
-LIBSSH2_DESC=		SCP/SFTP support via libssh2
+LIBSSH2_DESC=		SCP/SFTP support via libssh2 (requires OPENSSL)
 LIBSSH2_IMPLIES=	OPENSSL
 POP3_DESC=		POP3/POP3S support
 PROXY_IMPLIES=		HTTP


More information about the svn-ports-all mailing list