From a4af869d1c3be4d124bc2ae0e07ef0aab96059af Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 12 Nov 2012 08:07:09 +0000 Subject: main/roundcubemail: upgrade to 0.8.3 --- main/roundcubemail/APKBUILD | 6 +++--- main/roundcubemail/fix-dirs.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'main/roundcubemail') diff --git a/main/roundcubemail/APKBUILD b/main/roundcubemail/APKBUILD index 792cc3e2e..b06aaa793 100644 --- a/main/roundcubemail/APKBUILD +++ b/main/roundcubemail/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leonardo Arena # Maintainer: Natanael Copa pkgname=roundcubemail -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=0 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" @@ -73,5 +73,5 @@ installer() { "$subpkgdir"/usr/share/webapps/roundcube } -md5sums="aac1dc605e97e2dbe99adac24596c798 roundcubemail-0.8.2.tar.gz -1a134edb94ff52e8a046725e485a381d fix-dirs.patch" +md5sums="4782f811d07643f0fcc9848ea4b13166 roundcubemail-0.8.3.tar.gz +987406fd8f12719544aeb057973b368e fix-dirs.patch" diff --git a/main/roundcubemail/fix-dirs.patch b/main/roundcubemail/fix-dirs.patch index 84fb97197..0500c591b 100644 --- a/main/roundcubemail/fix-dirs.patch +++ b/main/roundcubemail/fix-dirs.patch @@ -2,15 +2,15 @@ diff --git a/installer/index.php b/installer/index.php index 7ed5224..f9f8241 100644 --- a/installer/index.php +++ b/installer/index.php -@@ -32,7 +32,7 @@ ini_set('error_reporting', E_ALL&~E_NOTICE); +@@ -43,7 +43,7 @@ ini_set('display_errors', 1); define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/'); -define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); +define('RCMAIL_CONFIG_DIR', '/etc/roundcube'); + define('RCMAIL_CHARSET', 'UTF-8'); $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; - $include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR; diff --git a/program/include/iniset.php b/program/include/iniset.php index 10ae11e..f9d3d92 100755 --- a/program/include/iniset.php -- cgit v1.2.3