aboutsummaryrefslogtreecommitdiff
path: root/www/mod_encoding
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-14 05:31:44 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-14 05:31:44 +0000
commitc4e4ab92e20d0b4b939c8e869dea02e7d03a7976 (patch)
tree71f228c64f75107dcc50b38be76875ef2bcba4af /www/mod_encoding
parentffc9800d4e5f4de5e21059eb5da2aa7011120a4c (diff)
downloadports-c4e4ab92e20d0b4b939c8e869dea02e7d03a7976.tar.gz
ports-c4e4ab92e20d0b4b939c8e869dea02e7d03a7976.zip
- Drop support for www/apache21
PR: ports/146560 Submitted by: myself (pgollucci) With Hat: apache@
Notes
Notes: svn path=/head/; revision=261125
Diffstat (limited to 'www/mod_encoding')
-rw-r--r--www/mod_encoding/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_encoding/Makefile b/www/mod_encoding/Makefile
index d978c98aedd1..c3969b346b90 100644
--- a/www/mod_encoding/Makefile
+++ b/www/mod_encoding/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.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.
@@ -44,7 +44,7 @@ PLIST_FILES= ${APACHEMODDIR}/mod_encoding.so
.if ${APACHE_VERSION} == 20
EXTRA_PATCHES= ${PATCHDIR}/apache20_patch
-.elif ${APACHE_VERSION} >= 21
+.elif ${APACHE_VERSION} >= 22
EXTRA_PATCHES= ${PATCHDIR}/apache22_patch
.endif
@@ -55,7 +55,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/iconv_hook-20040430.patch
.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