svn commit: r417658 - in head/Mk: . Scripts

Mathieu Arnold mat at FreeBSD.org
Mon Jun 27 13:26:19 UTC 2016


Author: mat
Date: Mon Jun 27 13:26:17 2016
New Revision: 417658
URL: https://svnweb.freebsd.org/changeset/ports/417658

Log:
  Catch up two instances of USE_OPENSSL.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/Scripts/qa.sh   (contents, props changed)
  head/Mk/bsd.port.mk   (contents, props changed)

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Mon Jun 27 12:55:22 2016	(r417657)
+++ head/Mk/Scripts/qa.sh	Mon Jun 27 13:26:17 2016	(r417658)
@@ -529,7 +529,7 @@ proxydeps_suggest_uses() {
 	elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl-devel" \
 	  -o ${pkg} = "security/libressl" -o ${pkg} = "security/libressl-devel" \
 	  ]; then
-		warn "you need USE_OPENSSL=yes"
+		warn "you need USES=ssl"
 	# Tcl
 	elif expr ${pkg} : "^lang/tcl" > /dev/null; then
 		warn "you need USES+=tcl"

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jun 27 12:55:22 2016	(r417657)
+++ head/Mk/bsd.port.mk	Mon Jun 27 13:26:17 2016	(r417658)
@@ -357,8 +357,6 @@ FreeBSD_MAINTAINER=	portmgr at FreeBSD.org
 # USE_SDL		- If set, this port uses the sdl libraries.
 #				  See bsd.sdl.mk for more information.
 ##
-# USE_OPENSSL	- If set, this port relies on the OpenSSL package.
-##
 # USE_OPENLDAP	- If set, this port uses the OpenLDAP libraries.
 #				  Implies: WANT_OPENLDAP_VER?=24
 # WANT_OPENLDAP_VER


More information about the svn-ports-head mailing list