diff options
author | tv <tv@pkgsrc.org> | 1999-04-30 17:05:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-30 17:05:19 +0000 |
commit | 930832d85c1c2fb3d7ac57793c77d66ec870b2d0 (patch) | |
tree | 79fcc17e390c6e96d28c5129664c05c7b2085e7e /www/ap-auth-cookie | |
parent | e1b7a261fd79a73fc07e360ece1307b4cb22e016 (diff) | |
download | pkgsrc-930832d85c1c2fb3d7ac57793c77d66ec870b2d0.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/Makefile | 4 |
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 |