update to Roundcube 1.0.3

This commit is contained in:
sthen 2014-09-29 23:23:52 +00:00
parent b36fd3abe9
commit 4e3ec6dc3a
3 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.87 2014/07/21 07:58:28 sthen Exp $
# $OpenBSD: Makefile,v 1.88 2014/09/29 23:23:52 sthen Exp $
COMMENT= imap4 webmail client
COMPOSER_V= 1.0.0-alpha8
DISTNAME= roundcubemail-1.0.2
DISTNAME= roundcubemail-1.0.3
CATEGORIES= mail www
HOMEPAGE= http://www.roundcube.net/

View File

@ -1,4 +1,4 @@
SHA256 (composer-1.0.0-alpha8.phar) = HHOXPXz7c/PmtCW5Q6PhRZ9RmZhPN/AIxIzytnHdPys=
SHA256 (roundcubemail-1.0.2.tar.gz) = HBVgp6VuaIS0XEn1KWHbuz9rrLx+fHVUQHUKGrAnFxw=
SHA256 (roundcubemail-1.0.3.tar.gz) = iEC7bBsI017rNd/16NQPd3HRm66Mtl0TdT9xpTj5qco=
SIZE (composer-1.0.0-alpha8.phar) = 960311
SIZE (roundcubemail-1.0.2.tar.gz) = 3980298
SIZE (roundcubemail-1.0.3.tar.gz) = 3984245

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-config_defaults_inc_php,v 1.4 2014/07/21 07:58:28 sthen Exp $
--- config/defaults.inc.php.orig Sun Jul 20 13:17:57 2014
+++ config/defaults.inc.php Mon Jul 21 08:26:30 2014
$OpenBSD: patch-config_defaults_inc_php,v 1.5 2014/09/29 23:23:52 sthen Exp $
--- config/defaults.inc.php.orig Mon Sep 29 07:56:50 2014
+++ config/defaults.inc.php Mon Sep 29 23:50:42 2014
@@ -24,7 +24,7 @@ $config = array();
// Currently supported db_providers: mysql, pgsql, sqlite, mssql or sqlsrv
// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
@ -10,7 +10,7 @@ $OpenBSD: patch-config_defaults_inc_php,v 1.4 2014/07/21 07:58:28 sthen Exp $
// Database DSN for read-only operations (if empty write database will be used)
// useful for database replication
@@ -601,7 +601,7 @@ $config['spellcheck_dictionary'] = false;
@@ -614,7 +614,7 @@ $config['spellcheck_dictionary'] = false;
// - 'atd' - install your own After the Deadline server or check with the people at http://www.afterthedeadline.com before using their API
// Since Google shut down their public spell checking service, you need to
// connect to a Nox Spell Server when using 'googie' here. Therefore specify the 'spellcheck_uri'