summaryrefslogtreecommitdiff
path: root/www/mod_fastcgi
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-06-15 15:12:02 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-06-15 15:12:02 +0000
commitdf804582eace7adee7284deaea400dfbd9e92305 (patch)
treee64a557000fddd5a33821c083686d437ca57ed31 /www/mod_fastcgi
parentMerge from kde-freebsd Repository: (diff)
update mod_fastcgi to 2.4.0
PR: 50944 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=83021
Diffstat (limited to 'www/mod_fastcgi')
-rw-r--r--www/mod_fastcgi/Makefile2
-rw-r--r--www/mod_fastcgi/distinfo2
-rw-r--r--www/mod_fastcgi/pkg-descr4
3 files changed, 5 insertions, 3 deletions
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile
index 9ed30d29ecff..5c5e64a021a1 100644
--- a/www/mod_fastcgi/Makefile
+++ b/www/mod_fastcgi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_fastcgi
-PORTVERSION= 2.2.12
+PORTVERSION= 2.4.0
CATEGORIES= www
MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \
http://www.fastcgi.com/dist/
diff --git a/www/mod_fastcgi/distinfo b/www/mod_fastcgi/distinfo
index b82996ccf00d..8b68fa4721f2 100644
--- a/www/mod_fastcgi/distinfo
+++ b/www/mod_fastcgi/distinfo
@@ -1 +1 @@
-MD5 (mod_fastcgi-2.2.12.tar.gz) = d6fdd18c6d4c2135cf0ff09a512f4334
+MD5 (mod_fastcgi-2.4.0.tar.gz) = e4f5b1b185db4774021163dd0fcd2c56
diff --git a/www/mod_fastcgi/pkg-descr b/www/mod_fastcgi/pkg-descr
index a12b0893892c..b9f6af49e81b 100644
--- a/www/mod_fastcgi/pkg-descr
+++ b/www/mod_fastcgi/pkg-descr
@@ -1,6 +1,8 @@
mod_fastcgi is a cgi-module for Apache
-FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. See the docs for more details.
+FastCGI is a language independent, scalable, open extension to CGI that
+provides high performance without the limitations of server specific APIs.
+See the docs for more details.
--
Ports by JunSeon Oh <hollywar@mail.holywar.net>