Date: Wed, 20 May 2009 12:53:51 -0700 (PDT) From: Julien Laffaye <kimelto@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134762: [PATCH] www/fcgi-devkit: cleanup, take maintainership Message-ID: <4a145fcf.0506d00a.2e86.4203@mx.google.com> Resent-Message-ID: <200905202000.n4KK06i3078052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@FreeBSD.org +MAINTAINER= kimelto@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@posi.net +WWW: http://www.fastcgi.com/ +LICENSE: ISC Like --- fcgi-devkit-2.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a145fcf.0506d00a.2e86.4203>