summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortv <tv>2005-08-23 12:59:39 +0000
committertv <tv>2005-08-23 12:59:39 +0000
commitf81d3b8c8c545cc1f447bff1f3bdfcb13ccf6ce4 (patch)
tree3311e10bf7eec15155e31534a8d59e3fab4633f1 /www
parent9496c4939f626a814c7084ebcb4789dbf769af42 (diff)
downloadpkgsrc-f81d3b8c8c545cc1f447bff1f3bdfcb13ccf6ce4.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/MESSAGE6
-rw-r--r--www/p5-libapreq2/Makefile3
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/