aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-27 11:31:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-27 11:31:10 +0000
commit06b4ea3876d0bacdb8df68b06488f027ce18e1f8 (patch)
tree1b037def670694489104abae09b8b8337f0e5a08 /CHANGES
parent542cd0842607c909c877863a282853066c72bca9 (diff)
downloadports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.tar.gz
ports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.zip
Replace bsd.openssl.mk with USES=ssl
Add a qa hint about needing, or not, USES=ssl. Fix ports doing silly things, like including bsd.openssl.mk directly. PR: 210322 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6866
Notes
Notes: svn path=/head/; revision=417651
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d87bebf0e052..fc8b7328d802 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20160627:
+AUTHOR: mat@FreeBSD.org
+
+ USE_OPENSSL has been replaced by USES=ssl.
+
20160625:
AUTHOR: adamw@FreeBSD.org