From owner-svn-ports-all@FreeBSD.ORG Sun Jul 13 15:58:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D37AA9E2; Sun, 13 Jul 2014 15:58:46 +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 B4F7021B5; Sun, 13 Jul 2014 15:58:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6DFwkOR045057; Sun, 13 Jul 2014 15:58:46 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6DFwjAK045052; Sun, 13 Jul 2014 15:58:45 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201407131558.s6DFwjAK045052@svn.freebsd.org> From: Olli Hauer Date: Sun, 13 Jul 2014 15:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361691 - in head: Mk www/apache22 www/apache22/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 15:58:47 -0000 Author: ohauer Date: Sun Jul 13 15:58:45 2014 New Revision: 361691 URL: http://svnweb.freebsd.org/changeset/ports/361691 QAT: https://qat.redports.org/buildarchive/r361691/ Log: - reflect new preferred apache version Modified: head/Mk/bsd.apache.mk head/www/apache22/Makefile head/www/apache22/files/HEADS_UP head/www/apache22/pkg-message Modified: head/Mk/bsd.apache.mk ============================================================================== --- head/Mk/bsd.apache.mk Sun Jul 13 15:56:23 2014 (r361690) +++ head/Mk/bsd.apache.mk Sun Jul 13 15:58:45 2014 (r361691) @@ -84,7 +84,7 @@ WARNING+= "DEFAULT_APACHE_VER is defined .endif DEFAULT_APACHE_VERSION?= ${APACHE_DEFAULT:S/.//} -APACHE_SUPPORTED_VERSION= 22 24 # preferred version first +APACHE_SUPPORTED_VERSION= 24 22 # preferred version first # Print warnings _ERROR_MSG= : Error from bsd.apache.mk. Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Sun Jul 13 15:56:23 2014 (r361690) +++ head/www/apache22/Makefile Sun Jul 13 15:58:45 2014 (r361691) @@ -2,7 +2,7 @@ PORTNAME= apache22 PORTVERSION= 2.2.27 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} Modified: head/www/apache22/files/HEADS_UP ============================================================================== --- head/www/apache22/files/HEADS_UP Sun Jul 13 15:56:23 2014 (r361690) +++ head/www/apache22/files/HEADS_UP Sun Jul 13 15:58:45 2014 (r361691) @@ -1,13 +1,13 @@ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! H E A D S - U P -2014-07-11: - The default version will change from www/apache22 to www/apache24, +2014-07-13: + The default version was changed from www/apache22 to www/apache24, pre-build apache modules 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 "APACHE_DEFAULT=2.2" >> /etc/make.conf + echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Modified: head/www/apache22/pkg-message ============================================================================== --- head/www/apache22/pkg-message Sun Jul 13 15:56:23 2014 (r361690) +++ head/www/apache22/pkg-message Sun Jul 13 15:58:45 2014 (r361691) @@ -7,13 +7,13 @@ have issues starting depending on the mo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! H E A D S - U P -2014-07-11: - The default version will change from www/apache22 to www/apache24, +2014-07-13: + The default version was changed from www/apache22 to www/apache24, pre-build apache modules 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 "APACHE_DEFAULT=2.2" >> /etc/make.conf + echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!