diff options
author | 2010-01-14 15:15:26 +0000 | |
---|---|---|
committer | 2010-01-14 15:15:26 +0000 | |
commit | 645f87553df6298ea6fb188019b657662d37636e (patch) | |
tree | 90a049b8ca062f3c1d2152ba48db3cf4c60818bb /net-mail/mailfront | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-645f87553df6298ea6fb188019b657662d37636e.tar.gz gentoo-2-645f87553df6298ea6fb188019b657662d37636e.tar.bz2 gentoo-2-645f87553df6298ea6fb188019b657662d37636e.zip |
fix SRC_URI
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'net-mail/mailfront')
-rw-r--r-- | net-mail/mailfront/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/mailfront/mailfront-0.88.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/mailfront/ChangeLog b/net-mail/mailfront/ChangeLog index 5a6efde6b18f..32cdecce763a 100644 --- a/net-mail/mailfront/ChangeLog +++ b/net-mail/mailfront/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mailfront -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/ChangeLog,v 1.24 2009/09/23 19:07:41 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/ChangeLog,v 1.25 2010/01/14 15:15:26 bangert Exp $ + + 14 Jan 2010; Thilo Bangert <bangert@gentoo.org> mailfront-0.88.ebuild: + fix SRC_URI 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> mailfront-0.88.ebuild, mailfront-0.98.ebuild: diff --git a/net-mail/mailfront/mailfront-0.88.ebuild b/net-mail/mailfront/mailfront-0.88.ebuild index dd641936d896..9e7d75293faa 100644 --- a/net-mail/mailfront/mailfront-0.88.ebuild +++ b/net-mail/mailfront/mailfront-0.88.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.88.ebuild,v 1.13 2009/09/23 19:07:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfront/mailfront-0.88.ebuild,v 1.14 2010/01/14 15:15:26 bangert Exp $ inherit fixheadtails toolchain-funcs DESCRIPTION="Mail server network protocol front-ends" HOMEPAGE="http://untroubled.org/mailfront/" -SRC_URI="http://untroubled.org/mailfront/${P}.tar.gz" +SRC_URI="http://untroubled.org/mailfront/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |