diff options
author | tv <tv@pkgsrc.org> | 2005-08-23 12:59:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-08-23 12:59:39 +0000 |
commit | 2d73d44a3b5c6daa45510d0677bb334d239d34b4 (patch) | |
tree | 3311e10bf7eec15155e31534a8d59e3fab4633f1 /www | |
parent | 410296adc6a7eb150bb38cd803e471f0aabe6f71 (diff) | |
download | pkgsrc-2d73d44a3b5c6daa45510d0677bb334d239d34b4.tar.gz |
Fix MESSAGE to reflect new name of module. Bump PKGREVISION for change.
Noticed by Charlie Allom <charlie@rubberduck.com>.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libapreq2/MESSAGE | 6 | ||||
-rw-r--r-- | www/p5-libapreq2/Makefile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-libapreq2/MESSAGE b/www/p5-libapreq2/MESSAGE index 979c30ad01f..da5d194a5f4 100644 --- a/www/p5-libapreq2/MESSAGE +++ b/www/p5-libapreq2/MESSAGE @@ -1,12 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/04/12 18:18:29 kim Exp $ +$NetBSD: MESSAGE,v 1.2 2005/08/23 12:59:39 tv Exp $ In order to enable mod_apreq in your Apache installation, you need to add the following to your httpd.conf file: - LoadModule apreq_module lib/httpd/mod_apreq.so + LoadModule apreq_module lib/httpd/mod_apreq2.so -If switching to/from a server with and without mod_apreq enabled, you +If switching to/from a server with and without mod_apreq2 enabled, you should NOT use "apachectl restart" - instead, fully stop and then start the server. diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile index f171d0777a3..a7907d85173 100644 --- a/www/p5-libapreq2/Makefile +++ b/www/p5-libapreq2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2005/08/22 18:28:43 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/08/23 12:59:39 tv Exp $ DISTNAME= libapreq2-2.06-dev PKGNAME= p5-libapreq2-2.06 +PKGREVISION= 1 SVR4_PKGNAME= p5la2 CATEGORIES= www perl5 MASTER_SITES= http://www.apache.org/dist/httpd/libapreq/ |