diff options
-rw-r--r-- | www/suphp/Makefile | 5 | ||||
-rw-r--r-- | www/suphp/files/patch-configure | 20 |
2 files changed, 3 insertions, 22 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 6e9a15027f10..3991435c9055 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -7,6 +7,7 @@ PORTNAME= suphp PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ @@ -23,8 +24,8 @@ CONFLICTS= mod_php4-4* php-4.* LOG_PATH?= /var/log PHP_PATH?= ${LOCALBASE}/bin/php APACHE_USER?= ${WWWOWN} -MIN_UID?= ${WWWOWN} -MIN_GID?= ${WWWGRP} +MIN_UID?= 80 +MIN_GID?= 80 WITH_SETID_MODE?= owner CONFIGURE_ARGS+= --with-php=${PHP_PATH} \ diff --git a/www/suphp/files/patch-configure b/www/suphp/files/patch-configure deleted file mode 100644 index 85bc9b69335d..000000000000 --- a/www/suphp/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sun Jan 11 15:21:53 2004 -+++ configure Sun Jan 11 15:22:19 2004 -@@ -2253,7 +2253,7 @@ - if test $withval; then - - cat >>confdefs.h <<_ACEOF --#define OPT_MIN_UID $withval -+#define OPT_MIN_UID "$withval" - _ACEOF - - fi -@@ -2276,7 +2276,7 @@ - if test $withval; then - - cat >>confdefs.h <<_ACEOF --#define OPT_MIN_GID $withval -+#define OPT_MIN_GID "$withval" - _ACEOF - - fi |