diff options
-rw-r--r-- | mail-mta/esmtp/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/esmtp/esmtp-1.2.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/mail-mta/esmtp/ChangeLog b/mail-mta/esmtp/ChangeLog index 608e6216ddb8..3ac843134b56 100644 --- a/mail-mta/esmtp/ChangeLog +++ b/mail-mta/esmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/esmtp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.34 2012/11/06 11:13:13 eras Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.35 2013/03/17 20:01:03 zx2c4 Exp $ + + 17 Mar 2013; Jason A. Donenfeld <zx2c4@gentoo.org> esmtp-1.2.ebuild: + Block OpenSMTPD. 06 Nov 2012; Eray Aslan <eras@gentoo.org> esmtp-1.2.ebuild: mail-mta/nbsmtp is no longer in the tree - remove from DEPEND diff --git a/mail-mta/esmtp/esmtp-1.2.ebuild b/mail-mta/esmtp/esmtp-1.2.ebuild index 98803b3ff3ab..ad413618c8f1 100644 --- a/mail-mta/esmtp/esmtp-1.2.ebuild +++ b/mail-mta/esmtp/esmtp-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.9 2012/11/06 11:13:13 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.10 2013/03/17 20:01:03 zx2c4 Exp $ DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax" HOMEPAGE="http://esmtp.sourceforge.net/" @@ -25,7 +25,8 @@ RDEPEND="net-libs/libesmtp !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail - !mail-mta/ssmtp" + !mail-mta/ssmtp + !mail-mta/opensmtpd" src_install() { emake DESTDIR="${D}" install || die "einstall failed" |