From 6e2e171cbc69135e4a197ec5dd508ab56b0158f0 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 16 Apr 2013 13:37:22 +0000 Subject: [PATCH] Update to Roundcube 0.9. Note that database access is now done via PDO, and that for users of SQLite this requires a change to sqlite3 - see the package readme for update instructions. --- mail/roundcubemail/Makefile | 8 +- mail/roundcubemail/distinfo | 4 +- .../patches/patch-config_main_inc_php_dist | 8 +- ...ch-plugins_managesieve_config_inc_php_dist | 13 - mail/roundcubemail/pkg/PLIST | 488 +++++++++++++----- mail/roundcubemail/pkg/README | 27 +- 6 files changed, 379 insertions(+), 169 deletions(-) delete mode 100644 mail/roundcubemail/patches/patch-plugins_managesieve_config_inc_php_dist diff --git a/mail/roundcubemail/Makefile b/mail/roundcubemail/Makefile index 44b6f042d3c..956cdf7c1e4 100644 --- a/mail/roundcubemail/Makefile +++ b/mail/roundcubemail/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.63 2013/03/27 22:38:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.64 2013/04/16 13:37:22 sthen Exp $ COMMENT= imap4 webmail client -DISTNAME= roundcubemail-0.8.6 +DISTNAME= roundcubemail-0.9.0 +PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= mail www HOMEPAGE= http://www.roundcube.net/ @@ -26,8 +27,7 @@ SUBST_VARS= INSTDIR TINSTDIR MODULES= lang/php RUN_DEPENDS= lang/php/${MODPHP_VERSION},-mcrypt \ lang/php/${MODPHP_VERSION},-pspell \ - sysutils/pecl-fileinfo \ - php-mysql-${MODPHP_VSPEC}|php-pgsql-${MODPHP_VSPEC}|php-sqlite-${MODPHP_VSPEC}:lang/php/${MODPHP_VERSION},-sqlite + sysutils/pecl-fileinfo do-configure: perl -pi -e '$$. == 1 && s,^#!.*env.*php.*,#!${MODPHP_BIN},;' \ diff --git a/mail/roundcubemail/distinfo b/mail/roundcubemail/distinfo index caa2c077791..2308c2a04f4 100644 --- a/mail/roundcubemail/distinfo +++ b/mail/roundcubemail/distinfo @@ -1,2 +1,2 @@ -SHA256 (roundcubemail-0.8.6.tar.gz) = iBKNsNxXZR4IvrPEgRvJ4zrKHDmlDPye+10UsLqhdwQ= -SIZE (roundcubemail-0.8.6.tar.gz) = 3724565 +SHA256 (roundcubemail-0.9.0.tar.gz) = ftq5V5zSpjU8MN4/z8htojHwpG961M5wcJCBMXP2YsI= +SIZE (roundcubemail-0.9.0.tar.gz) = 3711615 diff --git a/mail/roundcubemail/patches/patch-config_main_inc_php_dist b/mail/roundcubemail/patches/patch-config_main_inc_php_dist index 39b978cd47c..825e8e72245 100644 --- a/mail/roundcubemail/patches/patch-config_main_inc_php_dist +++ b/mail/roundcubemail/patches/patch-config_main_inc_php_dist @@ -1,7 +1,7 @@ -$OpenBSD: patch-config_main_inc_php_dist,v 1.19 2013/01/26 14:36:16 sthen Exp $ ---- config/main.inc.php.dist.orig Fri Jan 25 17:00:48 2013 -+++ config/main.inc.php.dist Sat Jan 26 14:27:03 2013 -@@ -458,7 +458,7 @@ $rcmail_config['spellcheck_dictionary'] = false; +$OpenBSD: patch-config_main_inc_php_dist,v 1.20 2013/04/16 13:37:23 sthen Exp $ +--- config/main.inc.php.dist.orig Wed Mar 27 20:31:58 2013 ++++ config/main.inc.php.dist Thu Apr 11 16:25:49 2013 +@@ -489,7 +489,7 @@ $rcmail_config['spellcheck_dictionary'] = false; // Set the spell checking engine. 'googie' is the default. 'pspell' is also available, // but requires the Pspell extensions. When using Nox Spell Server, also set 'googie' here. diff --git a/mail/roundcubemail/patches/patch-plugins_managesieve_config_inc_php_dist b/mail/roundcubemail/patches/patch-plugins_managesieve_config_inc_php_dist deleted file mode 100644 index 11354142980..00000000000 --- a/mail/roundcubemail/patches/patch-plugins_managesieve_config_inc_php_dist +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD: patch-plugins_managesieve_config_inc_php_dist,v 1.2 2013/01/26 14:36:16 sthen Exp $ ---- plugins/managesieve/config.inc.php.dist.orig Fri Jan 25 17:00:48 2013 -+++ plugins/managesieve/config.inc.php.dist Sat Jan 26 14:27:03 2013 -@@ -1,7 +1,8 @@ -