aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/apache22-peruser-mpm/Makefile2
-rw-r--r--www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch4
2 files changed, 4 insertions, 2 deletions
diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile
index 387db7271754..581846d05273 100644
--- a/www/apache22-peruser-mpm/Makefile
+++ b/www/apache22-peruser-mpm/Makefile
@@ -9,6 +9,8 @@
# $FreeBSD$
#
+PORTREVISION= 1
+
MAINTAINER= jille@quis.cx
MASTERDIR= ${.CURDIR}/../apache22
diff --git a/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch b/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch
index 77d09b134f9e..4a2c058c89c8 100644
--- a/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch
+++ b/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch
@@ -5,8 +5,8 @@ diff -Nur httpd-2.2.3/server/mpm/config.m4 httpd-2.2.3-peruser/server/mpm/config
AC_MSG_CHECKING(which MPM to use)
AC_ARG_WITH(mpm,
APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use.
-- MPM={beos|event|worker|prefork|mpmt_os2}),[
-+ MPM={beos|event|worker|prefork|mpmt_os2|peruser}),[
+- MPM={beos|event|worker|prefork|mpmt_os2|winnt}),[
++ MPM={beos|event|worker|prefork|mpmt_os2|winnt|peruser}),[
APACHE_MPM=$withval
],[
if test "x$APACHE_MPM" = "x"; then