1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

1: remove extra patch.

2: set MAINTAINER to submitter.

Submitted by:	Josh Tolbert hemi at puresimplicity.net
This commit is contained in:
Vanilla I. Shu 2005-11-24 08:22:46 +00:00
parent 9bca3f8c3c
commit df54024575
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149266
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -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"