svn commit: r303986 - in head: devel/p5-Log-Dispatch www/p5-HTML-Mason www/wwwstat
Olli Hauer
ohauer at FreeBSD.org
Sun Sep 9 18:05:16 UTC 2012
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 at 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 at 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 at 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}
More information about the svn-ports-head
mailing list