diff options
author | sada <sada@FreeBSD.org> | 2002-05-15 18:32:20 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-15 18:32:20 +0800 |
commit | b49e5347ee62ecc8e4fa221a7a1907a5a968d870 (patch) | |
tree | 96857d3f04d501ca61dfc6eaa78b6ef55e5ef87f /mail/imp | |
parent | 010eb6b53e799e48cedba17b79d764cdca0952e8 (diff) | |
download | freebsd-ports-gnome-b49e5347ee62ecc8e4fa221a7a1907a5a968d870.tar.gz freebsd-ports-gnome-b49e5347ee62ecc8e4fa221a7a1907a5a968d870.tar.zst freebsd-ports-gnome-b49e5347ee62ecc8e4fa221a7a1907a5a968d870.zip |
Move www/horde-devel -> www/horde2 & mail/imp-devel -> mail/imp3
From PR's description:
IMP 3.0 is the stable release of IMP,
and Horde 2.0 the stable release of Horde.
Note: mail/imp3 and deskutils/kronolith are marked as IS_INTERACTIVE
since they need depending port mod_php4 with its mcrypt option
enabled by hand.
PR: ports/35051
Submitted by: maintainer
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 2 | ||||
-rw-r--r-- | mail/imp/pkg-descr | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 3eb05f0a462b..1427988c53a0 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -121,7 +121,7 @@ pre-install: # N.B.: database dependencies are binded with mod_php#, neither by Horde nor IMP. @if [ -f ${IMPDIR}/index.php ]; then \ ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please deinstall the port mail/imp-devel." ; \ + ${ECHO_MSG} "Please deinstall the port mail/imp3." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi diff --git a/mail/imp/pkg-descr b/mail/imp/pkg-descr index 57770f046f84..91595ebce568 100644 --- a/mail/imp/pkg-descr +++ b/mail/imp/pkg-descr @@ -1,8 +1,9 @@ -IMP is a set of PHP scripts that implement an IMAP based webmail system. +Note: this port is mostly for sites running PHP3. + For a new installation, please consider the port mail/imp3. + +IMP is a set of PHP3 scripts that implement an IMAP based webmail system. Assuming you have an account on a server that supports IMAP, you can use an installation of IMP to check your mail from anywhere that you have web access. WWW: http://www.horde.org/imp/ - -- Thierry Thomas <thierry@thomas.as>. |