From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 20:53:17 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 73289FF0; Sat, 9 Nov 2013 20:53:17 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4618A22CB; Sat, 9 Nov 2013 20:53:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9KrHSK036063; Sat, 9 Nov 2013 20:53:17 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9KrGnc036056; Sat, 9 Nov 2013 20:53:16 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311092053.rA9KrGnc036056@svn.freebsd.org> From: Olli Hauer Date: Sat, 9 Nov 2013 20:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333336 - in head/www: apache22-event-mpm apache22-itk-mpm apache22-peruser-mpm apache22-worker-mpm 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.14 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: Sat, 09 Nov 2013 20:53:17 -0000 Author: ohauer Date: Sat Nov 9 20:53:16 2013 New Revision: 333336 URL: http://svnweb.freebsd.org/changeset/ports/333336 Log: - add stage support PR: ports/183807 Submitted by: Spil Modified: head/www/apache22-event-mpm/Makefile head/www/apache22-itk-mpm/Makefile head/www/apache22-peruser-mpm/Makefile head/www/apache22-worker-mpm/Makefile Modified: head/www/apache22-event-mpm/Makefile ============================================================================== --- head/www/apache22-event-mpm/Makefile Sat Nov 9 20:21:36 2013 (r333335) +++ head/www/apache22-event-mpm/Makefile Sat Nov 9 20:53:16 2013 (r333336) @@ -13,5 +13,4 @@ PORT_OPTIONS+= CGID OPTIONS_EXCLUDE= CGI OPTIONS_UNSET+= CGI -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/www/apache22-itk-mpm/Makefile ============================================================================== --- head/www/apache22-itk-mpm/Makefile Sat Nov 9 20:21:36 2013 (r333335) +++ head/www/apache22-itk-mpm/Makefile Sat Nov 9 20:53:16 2013 (r333336) @@ -22,7 +22,6 @@ LATEST_LINK= apache22-${WITH_MPM}-mpm DESCR= ${.CURDIR}/pkg-descr MPM_ITK_VERSION?= 20110321-01 -NO_STAGE= yes EXTRA_PATCHES+= ${.CURDIR}/files/mpm-itk-${MPM_ITK_VERSION} Modified: head/www/apache22-peruser-mpm/Makefile ============================================================================== --- head/www/apache22-peruser-mpm/Makefile Sat Nov 9 20:21:36 2013 (r333335) +++ head/www/apache22-peruser-mpm/Makefile Sat Nov 9 20:53:16 2013 (r333336) @@ -10,7 +10,6 @@ MASTERDIR= ${.CURDIR}/../apache22 MAINTAINER= ports@FreeBSD.org WITH_MPM= peruser -NO_STAGE= yes LATEST_LINK= apache22-${WITH_MPM}-mpm DESCR= ${.CURDIR}/pkg-descr Modified: head/www/apache22-worker-mpm/Makefile ============================================================================== --- head/www/apache22-worker-mpm/Makefile Sat Nov 9 20:21:36 2013 (r333335) +++ head/www/apache22-worker-mpm/Makefile Sat Nov 9 20:53:16 2013 (r333336) @@ -13,5 +13,4 @@ PORT_OPTIONS+= CGID OPTIONS_EXCLUDE= CGI OPTIONS_UNSET+= CGI -NO_STAGE= yes .include "${MASTERDIR}/Makefile"