ports/146560: [PATCH] www/ap22-mod_encoding: drop support for apache_version 21

Philip M. Gollucci pgollucci at frieza.p6m7g8.net
Fri May 14 02:20:02 UTC 2010


>Number:         146560
>Category:       ports
>Synopsis:       [PATCH] www/ap22-mod_encoding: drop support for apache_version 21
>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:   Fri May 14 02:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:

Port maintainer (edwin at mavetju.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ap22-mod_encoding-20021209_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_encoding/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	21 May 2009 20:45:27 -0000	1.7
+++ Makefile	14 May 2010 02:17:35 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	edwin at mavetju.org
 COMMENT=	Apache module for non-ascii filename interoperability
 
-MAKE_JOBS_SAFE=  yes
+MAKE_JOBS_SAFE=	yes
 
 # This port will work with the following version of Apache and anything newer.
 # Mostly because of the dependency of mod_dav.
@@ -43,7 +43,7 @@
 
 .if ${APACHE_VERSION} == 20
 EXTRA_PATCHES=	${PATCHDIR}/apache20_patch
-.elif ${APACHE_VERSION} >= 21
+.elif ${APACHE_VERSION} >= 22
 EXTRA_PATCHES=	${PATCHDIR}/apache22_patch
 .endif
 
@@ -54,7 +54,7 @@
 .if defined(WITH_QUERYSTRING_FIX)
 .if ${APACHE_VERSION} <= 20
 EXTRA_PATCHES+=	${PATCHDIR}/queryfix-patch13
-.elif ${APACHE_VERSION} >= 21
+.elif ${APACHE_VERSION} >= 22
 EXTRA_PATCHES+=	${PATCHDIR}/queryfix-patch22
 .endif
 .endif
--- ap22-mod_encoding-20021209_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list