- set www/apache24 as the default apache version

requested by bz@ on ports@
This commit is contained in:
Olli Hauer 2014-07-13 15:51:43 +00:00
parent 599ded05f6
commit 6cd330179a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361689
2 changed files with 13 additions and 1 deletions

View File

@ -18,7 +18,7 @@ _l= ${lang:C/=.*//g}
${_l:tu}_DEFAULT= ${lang:C/.*=//g}
.endfor
APACHE_DEFAULT?= 2.2
APACHE_DEFAULT?= 2.4
FPC_DEFAULT?= 2.6.4
GCC_DEFAULT?= 4.7
LUA_DEFAULT?= 5.2

View File

@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20140713:
AFFECTS: users of www/apache22
AUTHOR: ohauer@FreeBSD.org
The default version was changed from www/apache22 to www/apache24,
pre-build apache modules and web applications will also reflect this!
In case ports are build by yourself and apache22 is required
use the following command to keep apache22 as default.
# echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf
20140710:
AFFECTS: users of lang/rust
AUTHOR: robak@FreeBSD.org