summaryrefslogtreecommitdiff
path: root/mail/roundcube/patches/patch-aa
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-01-14 15:36:24 +0000
committertaca <taca@pkgsrc.org>2012-01-14 15:36:24 +0000
commit479ed1565f0a6614bc4549ceaf3747f0515c2112 (patch)
tree2a7476493a5848ec043f2682deea6567e3826a31 /mail/roundcube/patches/patch-aa
parent5ecb256cf8a661e3b8fbdb33407067f9e2d5c815 (diff)
downloadpkgsrc-479ed1565f0a6614bc4549ceaf3747f0515c2112.tar.gz
Update roundcube package to 0.7.1.
* Handle config file of plugins, too. * Roundcube use GNU GPL3 now. * take maintainer ship. Detail changes are too may, please refer CHANGELOG file (http://trac.roundcube.net/browser/tags/roundcubemail/v0.7.1/CHANGELOG) and old changes (http://lists.roundcube.net/mail-archive/announce/2011-08/0000002.html).
Diffstat (limited to 'mail/roundcube/patches/patch-aa')
-rw-r--r--mail/roundcube/patches/patch-aa21
1 files changed, 8 insertions, 13 deletions
diff --git a/mail/roundcube/patches/patch-aa b/mail/roundcube/patches/patch-aa
index fd3d9ad3de2..abb8b8febff 100644
--- a/mail/roundcube/patches/patch-aa
+++ b/mail/roundcube/patches/patch-aa
@@ -1,8 +1,10 @@
-$NetBSD: patch-aa,v 1.8 2011/01/13 12:19:19 adam Exp $
+$NetBSD: patch-aa,v 1.9 2012/01/14 15:36:24 taca Exp $
---- config/main.inc.php.dist.orig 2011-01-12 08:13:40.000000000 +0000
+Use proper directories for log and temporary.
+
+--- config/main.inc.php.dist.orig 2011-11-30 13:11:34.000000000 +0000
+++ config/main.inc.php.dist
-@@ -163,10 +163,10 @@ $rcmail_config['enable_installer'] = fal
+@@ -174,10 +174,10 @@ $rcmail_config['enable_installer'] = fal
// use this folder to store log files (must be writeable for apache user)
// This is used by the 'file' log driver.
@@ -11,14 +13,7 @@ $NetBSD: patch-aa,v 1.8 2011/01/13 12:19:19 adam Exp $
// use this folder to store temp files (must be writeable for apache user)
-$rcmail_config['temp_dir'] = 'temp/';
-+$rcmail_config['temp_dir'] = '@VARBASE@/tmp/roundcube/';
-
- // enable caching of messages and mailbox data in the local database.
- // this is recommended if the IMAP server does not run on the same machine
-@@ -626,3 +626,6 @@ $rcmail_config['dsn_default'] = 0;
- $rcmail_config['reply_same_folder'] = false;
++$rcmail_config['temp_dir'] = '@VARBASE@/spool/roundcube/';
- // end of config file
-+
-+include_once('main-local.inc.php');
-+?>
+ // lifetime of message cache
+ // possible units: s, m, h, d, w