diff options
author | tv <tv@pkgsrc.org> | 1998-12-03 22:27:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-03 22:27:27 +0000 |
commit | 8f03f87b8c0da73065314b656cc24b86d56a93f4 (patch) | |
tree | 7e54686e5284cbf82542b1312875658244e56e87 /www/ap-auth-cookie | |
parent | 9eb89f8fafd317c9ab7354004134b2db882fc02e (diff) | |
download | pkgsrc-8f03f87b8c0da73065314b656cc24b86d56a93f4.tar.gz |
Bump Apache version to 1.3.3.1.
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 37de382b462..601d464040a 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/12/03 18:30:23 tv Exp $ +# $NetBSD: Makefile,v 1.9 1998/12/03 22:27:57 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.0:../../www/apache +DEPENDS+= apache-1.3.3.1:../../www/apache # For "apxs": BUILD_DEPENDS= ${PREFIX}/bin/perl:../../lang/perl5 |