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 /devel | |
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 'devel')
-rw-r--r-- | devel/chora/Makefile | 8 | ||||
-rw-r--r-- | devel/chora/pkg-message | 2 | ||||
-rw-r--r-- | devel/horde-chora/Makefile | 8 | ||||
-rw-r--r-- | devel/horde-chora/pkg-message | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/devel/chora/Makefile b/devel/chora/Makefile index 0c794b65d611..413a8a96fde9 100644 --- a/devel/chora/Makefile +++ b/devel/chora/Makefile @@ -23,14 +23,14 @@ MAINTAINER= thierry@pompo.net # #----------------------------------------------------------------------- -RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde-devel +RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 .if !defined(WITHOUT_ENSCRIPT) .if defined(A4) -RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-a4 +RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-a4 .elif defined(DJ) -RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letterdj +RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letterdj .else -RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letter +RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letter .endif .endif diff --git a/devel/chora/pkg-message b/devel/chora/pkg-message index 2cf91f610c5a..4bdcac58b667 100644 --- a/devel/chora/pkg-message +++ b/devel/chora/pkg-message @@ -3,7 +3,7 @@ Chora has been installed in %%CHORADIR%% with your blank configuration files. Horde must be configured; 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 diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile index 0c794b65d611..413a8a96fde9 100644 --- a/devel/horde-chora/Makefile +++ b/devel/horde-chora/Makefile @@ -23,14 +23,14 @@ MAINTAINER= thierry@pompo.net # #----------------------------------------------------------------------- -RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde-devel +RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 .if !defined(WITHOUT_ENSCRIPT) .if defined(A4) -RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-a4 +RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-a4 .elif defined(DJ) -RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letterdj +RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letterdj .else -RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letter +RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letter .endif .endif diff --git a/devel/horde-chora/pkg-message b/devel/horde-chora/pkg-message index 2cf91f610c5a..4bdcac58b667 100644 --- a/devel/horde-chora/pkg-message +++ b/devel/horde-chora/pkg-message @@ -3,7 +3,7 @@ Chora has been installed in %%CHORADIR%% with your blank configuration files. Horde must be configured; 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 |