diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-11-24 16:22:46 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-11-24 16:22:46 +0800 |
commit | 81b5da7a05f0b4e8fe2755fac03da22b1c5c8b19 (patch) | |
tree | c7bbee3ce50f6260f14da77a20ada439801e3292 /www | |
parent | 7d15a57f81cc180924a48ecd63f75ec7769dcb36 (diff) | |
download | freebsd-ports-gnome-81b5da7a05f0b4e8fe2755fac03da22b1c5c8b19.tar.gz freebsd-ports-gnome-81b5da7a05f0b4e8fe2755fac03da22b1c5c8b19.tar.zst freebsd-ports-gnome-81b5da7a05f0b4e8fe2755fac03da22b1c5c8b19.zip |
1: remove extra patch.
2: set MAINTAINER to submitter.
Submitted by: Josh Tolbert hemi at puresimplicity.net
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_fcgid/Makefile | 2 | ||||
-rw-r--r-- | www/mod_fcgid/files/patch-fcgid_proc_unix.c | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/www/mod_fcgid/Makefile b/www/mod_fcgid/Makefile index f24832eaa4cc..a0f20d795e7d 100644 --- a/www/mod_fcgid/Makefile +++ b/www/mod_fcgid/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://fastcgi.coremail.cn/ DISTNAME= ${PORTNAME}.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hemi@puresimplicity.net COMMENT= An alternative FastCGI module for Apache2 USE_APACHE= yes diff --git a/www/mod_fcgid/files/patch-fcgid_proc_unix.c b/www/mod_fcgid/files/patch-fcgid_proc_unix.c deleted file mode 100644 index a3dbe8ba2ef5..000000000000 --- a/www/mod_fcgid/files/patch-fcgid_proc_unix.c +++ /dev/null @@ -1,7 +0,0 @@ ---- arch/unix/fcgid_proc_unix.c.orig Mon Jul 26 07:08:03 2004 -+++ arch/unix/fcgid_proc_unix.c Fri Aug 13 04:53:49 2004 -@@ -1,3 +1,4 @@ -+#include <sys/types.h> - #include <sys/un.h> - #include "httpd.h" - #include "apr_thread_proc.h" |