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 /www/horde-base | |
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 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 2 | ||||
-rw-r--r-- | www/horde-base/pkg-comment | 2 | ||||
-rw-r--r-- | www/horde-base/pkg-descr | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 10aca4f46e2b..b2a2c57130bc 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -77,7 +77,7 @@ pre-everything:: pre-install: @if [ -f ${HORDEDIR}/index.php ]; then \ ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please deinstall the port www/horde-devel." ; \ + ${ECHO_MSG} "Please deinstall the port www/horde2." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi diff --git a/www/horde-base/pkg-comment b/www/horde-base/pkg-comment index 20a1d723f4fc..9d28558ea160 100644 --- a/www/horde-base/pkg-comment +++ b/www/horde-base/pkg-comment @@ -1 +1 @@ -A common code-base used by Horde applications, written in PHP +A common code-base used by Horde applications, written in PHP3 diff --git a/www/horde-base/pkg-descr b/www/horde-base/pkg-descr index fd1087dfbeff..c0c36f4ae843 100644 --- a/www/horde-base/pkg-descr +++ b/www/horde-base/pkg-descr @@ -1,3 +1,6 @@ +Note: this port is mostly for sites running PHP3. + For a new installation, please consider the port www/horde2. + Horde is both a piece of software and a project. The Horde Project comprises a set of Web-based productivity, messaging, @@ -12,5 +15,3 @@ in Horde's components, and mostly IMP, the well-known webmail (see the port mail/imp). WWW: http://www.horde.org/ - -- Thierry Thomas <thierry@thomas.as>. |