pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-libapreq2 Fix MESSAGE to reflect new name of mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42fd0ac30909
branches:  trunk
changeset: 498474:42fd0ac30909
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Aug 23 12:59:39 2005 +0000

description:
Fix MESSAGE to reflect new name of module. Bump PKGREVISION for change.
Noticed by Charlie Allom <charlie%rubberduck.com@localhost>.

diffstat:

 www/p5-libapreq2/MESSAGE  |  6 +++---
 www/p5-libapreq2/Makefile |  3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r e0c520c82915 -r 42fd0ac30909 www/p5-libapreq2/MESSAGE
--- a/www/p5-libapreq2/MESSAGE  Tue Aug 23 12:52:59 2005 +0000
+++ b/www/p5-libapreq2/MESSAGE  Tue Aug 23 12:59:39 2005 +0000
@@ -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 -r e0c520c82915 -r 42fd0ac30909 www/p5-libapreq2/Makefile
--- a/www/p5-libapreq2/Makefile Tue Aug 23 12:52:59 2005 +0000
+++ b/www/p5-libapreq2/Makefile Tue Aug 23 12:59:39 2005 +0000
@@ -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/



Home | Main Index | Thread Index | Old Index