From owner-svn-ports-head@FreeBSD.ORG Sun Sep 9 18:05:16 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 710B3106566C; Sun, 9 Sep 2012 18:05:16 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 424A18FC08; Sun, 9 Sep 2012 18:05:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89I5GSj017144; Sun, 9 Sep 2012 18:05:16 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89I5Goh017140; Sun, 9 Sep 2012 18:05:16 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201209091805.q89I5Goh017140@svn.freebsd.org> From: Olli Hauer Date: Sun, 9 Sep 2012 18:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303986 - in head: devel/p5-Log-Dispatch www/p5-HTML-Mason www/wwwstat X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Sep 2012 18:05:16 -0000 Author: ohauer Date: Sun Sep 9 18:05:15 2012 New Revision: 303986 URL: http://svn.freebsd.org/changeset/ports/303986 Log: - s/USE_APACHE/USE_APACHE_RUN/ with hat apache@ Modified: head/devel/p5-Log-Dispatch/Makefile head/www/p5-HTML-Mason/Makefile head/www/wwwstat/Makefile Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Sun Sep 9 17:39:58 2012 (r303985) +++ head/devel/p5-Log-Dispatch/Makefile Sun Sep 9 18:05:15 2012 (r303986) @@ -1,9 +1,4 @@ -# New ports collection makefile for: devel/p5-Log-Dispatch -# Date created: 17 May 2001 -# Whom: Anton Berezin -# # $FreeBSD$ -# PORTNAME= Log-Dispatch PORTVERSION= 2.32 @@ -50,7 +45,7 @@ MAIL_SENDER_DESC= Mail::Sender support .include .if ${PORT_OPTIONS:MAPACHELOG} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .include Modified: head/www/p5-HTML-Mason/Makefile ============================================================================== --- head/www/p5-HTML-Mason/Makefile Sun Sep 9 17:39:58 2012 (r303985) +++ head/www/p5-HTML-Mason/Makefile Sun Sep 9 18:05:15 2012 (r303986) @@ -1,9 +1,4 @@ -# New ports collection makefile for: HTML-Mason -# Date created: 31 May 2000 -# Whom: Denis Shaposhnikov -# # $FreeBSD$ -# PORTNAME= HTML-Mason PORTVERSION= 1.50 @@ -73,7 +68,7 @@ post-install: .if ${PORT_OPTIONS:MMODPERL} RUN_DEPENDS+= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .include Modified: head/www/wwwstat/Makefile ============================================================================== --- head/www/wwwstat/Makefile Sun Sep 9 17:39:58 2012 (r303985) +++ head/www/wwwstat/Makefile Sun Sep 9 18:05:15 2012 (r303986) @@ -1,9 +1,4 @@ -# New ports collection makefile for: wwwstat -# Date created: 1997-04-02 -# Whom: Andreas Klemm -# # $FreeBSD$ -# PORTNAME= wwwstat PORTVERSION= 2.01 @@ -21,7 +16,7 @@ COMMENT= Webserver logfile analysis pack MAKE_JOBS_SAFE= yes -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ USE_PERL5= yes MAKE_ENV+= PERL5=${PERL5}