Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2014 15:51:43 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361689 - in head: . Mk
Message-ID:  <201407131551.s6DFphR9043759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Jul 13 15:51:43 2014
New Revision: 361689
URL: http://svnweb.freebsd.org/changeset/ports/361689
QAT: https://qat.redports.org/buildarchive/r361689/

Log:
  - set www/apache24 as the default apache version
  
  requested by bz@ on ports@

Modified:
  head/Mk/bsd.default-versions.mk
  head/UPDATING

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sun Jul 13 15:30:08 2014	(r361688)
+++ head/Mk/bsd.default-versions.mk	Sun Jul 13 15:51:43 2014	(r361689)
@@ -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

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Jul 13 15:30:08 2014	(r361688)
+++ head/UPDATING	Sun Jul 13 15:51:43 2014	(r361689)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407131551.s6DFphR9043759>