diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 08:47:56 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 08:47:56 +0000 |
commit | 0717677ebb3895c7530a3947173674e515a90a03 (patch) | |
tree | 85774d6dea419c591774d4b1e6f9f3bbeea2b609 /net-mail | |
parent | PHP update (diff) | |
download | gentoo-2-0717677ebb3895c7530a3947173674e515a90a03.tar.gz gentoo-2-0717677ebb3895c7530a3947173674e515a90a03.tar.bz2 gentoo-2-0717677ebb3895c7530a3947173674e515a90a03.zip |
PHP update
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/squirrelmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/squirrelmail/squirrelmail-1.2.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/squirrelmail/ChangeLog b/net-mail/squirrelmail/ChangeLog index 83bad52dc500..cdd7f91899c2 100644 --- a/net-mail/squirrelmail/ChangeLog +++ b/net-mail/squirrelmail/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-mail/squirrelmail # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/ChangeLog,v 1.6 2002/07/08 20:45:51 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/ChangeLog,v 1.7 2002/07/16 08:47:56 rphillips Exp $ *squirrelmail-1.2.7 (08 Jul 2002) + 15 Jul 2002l Ryan Phillips <rphillips@gentoo.org> : + + Updated for new dev-php/ tree + 08 Jul 2002; Maik Schreiber <blizzy@gentoo.org> : SquirrelMail will be installed into /home/httpd/htdocs/squirrelmail diff --git a/net-mail/squirrelmail/squirrelmail-1.2.7.ebuild b/net-mail/squirrelmail/squirrelmail-1.2.7.ebuild index bc852def37db..239ca6783bf6 100644 --- a/net-mail/squirrelmail/squirrelmail-1.2.7.ebuild +++ b/net-mail/squirrelmail/squirrelmail-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/squirrelmail-1.2.7.ebuild,v 1.2 2002/07/11 16:58:17 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/squirrelmail/squirrelmail-1.2.7.ebuild,v 1.3 2002/07/16 08:47:56 rphillips Exp $ S=${WORKDIR}/${P} HTTPD_ROOT="/home/httpd/htdocs" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="1" KEYWORDS="*" -RDEPEND="dev-lang/php" +RDEPEND="dev-php/mod_php" DEPEND="${RDEPEND}" |