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
commit81ab813cf96621041f671c53383fc03408999757 (patch)
treee491e59446a8dc5ae4866fac8eed60b2c54c90e1 /mail-mta/exim
parentMarked stable on amd64 (diff)
downloadgentoo-2-81ab813cf96621041f671c53383fc03408999757.tar.gz
gentoo-2-81ab813cf96621041f671c53383fc03408999757.tar.bz2
gentoo-2-81ab813cf96621041f671c53383fc03408999757.zip
fix to Local/Makefile sed
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-mta/exim')
-rw-r--r--mail-mta/exim/ChangeLog5
-rw-r--r--mail-mta/exim/Manifest2
-rw-r--r--mail-mta/exim/exim-4.54.ebuild4
3 files changed, 7 insertions, 4 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..826b939fa9fd 100644
--- a/mail-mta/exim/Manifest
+++ b/mail-mta/exim/Manifest
@@ -5,7 +5,7 @@ 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 13c3a3494b55a6968631d3d4db733eb0 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