summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2003-03-11 09:54:37 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2003-03-11 09:54:37 +0000
commite69525a480dd79a2ae00a8221fdb5d82f3e6fe61 (patch)
tree7a54627791f21c815f446ed74d3b4528640d0057 /net-www/mod_ssl
parentfixed HOMEPAGE (diff)
downloadhistorical-e69525a480dd79a2ae00a8221fdb5d82f3e6fe61.tar.gz
historical-e69525a480dd79a2ae00a8221fdb5d82f3e6fe61.tar.bz2
historical-e69525a480dd79a2ae00a8221fdb5d82f3e6fe61.zip
fixed apache dep (configure wants 1.3.27)
Diffstat (limited to 'net-www/mod_ssl')
-rw-r--r--net-www/mod_ssl/ChangeLog7
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/net-www/mod_ssl/ChangeLog b/net-www/mod_ssl/ChangeLog
index cd9f6dd24ef2..695416c7efff 100644
--- a/net-www/mod_ssl/ChangeLog
+++ b/net-www/mod_ssl/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-www/mod_ssl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.12 2003/02/23 23:14:49 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.13 2003/03/11 09:54:37 lordvan Exp $
*mod_ssl-2.8.12-r1 (21 Feb 2003)
-
+
+ 11 Mar 2003; Thomas Raschbacher <lordvan@gentoo.org> mod_ssl-2.8.12-r1.ebuild:
+ configure says it needs apache 1.3.27 (only) -> changed dep
+
21 Feb 2003; Martin Holzer <mholzer@gentoo.org> mod_ssl-2.8.12-r1.ebuild :
Bumped Revision cause of openssl
diff --git a/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild b/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild
index 2b7339985772..00dbd8ddf429 100644
--- a/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild
+++ b/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild,v 1.1 2003/02/23 23:14:49 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.12-r1.ebuild,v 1.2 2003/03/11 09:54:37 lordvan Exp $
MY_P=${P}-1.3.27
S=${WORKDIR}/${MY_P}
@@ -12,7 +12,7 @@ KEYWORDS="x86 ppc sparc"
LICENSE="as-is"
SLOT="0"
-DEPEND="=net-www/apache-1*
+DEPEND="=net-www/apache-1.3.27*
>=dev-libs/openssl-0.9.6i"
src_unpack() {