summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2007-06-11 12:07:54 +0000
committerMartin Matuska <mm@FreeBSD.org>2007-06-11 12:07:54 +0000
commit66b780ff362674db3d3fcc38536892f18aaf1509 (patch)
treece77dec91791b4ba50ef7c9e82df6baebffc75a4 /www
parent- update to 1.5.a80 (diff)
- update to 2.1
PR: ports/113486 Submitted by: Josh Tolbert <hemi@puresimplicity.net> (maintainer) Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=193253
Diffstat (limited to 'www')
-rw-r--r--www/mod_fcgid/Makefile2
-rw-r--r--www/mod_fcgid/distinfo6
-rw-r--r--www/mod_fcgid/files/patch-fcgid_conf.c2
3 files changed, 6 insertions, 4 deletions
diff --git a/www/mod_fcgid/Makefile b/www/mod_fcgid/Makefile
index d86807d41c62..afa06abd16de 100644
--- a/www/mod_fcgid/Makefile
+++ b/www/mod_fcgid/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_fcgid
-PORTVERSION= 2.0
+PORTVERSION= 2.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
diff --git a/www/mod_fcgid/distinfo b/www/mod_fcgid/distinfo
index 6e78b9744aeb..43bdd5f12132 100644
--- a/www/mod_fcgid/distinfo
+++ b/www/mod_fcgid/distinfo
@@ -1,3 +1,3 @@
-MD5 (mod_fcgid.2.0.tar.gz) = 3aa51f1e293e6d881028295a23021dae
-SHA256 (mod_fcgid.2.0.tar.gz) = 714e2eac93807e768a8a81c9d157e02fd674eab472302211a137657c9241cef1
-SIZE (mod_fcgid.2.0.tar.gz) = 274974
+MD5 (mod_fcgid.2.1.tar.gz) = 0bc036276e378463c80617ff57e853dc
+SHA256 (mod_fcgid.2.1.tar.gz) = 9d847f66f8067c5b8de06088a04356d22cee9ced2db7d04be6d6a7613c6b83df
+SIZE (mod_fcgid.2.1.tar.gz) = 54359
diff --git a/www/mod_fcgid/files/patch-fcgid_conf.c b/www/mod_fcgid/files/patch-fcgid_conf.c
index 6255ce049ecc..83c2baf73dc3 100644
--- a/www/mod_fcgid/files/patch-fcgid_conf.c
+++ b/www/mod_fcgid/files/patch-fcgid_conf.c
@@ -5,7 +5,9 @@
#define DEFAULT_ZOMBIE_SCAN_INTERVAL 3
#define DEFAULT_PROC_LIFETIME (60*60)
-#define DEFAULT_SOCKET_PREFIX "logs/fcgidsock"
+-#define DEFAULT_SHM_PATH "logs/fcgid_shm"
+#define DEFAULT_SOCKET_PREFIX "/var/run/fcgidsock"
++#define DEFAULT_SHM_PATH "/var/run/fcgid_shm"
#define DEFAULT_SPAWNSOCRE_UPLIMIT 10
#define DEFAULT_SPAWN_SCORE 1
#define DEFAULT_TERMINATION_SCORE 2