summaryrefslogtreecommitdiff
path: root/mail/horde-turba/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-03-30 00:47:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-03-30 00:47:35 +0000
commit7d277f71439f522c7cef8a721a415d2c92e35bc2 (patch)
treeeeb41530a8ab56962d3b0944104dadcee63991ab /mail/horde-turba/files
parentWork around the issue that our jdk has no version number like 1.4.1_02. (diff)
mail/turba: upgrading to 1.2.
PR: ports/49122 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=77708
Diffstat (limited to 'mail/horde-turba/files')
-rw-r--r--mail/horde-turba/files/patch-ab38
1 files changed, 35 insertions, 3 deletions
diff --git a/mail/horde-turba/files/patch-ab b/mail/horde-turba/files/patch-ab
index 195d806b3b34..4cfdc762ef3d 100644
--- a/mail/horde-turba/files/patch-ab
+++ b/mail/horde-turba/files/patch-ab
@@ -1,6 +1,6 @@
---- 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 @@
+--- config/sources.php.dist.orig Mon Feb 10 02:14:22 2003
++++ config/sources.php.dist Tue Feb 25 21:51:29 2003
+@@ -140,10 +140,11 @@
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
@@ -14,3 +14,35 @@
'database' => 'horde',
'table' => 'turba_objects'
),
+@@ -181,6 +182,7 @@
+ * A local address book in an LDAP directory. This implements a public
+ * (shared) address book.
+ */
++/*
+ $cfgSources['localldap'] = array(
+ 'title' => 'Shared Directory',
+ 'type' => 'ldap',
+@@ -219,6 +221,7 @@
+ 'admin' => array(),
+ 'export' => true
+ );
++*/
+
+ /**
+ * A personal adressbook. This assumes that the login is
+@@ -229,6 +232,7 @@
+ */
+
+ // First we need to get the uid.
++/*
+ $uid = Auth::getAuth();
+ preg_match('/(^.*)@/', $uid, $uid);
+ $uid = $uid[1];
+@@ -284,6 +288,7 @@
+ 'admin' => array($uid),
+ 'export' => true
+ );
++*/
+
+ /**
+ * A preferences-based adressbook. This will always be private. You