diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-10-10 06:59:30 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-10-10 06:59:30 +0000 |
commit | 052a396bed6b0e8b66c04d0f3e78613b6ae8bd8a (patch) | |
tree | 3e1d52c0b097aff30cd8292a7071b42c08cda673 /mail-mta | |
parent | work around locale (bug #386597) (diff) | |
download | gentoo-2-052a396bed6b0e8b66c04d0f3e78613b6ae8bd8a.tar.gz gentoo-2-052a396bed6b0e8b66c04d0f3e78613b6ae8bd8a.tar.bz2 gentoo-2-052a396bed6b0e8b66c04d0f3e78613b6ae8bd8a.zip |
Version bump to 4.77
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/ChangeLog | 9 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.77.ebuild (renamed from mail-mta/exim/exim-4.77_rc4.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index db1c4542fd11..5ef1814c6053 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-mta/exim # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.207 2011/10/08 16:22:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.208 2011/10/10 06:59:30 grobian Exp $ + +*exim-4.77 (10 Oct 2011) + + 10 Oct 2011; Fabian Groffen <grobian@gentoo.org> -exim-4.77_rc4.ebuild, + +exim-4.77.ebuild: + Version bump to 4.77, contains incompatible changes in expansion conditions, + see https://lists.exim.org/lurker/message/20111010.055624.f24c5ae2.en.html *exim-4.77_rc4 (08 Oct 2011) diff --git a/mail-mta/exim/exim-4.77_rc4.ebuild b/mail-mta/exim/exim-4.77.ebuild index 937b2f8b6bcd..dbb87f976752 100644 --- a/mail-mta/exim/exim-4.77_rc4.ebuild +++ b/mail-mta/exim/exim-4.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.77_rc4.ebuild,v 1.1 2011/10/08 16:22:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.77.ebuild,v 1.1 2011/10/10 06:59:30 grobian Exp $ EAPI="3" @@ -12,7 +12,7 @@ DSN_EXIM_V=469 DSN_V=1_3 DESCRIPTION="A highly configurable, drop-in replacement for sendmail" -SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/test/${P//rc/RC}.tar.bz2 +SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P//rc/RC}.tar.bz2 mirror://gentoo/system_filter.exim.gz dsn? ( mirror://sourceforge/eximdsn/eximdsn-patch-1.3/exim_${DSN_EXIM_V}_dsn_${DSN_V}.patch )" HOMEPAGE="http://www.exim.org/" |