cvs commit: ports/www/spawn-fcgi Makefile ports/www/spawn-fcgi/files spawn-fcgi.sh.in

Doug Barton dougb at FreeBSD.org
Mon Jul 27 09:30:33 UTC 2009


Martin Matuska wrote:
> mm          2009-07-26 07:55:59 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     www/spawn-fcgi       Makefile 
>     www/spawn-fcgi/files spawn-fcgi.sh.in 
>   Log:
>   - Add more flags to rc script
>   - Bump PORTREVISION
>   
>   Submitted by: mm
>   Updated by: <genserg at hotmail.com> (maintainer)
>   Approved by: <genserg at hotmail.com> (maintainer)
>   
>   Revision  Changes    Path
>   1.4       +1 -1      ports/www/spawn-fcgi/Makefile
>   1.4       +28 -8     ports/www/spawn-fcgi/files/spawn-fcgi.sh.in
> 
> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/spawn-fcgi/Makefile.diff?&r1=1.3&r2=1.4&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/spawn-fcgi/files/spawn-fcgi.sh.in.diff?&r1=1.3&r2=1.4&f=h
> 

Please don't add empty default assignments to the script itself (e.g.,
 : ${spawn_fcgi_chroot_dir=""}). Variables that the script can use but
that are/should be empty by default should be listed in comments at
the top of the file. See the example in the porter's handbook for more
information.

Thanks,

Doug


More information about the cvs-all mailing list