diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:37:50 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:37:50 +0000 |
commit | 00fd4cc1f2370e67e2db60684cc5d183c8210427 (patch) | |
tree | b5c94868c31573bc67cfd1004fcb91246e52e5c9 /www-apps/postfixadmin | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | historical-00fd4cc1f2370e67e2db60684cc5d183c8210427.tar.gz historical-00fd4cc1f2370e67e2db60684cc5d183c8210427.tar.bz2 historical-00fd4cc1f2370e67e2db60684cc5d183c8210427.zip |
Fixing SRC_URI since the old one is redirecting to sourceforge. Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'www-apps/postfixadmin')
-rw-r--r-- | www-apps/postfixadmin/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/postfixadmin/postfixadmin-2.1.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/www-apps/postfixadmin/ChangeLog b/www-apps/postfixadmin/ChangeLog index 5ed496e69ba8..521cbd1bde47 100644 --- a/www-apps/postfixadmin/ChangeLog +++ b/www-apps/postfixadmin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/postfixadmin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.7 2007/07/02 14:38:00 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.8 2007/07/29 17:37:50 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> postfixadmin-2.1.0.ebuild: + Fixing SRC_URI since the old one is redirecting to sourceforge. Fixing the + DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache + (#78622). 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> postfixadmin-2.1.0.ebuild: diff --git a/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild b/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild index 50ca3af8c3b6..3f5fc64d8745 100644 --- a/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild +++ b/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild,v 1.8 2007/07/13 06:13:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild,v 1.9 2007/07/29 17:37:50 phreak Exp $ # Source: http://bugs.gentoo.org/show_bug.cgi?id=50035 # Submitted-By: SteveB <tp22a@softhome.net> # Reviewed-By: wrobel 2005-12-14 -# $Id: postfixadmin-2.1.0.ebuild,v 1.8 2007/07/13 06:13:03 mr_bones_ Exp $ +# $Id: postfixadmin-2.1.0.ebuild,v 1.9 2007/07/29 17:37:50 phreak Exp $ inherit eutils webapp IUSE="vhosts" DESCRIPTION="Postfix Admin is a Web Based Management tool for Postfix when you are dealing with Postfix Style Virtual Domains and Virtual Users that are stored in MySQL." HOMEPAGE="http://high5.net/postfixadmin/" -SRC_URI="http://high5.net/page7_files/${PN}-${PV}.tgz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" RESTRICT="mirror" KEYWORDS="~amd64 ~x86" DEPEND="virtual/httpd-php >=mail-mta/postfix-2.0.0 - >=net-www/apache-2.0 + >=www-servers/apache-2.0 >=dev-lang/perl-5.0 dev-perl/DBI dev-perl/DBD-mysql" |