ports/134762: [PATCH] www/fcgi-devkit: cleanup, take maintainership

Julien Laffaye kimelto at gmail.com
Wed May 20 20:00:07 UTC 2009


>Number:         134762
>Category:       ports
>Synopsis:       [PATCH] www/fcgi-devkit: cleanup, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 20 20:00:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD laptop.kimelto.eu 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC
>Description:
[DESCRIBE CHANGES]
- Remove useless perl dependency
- Mark MAKE_JOBS_SAFE
- Cleanup
- Take maintainership

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fcgi-devkit-2.4.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/fcgi.orig/Makefile /usr/ports/www/fcgi/Makefile
--- /usr/ports/www/fcgi.orig/Makefile	2009-05-20 21:24:22.000000000 +0200
+++ /usr/ports/www/fcgi/Makefile	2009-05-20 21:25:46.000000000 +0200
@@ -11,13 +11,13 @@
 MASTER_SITES=	http://www.fastcgi.com/dist/
 PKGNAMESUFFIX=	-devkit
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	kimelto at gmail.com
 COMMENT=	FastCGI Development Kit
 
 USE_AUTOTOOLS=	libtool:15
-USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		cgi-fcgi.1
 MAN3=		FCGI_Accept.3 FCGI_Finish.3 FCGI_SetExitStatus.3 \
diff -ruN --exclude=CVS /usr/ports/www/fcgi.orig/pkg-descr /usr/ports/www/fcgi/pkg-descr
--- /usr/ports/www/fcgi.orig/pkg-descr	2009-05-20 21:24:22.000000000 +0200
+++ /usr/ports/www/fcgi/pkg-descr	2009-05-20 21:47:37.000000000 +0200
@@ -2,7 +2,7 @@
 
 FastCGI is a fast, open, and secure Web server interface that solves the
 performance problems inherent in CGI, without introducing the overhead and
-complexity of proprietary APIs (Application Programming Interfaces). 
+complexity of proprietary APIs (Application Programming Interfaces).
 
 FastCGI allows for many nice features such as persistent CGI applications
 (eliminating process creation time per request) and being able run CGI
@@ -15,7 +15,5 @@
 fast); if the server does not support FastCGI, then FastCGI applications
 behave exactly like standard CGIs.
 
-WWW: http://www.fastcgi.com/
-
-  -Kelly
-   kbyanc at posi.net
+WWW:		http://www.fastcgi.com/
+LICENSE:	ISC Like
--- fcgi-devkit-2.4.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list