Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2016 07:58:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417699 - head/Mk/Scripts
Message-ID:  <201606280758.u5S7whZ3055236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 28 07:58:43 2016
New Revision: 417699
URL: https://svnweb.freebsd.org/changeset/ports/417699

Log:
  - Fix typo: "you need USES=nssl" -> "you need USES=ssl"
  
  Approved by:	mat
  Differential Revision:	D6997

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Tue Jun 28 07:29:13 2016	(r417698)
+++ head/Mk/Scripts/qa.sh	Tue Jun 28 07:58:43 2016	(r417699)
@@ -120,7 +120,7 @@ baselibs() {
 		-type f -exec readelf -d {} + 2>/dev/null)
 	EOF
 	if [ -z "${USESSSL}" -a -n "${found_openssl}" ]; then
-		warn "you need USES=nssl"
+		warn "you need USES=ssl"
 	elif [ -n "${USESSSL}" -a -z "${found_openssl}" ]; then
 		warn "you may not need USES=ssl"
 	fi



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