Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 18:05:15 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303986 - in head: devel/p5-Log-Dispatch www/p5-HTML-Mason www/wwwstat
Message-ID:  <201209091805.q89I5Goh017140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tobez@tobez.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Dispatch
 PORTVERSION=	2.32
@@ -50,7 +45,7 @@ MAIL_SENDER_DESC=		Mail::Sender support
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MAPACHELOG}
-USE_APACHE=	22+
+USE_APACHE_RUN=	22+
 .endif
 
 .include <bsd.port.pre.mk>

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 <dsh@vlink.ru>
-#
 # $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 <bsd.port.mk>

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 <andreas@klemm.gtn.com>
-#
 # $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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209091805.q89I5Goh017140>