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/imp3 | |
parent | 010eb6b53e799e48cedba17b79d764cdca0952e8 (diff) | |
download | freebsd-ports-graphics-b49e5347ee62ecc8e4fa221a7a1907a5a968d870.tar.gz freebsd-ports-graphics-b49e5347ee62ecc8e4fa221a7a1907a5a968d870.tar.zst freebsd-ports-graphics-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/imp3')
-rw-r--r-- | mail/imp3/Makefile | 6 | ||||
-rw-r--r-- | mail/imp3/pkg-message | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 3de535817eb..48b454ac7f9 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: imp-devel +# Ports collection makefile for: imp3 # Date created: Mon Oct 08, 2001 # Whom: Thierry Thomas (<thierry@thomas.as>) # @@ -10,7 +10,6 @@ PORTVERSION= 3.0 PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ -PKGNAMESUFFIX= -devel MAINTAINER= thierry@pompo.net @@ -71,7 +70,7 @@ LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 \ lber.2:${PORTSDIR}/net/openldap2 .endif .endif -RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde${PKGNAMESUFFIX} +RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 .else RUN_DEPENDS+= ${LOCALBASE}/www/horde/turba/index.php:${PORTSDIR}/mail/turba .endif @@ -119,6 +118,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell .endif .endif +IS_INTERACTIVE= 'need to build mod_php4 with mcrypt option set.' NO_BUILD= yes DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL CONFFILE= conf.php filter.txt header.txt html.php menu.php \ diff --git a/mail/imp3/pkg-message b/mail/imp3/pkg-message index 4ca4e8caccd..0dbb7ea1b34 100644 --- a/mail/imp3/pkg-message +++ b/mail/imp3/pkg-message @@ -3,7 +3,7 @@ IMP has been installed in %%IMPDIR%% with your blank configuration files. Horde must be configured and the tables created; if not, see -%%PORTSDIR%%/www/horde-devel/pkg-message. +%%PORTSDIR%%/www/horde2/pkg-message. Then, you will have to tune the configuration files located in %%CONFDIR%%/, specially the files conf.php and |