svn commit: r361689 - in head: . Mk

Olli Hauer ohauer at FreeBSD.org
Sun Jul 13 15:51:43 UTC 2014


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 at 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 at FreeBSD.org


More information about the svn-ports-head mailing list