summaryrefslogtreecommitdiff
path: root/mail/horde4-turba/files/patch-ab
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-18 07:39:40 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-18 07:39:40 +0000
commit1d4cffaf639e7765ff2c8cda69fec72614a178d3 (patch)
tree33c41b1d7175a47b83fde1f09bae5b68c492e2aa /mail/horde4-turba/files/patch-ab
parentUpdate to 2.1 final, bump PORTREVISION. (diff)
Update to 1.1 final, bump PORTREVISION
PR: 39171 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61485
Diffstat (limited to 'mail/horde4-turba/files/patch-ab')
-rw-r--r--mail/horde4-turba/files/patch-ab35
1 files changed, 7 insertions, 28 deletions
diff --git a/mail/horde4-turba/files/patch-ab b/mail/horde4-turba/files/patch-ab
index c2361cdecf8e..195d806b3b34 100644
--- a/mail/horde4-turba/files/patch-ab
+++ b/mail/horde4-turba/files/patch-ab
@@ -1,37 +1,16 @@
---- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002
-+++ config/sources.php.dist Sun May 19 00:50:20 2002
-@@ -137,22 +137,26 @@
+--- config/sources.php.dist.orig Thu Jun 6 16:06:36 2002
++++ config/sources.php.dist Tue Jun 11 19:28:01 2002
+@@ -134,10 +134,11 @@
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
-- 'phptype' => 'pgsql',
-- 'hostspec' => '',
-- 'username' => '',
-- 'password' => '',
+// 'phptype' => 'pgsql',
-+ 'phptype' => 'mysql',
-+ 'hostspec' => 'localhost',
+ 'phptype' => 'mysql',
+ 'hostspec' => 'localhost',
+- 'username' => 'horde',
+- 'password' => '*****',
+ 'username' => 'hordemgr',
+ 'password' => 'hordemgr',
'database' => 'horde',
- 'options' => '',
-- 'tty' => '',
-- 'port' => '5432',
-- 'protocol' => 'unix',
-- 'socket' => '',
-+// 'tty' => '',
-+// Default port: 5432 for pgsql (PostGres), 3306 for mysql
-+// 'port' => '5432',
-+// 'port' => '3306',
-+// 'protocol' => 'unix',
-+// 'socket' => '',
'table' => 'turba_objects'
),
- 'map' => array(
- '__key' => 'object_id',
- '__owner' => 'owner_id',
- 'name' => 'object_name',
-+ 'alias' => 'object_alias',
- 'email' => 'object_email',
- 'homeAddress' => 'object_homeAddress',
- 'workAddress' => 'object_workAddress',