diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-15 15:12:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-15 15:12:02 +0000 |
commit | df804582eace7adee7284deaea400dfbd9e92305 (patch) | |
tree | e64a557000fddd5a33821c083686d437ca57ed31 /www/mod_fastcgi | |
parent | 25e1070001edad3a355ce4dc0ea09723f1b6f343 (diff) | |
download | ports-df804582eace7adee7284deaea400dfbd9e92305.tar.gz ports-df804582eace7adee7284deaea400dfbd9e92305.zip |
Notes
Diffstat (limited to 'www/mod_fastcgi')
-rw-r--r-- | www/mod_fastcgi/Makefile | 2 | ||||
-rw-r--r-- | www/mod_fastcgi/distinfo | 2 | ||||
-rw-r--r-- | www/mod_fastcgi/pkg-descr | 4 |
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> |