- change default apache version to apache22

- make entry in UPDATING

with hat apache@

PR:		ports/147009
This commit is contained in:
Olli Hauer 2011-08-20 17:21:38 +00:00
parent f2adc1c379
commit 59d207f8bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280081
2 changed files with 12 additions and 2 deletions

View file

@ -83,8 +83,8 @@
Apache_Pre_Include= bsd.apache.mk
DEFAULT_APACHE_VERSION= 13
APACHE_SUPPORTED_VERSION= 13 20 22 # preferred version first
DEFAULT_APACHE_VERSION= 22
APACHE_SUPPORTED_VERSION= 22 13 20 # preferred version first
# Print warnings
_ERROR_MSG= : Error from bsd.apache.mk.

View file

@ -5,6 +5,16 @@ 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.
20110820:
AFFECTS: users of www/apache* and depending ports
AUTHOR: ohauer@FreeBSD.org
The default apache version changed from www/apache13 to www/apache22.
Users who will continue with apache13 should create the following entry
in /etc/make.conf
APACHE_PORT= www/apache13
20110818:
AFFECTS: users of mail/enigmail-* ports
AUTHOR: ale@FreeBSD.org