diff options
author | cube <cube@pkgsrc.org> | 2004-10-28 21:07:11 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-10-28 21:07:11 +0000 |
commit | 282542ae6c835e62c5bc444fb35d1fc0e6790474 (patch) | |
tree | b01b3992283c6a377776380cec9c1051c1a53212 | |
parent | 3697bbc15e8d7f28071f2580d926ed0260b3834b (diff) | |
download | pkgsrc-282542ae6c835e62c5bc444fb35d1fc0e6790474.tar.gz |
Enable ap2-fastcgi.
Note addition of ap2-fastcgi and update of ap-fastcgi, both version 2.4.2.
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 99619ca5eb8..25a79f1d880 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7594 2004/10/28 19:24:21 jmmv Exp $ +$NetBSD: CHANGES,v 1.7595 2004/10/28 21:07:11 cube Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4956,3 +4956,5 @@ Changes to the packages collection and infrastructure in 2004: Updated gnome to 2.8.1 [jmmv 2004-10-28] Updated gnome-devel to 2.8.1 [jmmv 2004-10-28] Updated gnome-extras to 2.8.1 [jmmv 2004-10-28] + Updated ap-fastcgi to 2.4.2 [cube 2004-10-28] + Added ap2-fastcgi-2.4.2 [cube 2004-10-28] diff --git a/www/Makefile b/www/Makefile index c9a4c27fb3c..7c18a62cd6f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.349 2004/10/20 18:12:05 adrianp Exp $ +# $NetBSD: Makefile,v 1.350 2004/10/28 21:07:11 cube Exp $ # COMMENT= Packages related to the World Wide Web @@ -36,6 +36,7 @@ SUBDIR+= ap-throttle SUBDIR+= ap-xslt SUBDIR+= ap2-auth-mysql SUBDIR+= ap2-auth-pgsql +SUBDIR+= ap2-fastcgi SUBDIR+= ap2-perl SUBDIR+= ap2-python SUBDIR+= ap2-ruby |