summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-12-04 17:25:59 +0000
committertv <tv@pkgsrc.org>1998-12-04 17:25:59 +0000
commitf9ff7d9ef4f2ee8dcb3f5be3bb523ac9d64ec812 (patch)
treec80ec1b782cbc3899c85cd5b12b5b004f08884db /www/ap-auth-cookie
parentb2b77d4be5799bd302fad2df2887d4547734ace4 (diff)
downloadpkgsrc-f9ff7d9ef4f2ee8dcb3f5be3bb523ac9d64ec812.tar.gz
Bump Apache version to `1.3.3.2'.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
index 601d464040a..1947e15e87a 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/12/03 22:27:57 tv Exp $
+# $NetBSD: Makefile,v 1.10 1998/12/04 17:25:59 tv Exp $
#
# There are a few more mod_auth_cookie's out there doing slightly
# different things. This one pkg would be a good place to dump them all in
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .gz
MAINTAINER= tv@netbsd.org
HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt
-DEPENDS+= apache-1.3.3.1:../../www/apache
+DEPENDS+= apache-1.3.3.2:../../www/apache
# For "apxs":
BUILD_DEPENDS= ${PREFIX}/bin/perl:../../lang/perl5