aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-03-11 14:23:28 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-03-11 14:23:28 +0000
commita80b8e64edec36df028bf7d13088685e98955967 (patch)
tree4a9274a42036319acef7e1b987592404e0a7a7af /CHANGES
parent7b487e75865136df3eb272692a665e8cb05da846 (diff)
downloadports-a80b8e64edec36df028bf7d13088685e98955967.tar.gz
ports-a80b8e64edec36df028bf7d13088685e98955967.zip
Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses
- Chase required changes in framework (bsd.sanity.mk, bsd.port.mk) - Chase required changes in ports (version checks) - Chase required changes in PHP ports (include bsd.apache.mk) - exp-run by antoine, brnrd, joneum PR: 223691 (exp-run) Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr) Approved by: joneum (hat apache) Approved by: portmgr With hat: apache
Notes
Notes: svn path=/head/; revision=464175
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eedbd013f59b..e16e1f2ccf17 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.
+20180311:
+AUTHOR: brnrd@FreeBSD.org
+
+ USE_APACHE has been replaced by USES=apache.
+
20180308:
AUTHOR: mat@FreeBSD.org