diff options
author | tv <tv> | 1998-12-03 22:27:27 +0000 |
---|---|---|
committer | tv <tv> | 1998-12-03 22:27:27 +0000 |
commit | e04586c9fdaa111ff18339d6d37d2a6139dcda3f (patch) | |
tree | 7e54686e5284cbf82542b1312875658244e56e87 /www/ap-ssl | |
parent | 876782f551e128d420ed8112a7082b07c6f4c53c (diff) | |
download | pkgsrc-e04586c9fdaa111ff18339d6d37d2a6139dcda3f.tar.gz |
Bump Apache version to 1.3.3.1.
Diffstat (limited to 'www/ap-ssl')
-rw-r--r-- | www/ap-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index b895b3cc0ba..da544b6f79a 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/03 17:22:01 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/03 22:27:27 tv Exp $ # DISTNAME= mod_ssl-2.1.2-1.3.3 @@ -10,7 +10,7 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.sngelschall.com/sw/mod_ssl/ DEPENDS= ssleay-0.9.0b:../../security/ssleay \ - apache-1.3.3.0:../../www/apache + apache-1.3.3.1:../../www/apache # For "apxs": BUILD_DEPENDS= ${PREFIX}/bin/perl:../../lang/perl5 |