summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authortv <tv>1999-04-30 17:05:19 +0000
committertv <tv>1999-04-30 17:05:19 +0000
commit36a92024ea86e5dd272c45f6aee489aae1cc5b98 (patch)
tree79fcc17e390c6e96d28c5129664c05c7b2085e7e /www/ap-auth-cookie
parent39fb8d5764680941a0026f64bdf3846762f2dba0 (diff)
downloadpkgsrc-36a92024ea86e5dd272c45f6aee489aae1cc5b98.tar.gz
Update Apache to 1.3.6, mod_ssl to 2.2.8, and mod_perl to 1.19. mod_ssl
now makes use of OpenSSL.
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 3872a59ae07..8ec80a72ca1 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/04/14 18:00:48 bad Exp $
+# $NetBSD: Makefile,v 1.12 1999/04/30 17:05:20 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.2:../../www/apache
+DEPENDS+= apache-1.3.6p0:../../www/apache
# For "apxs":
BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5