ports/124208: Minor changes in www/mod_macro2

Lukasz Wasikowski lukasz at wasikowski.net
Mon Jun 2 14:30:03 UTC 2008


>Number:         124208
>Category:       ports
>Synopsis:       Minor changes in www/mod_macro2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 14:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Lukasz Wasikowski
>Release:        FreeBSD 7.0-RELEASE-p1
>Organization:
Cadera Sp. z o.o.
>Environment:
FreeBSD bijou.wasikowski.net 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Mon Apr 21 10:35:47 CEST 2008     root at bijou.wasikowski.net:/usr/obj/usr/src/sys/bijou  i386
>Description:
Since there's mod_macro22 in ports for Apache 2.2.x, mod_macro2 should be marked for Apache 2.0.x only.

>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN mod_macro2.bak/Makefile mod_macro2/Makefile
--- mod_macro2.bak/Makefile	2005-12-04 18:32:18.000000000 +0100
+++ mod_macro2/Makefile	2008-06-02 16:13:27.000000000 +0200
@@ -11,9 +11,9 @@
 MASTER_SITES=	http://www.cri.ensmp.fr/~coelho/mod_macro/
 
 MAINTAINER=	apache at FreeBSD.org
-COMMENT=	Apache2 module for use macros in config files
+COMMENT=	Apache 2.0.x module for use macros in config files
 
-USE_APACHE=	20+
+USE_APACHE=	20
 LATEST_LINK=	mod_macro2
 AP_FAST_BUILD=	YES
 AP_GENPLIST=	YES


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list