summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Morey <peitolm@gentoo.org>2005-10-10 20:04:17 +0000
committerColin Morey <peitolm@gentoo.org>2005-10-10 20:04:17 +0000
commit16b5441aa7a022fe81f55f34e1d3cfe053a19c03 (patch)
tree5bf4bb668c87788766f305ea541e9126f5cdbf5b /mail-mta
parentMarked stable on amd64 (diff)
downloadhistorical-16b5441aa7a022fe81f55f34e1d3cfe053a19c03.tar.gz
historical-16b5441aa7a022fe81f55f34e1d3cfe053a19c03.tar.bz2
historical-16b5441aa7a022fe81f55f34e1d3cfe053a19c03.zip
fix to Local/Makefile sed
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/exim/ChangeLog5
-rw-r--r--mail-mta/exim/Manifest4
-rw-r--r--mail-mta/exim/exim-4.54.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog
index 76daf240c0d0..5ce5cf7bc39a 100644
--- a/mail-mta/exim/ChangeLog
+++ b/mail-mta/exim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/exim
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.44 2005/10/09 18:47:34 peitolm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.45 2005/10/10 20:04:17 peitolm Exp $
+
+ 10 Oct 2005; Colin Morey <peitolm@gentoo.org> exim-4.54.ebuild:
+ fix to Local/Makefile sed
09 Oct 2005; Colin Morey <peitolm@gentoo.org> exim-4.54.ebuild:
missing DEPEND fix bug #108605
diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest
index 46726ca12fd9..dd0f93013e6a 100644
--- a/mail-mta/exim/Manifest
+++ b/mail-mta/exim/Manifest
@@ -1,11 +1,11 @@
-MD5 d72ac832f3fb0f3293df428ebe28e440 ChangeLog 18200
+MD5 28522d2c6633841d32fe1f02835d95f8 ChangeLog 18295
MD5 f850af9bb97ec3801c5f27cc6d6c7930 exim-4.50.ebuild 7923
MD5 5faf10649096a3bc679e28b0c319eb6c exim-4.50-r2.ebuild 8497
MD5 1e2488b29f4d874082d026bbf5e9027d exim-4.52.ebuild 8419
MD5 9b839c970416e71bf6e0602bda37fa76 exim-4.50-r1.ebuild 7956
MD5 b736c67bb1a5d294ee2df24413cf9100 exim-4.43-r2.ebuild 8033
MD5 c5d0c353ed73c403a957dc4f7ce88cf7 exim-4.50-r999.ebuild 7638
-MD5 af61a97aa51db6975f96d6455602ba47 exim-4.54.ebuild 8632
+MD5 8279440a316adeb31a09daf682b19b5a exim-4.54.ebuild 8635
MD5 ee52da73838435e93e200a5cba155fa3 metadata.xml 1029
MD5 882369ea2394b4dc12f0097f85687295 files/digest-exim-4.52 63
MD5 68fc403ba2c98ccba281939085cb9052 files/auth_conf.sub 775
diff --git a/mail-mta/exim/exim-4.54.ebuild b/mail-mta/exim/exim-4.54.ebuild
index 15fe5738c795..2d346bfe0436 100644
--- a/mail-mta/exim/exim-4.54.ebuild
+++ b/mail-mta/exim/exim-4.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.54.ebuild,v 1.2 2005/10/09 18:47:34 peitolm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.54.ebuild,v 1.3 2005/10/10 20:04:17 peitolm Exp $
inherit eutils
@@ -141,7 +141,7 @@ src_unpack() {
-e "s:# \(USE_GNUTLS=yes\):\1:" \
-e "s:# \(TLS_LIBS=-lgnutls -ltasn1 -lgcrypt\):\1:"Local/Makefile
else
- sed \
+ sed -i \
-e "s:# \(TLS_LIBS=-lssl -lcrypto\):\1:" Local/Makefile
fi
fi