aboutsummaryrefslogtreecommitdiffstats
path: root/www/lighttpd
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-09-26 17:07:18 +0800
committerclsung <clsung@FreeBSD.org>2006-09-26 17:07:18 +0800
commit2ffad567a7a67197ed587240cc20611d03f12eb2 (patch)
tree4e8fe1a470cf2a666a1588f9988da1ad51bb7f5d /www/lighttpd
parentcbc9509266f3f3e1a9471714ee44016b25010cc9 (diff)
downloadfreebsd-ports-gnome-2ffad567a7a67197ed587240cc20611d03f12eb2.tar.gz
freebsd-ports-gnome-2ffad567a7a67197ed587240cc20611d03f12eb2.tar.zst
freebsd-ports-gnome-2ffad567a7a67197ed587240cc20611d03f12eb2.zip
- Update to 1.4.12
- Add mirror sites listed on the official page - Now FastCGI PHP is /usr/local/bin/php-cgi PR: ports/103618 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (Hendrik Scholz)
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile6
-rw-r--r--www/lighttpd/distinfo6
-rw-r--r--www/lighttpd/files/lighttpd.conf.sample3
-rw-r--r--www/lighttpd/pkg-plist3
4 files changed, 11 insertions, 7 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 764563be7cbb..8f37102a4632 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= lighttpd
-PORTVERSION= 1.4.11
-PORTREVISION= 1
+PORTVERSION= 1.4.12
CATEGORIES= www
-MASTER_SITES= http://www.lighttpd.net/download/
+MASTER_SITES= http://www.lighttpd.net/download/ \
+ http://mirrors.cat.pdx.edu/lighttpd/
MAINTAINER= hendrik@scholz.net
COMMENT= A secure, fast, compliant, and very flexible Web Server
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index b6495dfac98f..beeca9333ec7 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,3 +1,3 @@
-MD5 (lighttpd-1.4.11.tar.gz) = f55eebb9815c94a7de35906bb557ecd3
-SHA256 (lighttpd-1.4.11.tar.gz) = 7782ac82af8ea8d14df5d35b6668c0d45c00f3ba43a6203c29c7fe7dfe98999c
-SIZE (lighttpd-1.4.11.tar.gz) = 781656
+MD5 (lighttpd-1.4.12.tar.gz) = 8f6756452138f5da384251f849b329f2
+SHA256 (lighttpd-1.4.12.tar.gz) = 9f69b7fcf3868a9f27c687a4f091a2e7ac703238130b5bbec34e6630fa70b07a
+SIZE (lighttpd-1.4.12.tar.gz) = 796002
diff --git a/www/lighttpd/files/lighttpd.conf.sample b/www/lighttpd/files/lighttpd.conf.sample
index 08eb5ec8760d..625ac8809127 100644
--- a/www/lighttpd/files/lighttpd.conf.sample
+++ b/www/lighttpd/files/lighttpd.conf.sample
@@ -205,11 +205,12 @@ server.groupname = "www"
#### fastcgi module
## read fastcgi.txt for more info
+## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini
#fastcgi.server = ( ".php" =>
# ( "localhost" =>
# (
# "socket" => "/tmp/php-fastcgi.socket",
-# "bin-path" => "/usr/local/bin/php"
+# "bin-path" => "/usr/local/bin/php-cgi"
# )
# )
# )
diff --git a/www/lighttpd/pkg-plist b/www/lighttpd/pkg-plist
index c981a88332df..e8d15f40c041 100644
--- a/www/lighttpd/pkg-plist
+++ b/www/lighttpd/pkg-plist
@@ -45,6 +45,9 @@ lib/lighttpd/mod_flv_streaming.so
lib/lighttpd/mod_indexfile.a
lib/lighttpd/mod_indexfile.la
lib/lighttpd/mod_indexfile.so
+lib/lighttpd/mod_magnet.a
+lib/lighttpd/mod_magnet.la
+lib/lighttpd/mod_magnet.so
lib/lighttpd/mod_mysql_vhost.a
lib/lighttpd/mod_mysql_vhost.la
lib/lighttpd/mod_mysql_vhost.so