summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tindal <urilith@gentoo.org>2004-11-09 14:30:09 +0000
committerMichael Tindal <urilith@gentoo.org>2004-11-09 14:30:09 +0000
commita04c9cfae26bcde31577a367598c0e091c5afea3 (patch)
tree1e4a72e912d655065adf912750e0efed6fbb0db4 /net-www/mod_ssl
parentRemove a warning which applied only to -mm2 (diff)
downloadhistorical-a04c9cfae26bcde31577a367598c0e091c5afea3.tar.gz
historical-a04c9cfae26bcde31577a367598c0e091c5afea3.tar.bz2
historical-a04c9cfae26bcde31577a367598c0e091c5afea3.zip
Fix a missing * on the DEPENDS line. Weird though, Stuart said his copy hda it.
Diffstat (limited to 'net-www/mod_ssl')
-rw-r--r--net-www/mod_ssl/ChangeLog5
-rw-r--r--net-www/mod_ssl/Manifest4
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.21.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-www/mod_ssl/ChangeLog b/net-www/mod_ssl/ChangeLog
index 7ebea5e5c53f..6cfc2549b24b 100644
--- a/net-www/mod_ssl/ChangeLog
+++ b/net-www/mod_ssl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/mod_ssl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.60 2004/11/09 14:18:21 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.61 2004/11/09 14:30:09 urilith Exp $
+
+ 09 Nov 2004; Michael Tindal <urilith@gentoo.org> mod_ssl-2.8.21.ebuild:
+ Fix a messed up dependency in mod_ssl 2.8.21.
09 Nov 2004; Michael Tindal <urilith@gentoo.org> files/mod_ssl.conf:
Change cache location. Bug #65054.
diff --git a/net-www/mod_ssl/Manifest b/net-www/mod_ssl/Manifest
index 934f99bc25d1..a6a3967aafb0 100644
--- a/net-www/mod_ssl/Manifest
+++ b/net-www/mod_ssl/Manifest
@@ -1,10 +1,10 @@
-MD5 8bd69abc7d183b0c17539e198fb687f4 ChangeLog 7216
+MD5 2eaf3d30fad7297baec1c8d6215cf0f3 ChangeLog 7339
MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159
MD5 7f02b177b06559b9aab3444c173343bc mod_ssl-2.8.17.ebuild 2183
MD5 9eba5451e8883ea7e9cedf5b02c97e62 mod_ssl-2.8.18.ebuild 2183
MD5 cfd9c7caa14eb7b323a6a6d4d62d71b0 mod_ssl-2.8.19.ebuild 2283
MD5 039d11eaea2cf73a6585e177bd8e6ed9 mod_ssl-2.8.20.ebuild 2283
-MD5 872388641903b7521a9ef43561769d81 mod_ssl-2.8.21.ebuild 2419
+MD5 70494c31ae2322a41f2daa7d5e8d2a7f mod_ssl-2.8.21.ebuild 2420
MD5 9ba9eb8eced950cd59cb8dadd090f908 files/digest-mod_ssl-2.8.17 73
MD5 f53031df0c0d1a5bd75a9151d0810e9e files/digest-mod_ssl-2.8.18 73
MD5 89239995d079a1bd9abc580e2264c71b files/digest-mod_ssl-2.8.19 73
diff --git a/net-www/mod_ssl/mod_ssl-2.8.21.ebuild b/net-www/mod_ssl/mod_ssl-2.8.21.ebuild
index c57922814489..f1204a092d50 100644
--- a/net-www/mod_ssl/mod_ssl-2.8.21.ebuild
+++ b/net-www/mod_ssl/mod_ssl-2.8.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.21.ebuild,v 1.10 2004/11/09 14:18:21 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.21.ebuild,v 1.11 2004/11/09 14:30:09 urilith Exp $
MY_P=${P}-1.3.32
S=${WORKDIR}/${MY_P}
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ~hppa ~ia64 mips ppc sparc x86"
IUSE=""
-DEPEND="|| ( =net-www/apache-1.3.32 =net-www/apache-1.3.33 )
+DEPEND="|| ( =net-www/apache-1.3.32* =net-www/apache-1.3.33 )
>=dev-libs/openssl-0.9.6k"
src_unpack() {