diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-16 01:24:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-16 01:24:33 +0000 |
commit | 3398238a09e2faa36e6abcbac97722cc01535731 (patch) | |
tree | 5f1c97375eef460ce01cd7f88141eec3f9055154 /mail-mta | |
parent | Version bump. 0.40-badhelo_disconnect.patch merged upstream. (diff) | |
download | gentoo-2-3398238a09e2faa36e6abcbac97722cc01535731.tar.gz gentoo-2-3398238a09e2faa36e6abcbac97722cc01535731.tar.bz2 gentoo-2-3398238a09e2faa36e6abcbac97722cc01535731.zip |
Update live ebuild to 9999 version rather than sub-0.83 version since a real 0.83 was released. Also update to current state of upstream tree.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/qpsmtpd/ChangeLog | 9 | ||||
-rw-r--r-- | mail-mta/qpsmtpd/qpsmtpd-9999.ebuild (renamed from mail-mta/qpsmtpd/qpsmtpd-0.83_pre9999.ebuild) | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail-mta/qpsmtpd/ChangeLog b/mail-mta/qpsmtpd/ChangeLog index e0082123537e..24671a1d932d 100644 --- a/mail-mta/qpsmtpd/ChangeLog +++ b/mail-mta/qpsmtpd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-mta/qpsmtpd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/ChangeLog,v 1.7 2009/09/16 01:22:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/ChangeLog,v 1.8 2009/09/16 01:24:33 robbat2 Exp $ + +*qpsmtpd-9999 (16 Sep 2009) + + 16 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> + -qpsmtpd-0.83_pre9999.ebuild, +qpsmtpd-9999.ebuild: + Update live ebuild to 9999 version rather than sub-0.83 version since a + real 0.83 was released. Also update to current state of upstream tree. *qpsmtpd-0.83 (16 Sep 2009) diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.83_pre9999.ebuild b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild index e5c8e4d48936..49cebe063794 100644 --- a/mail-mta/qpsmtpd/qpsmtpd-0.83_pre9999.ebuild +++ b/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.83_pre9999.ebuild,v 1.1 2009/07/31 08:06:40 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild,v 1.1 2009/09/16 01:24:33 robbat2 Exp $ EAPI=2 @@ -37,9 +37,8 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-0.40-badhelo_disconnect.patch epatch "${FILESDIR}"/${PN}-0.40-badrcptto_allowrelay.patch - epatch "${FILESDIR}"/${PN}-0.40-clamd_conf.patch + epatch "${FILESDIR}"/${PN}-0.83-clamd_conf.patch } src_install() { |