summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-25 19:20:52 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-25 19:20:52 +0000
commit57b62950307d146ed8a5abc67f8c957b424c7e5f (patch)
tree028ea79a4d158d4e79321b09bcfc2a5f82dfedba /net-mail
parentfixed wrong sed state. Closes #19886. (diff)
downloadgentoo-2-57b62950307d146ed8a5abc67f8c957b424c7e5f.tar.gz
gentoo-2-57b62950307d146ed8a5abc67f8c957b424c7e5f.tar.bz2
gentoo-2-57b62950307d146ed8a5abc67f8c957b424c7e5f.zip
fixed wrong sed state. Closes #19886.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/exim/ChangeLog5
-rw-r--r--net-mail/exim/Manifest4
-rw-r--r--net-mail/exim/exim-4.12.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/exim/ChangeLog b/net-mail/exim/ChangeLog
index 73aa3e81ae77..63402d83c98e 100644
--- a/net-mail/exim/ChangeLog
+++ b/net-mail/exim/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-mail/exim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/ChangeLog,v 1.26 2003/04/12 11:27:33 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/ChangeLog,v 1.27 2003/04/25 19:20:20 mholzer Exp $
*exim-4.12 (28 Jan 2003)
+ 25 Apr 2003; Martin Holzer <mholzer@gentoo.org> exim-4.12.ebuild:
+ fixed wrong sed state. Closes #19886.
+
12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> Manifest,
exim-4.12.ebuild:
added symlinks for rsmtp and rmail, closing bug #19126 by Stefan Fo"rster
diff --git a/net-mail/exim/Manifest b/net-mail/exim/Manifest
index e5ef1f46f8b3..097a59d7f63f 100644
--- a/net-mail/exim/Manifest
+++ b/net-mail/exim/Manifest
@@ -1,6 +1,6 @@
-MD5 04f6836bc28552d79ce8fcfa3dbd0a3e ChangeLog 4678
+MD5 a2daf3a9e5ca3ccaf69e2cf80879bf66 ChangeLog 4787
MD5 ea8d4d3bdf95464d1afcb9c503696b21 exim-4.10.ebuild 6211
-MD5 1453404ddc3eb840495686e979c4ee11 exim-4.12.ebuild 5433
+MD5 d1323582ec8ef8dfdbc230560e99d857 exim-4.12.ebuild 5433
MD5 68fc403ba2c98ccba281939085cb9052 files/auth_conf.sub 775
MD5 0cb2ffe88c81fd7ac8429b5a19d58b35 files/configure 16346
MD5 34def7b529693beda5b84c422d25a878 files/digest-exim-4.10 128
diff --git a/net-mail/exim/exim-4.12.ebuild b/net-mail/exim/exim-4.12.ebuild
index 668540b9ab18..73b5a253e150 100644
--- a/net-mail/exim/exim-4.12.ebuild
+++ b/net-mail/exim/exim-4.12.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-mail/exim/exim-4.12.ebuild,v 1.7 2003/04/12 11:26:26 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.12.ebuild,v 1.8 2003/04/25 19:20:23 mholzer Exp $
IUSE="tcpd ssl postgres mysql ldap pam"
@@ -99,7 +99,7 @@ src_unpack() {
fi
if use postgres; then
- sed -e "s:# LOOKUP_PGSQL=yes:LOOKUP_PGSQL=yes:" Local/Makefile
+ sed -i "s:# LOOKUP_PGSQL=yes:LOOKUP_PGSQL=yes:" Local/Makefile
LOOKUP_INCLUDE="$LOOKUP_INCLUDE -I/usr/include/postgresql"
LOOKUP_LIBS="$LOOKUP_LIBS -lpq"
fi