aboutsummaryrefslogtreecommitdiffstats
path: root/mail/imp-devel/files/patch-ab
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2002-05-15 18:32:20 +0800
committersada <sada@FreeBSD.org>2002-05-15 18:32:20 +0800
commitb49e5347ee62ecc8e4fa221a7a1907a5a968d870 (patch)
tree96857d3f04d501ca61dfc6eaa78b6ef55e5ef87f /mail/imp-devel/files/patch-ab
parent010eb6b53e799e48cedba17b79d764cdca0952e8 (diff)
downloadfreebsd-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-devel/files/patch-ab')
-rw-r--r--mail/imp-devel/files/patch-ab35
1 files changed, 0 insertions, 35 deletions
diff --git a/mail/imp-devel/files/patch-ab b/mail/imp-devel/files/patch-ab
deleted file mode 100644
index 7c274c3fb977..000000000000
--- a/mail/imp-devel/files/patch-ab
+++ /dev/null
@@ -1,35 +0,0 @@
---- config/servers.php.dist.orig Fri Jun 22 20:08:14 2001
-+++ config/servers.php.dist Tue Dec 18 23:08:00 2001
-@@ -31,7 +31,7 @@
- * is on.
- *
- * folders: The folder path for the IMAP server. i.e. UW IMAP
-- * generally looks to "mail/" while Cyrus and Courier put folders
-+ * generally looks to "Mail/" while Cyrus and Courier put folders
- * under "INBOX." (not the trailing dot. IMPORTANT: Use this only if
- * you want to restrict users to this subfolder. If you set this to
- * 'INBOX.' with Cyrus or Courier-IMAPd, then users will not be able
-@@ -84,14 +84,17 @@
-
- $servers['imap'] = array(
- 'name' => 'IMAP Server',
-- 'server' => 'imap.example.com',
-- 'protocol' => 'imap',
-- 'port' => 143,
-- 'folders' => 'mail/',
-+// 'server' => 'imap.example.com',
-+ 'server' => 'localhost',
-+ 'protocol' => '%%PROTOCOL%%',
-+ 'port' => %%IMAPPORT%%,
-+ 'folders' => 'Mail/',
- 'namespace' => '',
- 'maildomain' => 'example.com',
-- 'smtphost' => 'smtp.example.com',
-- 'realm' => 'example.com',
-+// 'smtphost' => 'smtp.example.com',
-+ 'smtphost' => 'localhost',
-+// 'realm' => 'example.com',
-+ 'realm' => '',
- 'preferred' => ''
- );
-