diff options
author | sem <sem@FreeBSD.org> | 2005-02-13 00:51:31 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-13 00:51:31 +0800 |
commit | 912ba8c69e90cd5937b0c7d3018cba8b9dc96f0b (patch) | |
tree | 0fd54be8568dc984c9ac9b3b86e9c3f83186933d /www/lighttpd/Makefile | |
parent | c0a3979606d4efd3a8bfbcde26129f7c7551c6ea (diff) | |
download | freebsd-ports-gnome-912ba8c69e90cd5937b0c7d3018cba8b9dc96f0b.tar.gz freebsd-ports-gnome-912ba8c69e90cd5937b0c7d3018cba8b9dc96f0b.tar.zst freebsd-ports-gnome-912ba8c69e90cd5937b0c7d3018cba8b9dc96f0b.zip |
- The patch fixes a CGI handler bug in the config file.
Obtained from:
http://wiki.lighttpd.net/7.html#A14 and
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/lighttpd-empty_cgi_handler.patch?rev=1.1
- Bump PORTREVISON.
PR: ports/77418
Submitted by: maintainer
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r-- | www/lighttpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 248ea219147b..56646bd5e2c9 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= lighttpd PORTVERSION= 1.3.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ |