diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-03-11 22:23:28 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-03-11 22:23:28 +0800 |
commit | f9df425c1492b7a3ca85efd6519fb9da2d630675 (patch) | |
tree | 4a9274a42036319acef7e1b987592404e0a7a7af /CHANGES | |
parent | 960ff32634b66979be46cc830a877dce144736ad (diff) | |
download | freebsd-ports-gnome-f9df425c1492b7a3ca85efd6519fb9da2d630675.tar.gz freebsd-ports-gnome-f9df425c1492b7a3ca85efd6519fb9da2d630675.tar.zst freebsd-ports-gnome-f9df425c1492b7a3ca85efd6519fb9da2d630675.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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |