diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-14 13:31:44 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-14 13:31:44 +0800 |
commit | b3979412bbadbcde0938d58b32cde2442e740245 (patch) | |
tree | f174c26349271d1797cf19f05cbfe45c812c7851 | |
parent | 4fd45baa19e9cfe681f3ad6f45c053fdf5e73ae7 (diff) | |
download | freebsd-ports-gnome-b3979412bbadbcde0938d58b32cde2442e740245.tar.gz freebsd-ports-gnome-b3979412bbadbcde0938d58b32cde2442e740245.tar.zst freebsd-ports-gnome-b3979412bbadbcde0938d58b32cde2442e740245.zip |
- Drop support for www/apache21
PR: ports/146560
Submitted by: myself (pgollucci)
With Hat: apache@
-rw-r--r-- | www/mod_encoding/Makefile | 6 |
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 |