svn commit: r502568 - head/security/gost-engine

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 11:53:15 UTC 2019


Author: tobik
Date: Sat May 25 11:53:14 2019
New Revision: 502568
URL: https://svnweb.freebsd.org/changeset/ports/502568

Log:
  security/gost-engine: Fix spelling of BROKEN_SSL_REASON_libressl-devel

Modified:
  head/security/gost-engine/Makefile

Modified: head/security/gost-engine/Makefile
==============================================================================
--- head/security/gost-engine/Makefile	Sat May 25 11:51:15 2019	(r502567)
+++ head/security/gost-engine/Makefile	Sat May 25 11:53:14 2019	(r502568)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_SSL=			libressl libressl-devel openssl
 BROKEN_SSL_REASON_libressl=	needs features only available in OpenSSL 1.1.1+
-BROKEN_SSL_REASON_libressl_devel=needs features only available in OpenSSL 1.1.1+
+BROKEN_SSL_REASON_libressl-devel=needs features only available in OpenSSL 1.1.1+
 BROKEN_SSL_REASON_openssl=	needs features only available in OpenSSL 1.1.1+
 
 USES=		cmake ssl


More information about the svn-ports-all mailing list