summaryrefslogtreecommitdiff
path: root/www/suphp
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-14 20:28:58 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-14 20:28:58 +0000
commitab97728208653c9abd4e05d5a90eba3989792082 (patch)
tree88d883330911f4c89de331ac44fff311401f37a1 /www/suphp
parent. Install the cacerts file from Sun's 1.3.1_10 release to avoid some (diff)
- Fix suPHP.
- Bump PORTREVISION Noticed by: Starhost.nl - N.Elsten <elsten@starhost.nl> Approved by: erwin (mentor) (implicitly)
Notes
Notes: svn path=/head/; revision=98171
Diffstat (limited to 'www/suphp')
-rw-r--r--www/suphp/Makefile5
-rw-r--r--www/suphp/files/patch-configure20
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