From owner-svn-ports-head@FreeBSD.ORG Sun Jul 13 15:51:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFE4A7A8; Sun, 13 Jul 2014 15:51:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD8B22174; Sun, 13 Jul 2014 15:51:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6DFphHJ043761; Sun, 13 Jul 2014 15:51:43 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6DFphR9043759; Sun, 13 Jul 2014 15:51:43 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201407131551.s6DFphR9043759@svn.freebsd.org> From: Olli Hauer Date: Sun, 13 Jul 2014 15:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361689 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 15:51:43 -0000 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