head 1.3; access; symbols pkgsrc-2014Q4:1.1.0.12 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.10 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.8 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.6 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.4 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.2 pkgsrc-2013Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2015.02.17.03.52.31; author taca; state dead; branches; next 1.2; commitid x5b59nxgKKWpsjay; 1.2 date 2015.02.16.15.33.32; author adam; state Exp; branches; next 1.1; commitid Zksub9hQsbI6nfay; 1.1 date 2013.09.13.11.13.49; author taca; state Exp; branches; next ; commitid jT0TnOEietnkGg5x; desc @@ 1.3 log @Remove patch-installer_check.php and add dependency to php-exif since roundcube use php-exif if available and comment in patch-installer_check.php was wrong. Bump PKGREVISION. @ text @$NetBSD: patch-installer_check.php,v 1.2 2015/02/16 15:33:32 adam Exp $ Roundcube dosen't use php-exif. --- installer/check.php.orig 2015-02-08 13:48:55.000000000 +0000 +++ installer/check.php @@@@ -24,7 +24,6 @@@@ $optional_php_exts = array( 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', 'Intl' => 'intl', - 'Exif' => 'exif', 'LDAP' => 'ldap', ); @ 1.2 log @Changes 1.1.0: Allow searching across multiple folders Improved support for screen readers and assistive technology using WCAG 2.0 and WAI ARIA standards Update to TinyMCE 4.1 to support images in HTML signatures (copy & paste) Added namespace filter and folder searching in folder manager New config option to disable UI elements/actions Stronger password encryption using OpenSSL Support for the IMAP SPECIAL-USE extension Support for Oracle as database backend Manage 3rd party libs with Composer @ text @d1 1 a1 1 $NetBSD: patch-installer_check.php,v 1.1 2013/09/13 11:13:49 taca Exp $ @ 1.1 log @Update roundcubemail to 0.9.4. pkgsrc changes: * Make installer work. * Add various dependency to PHP extensions. RELEASE 0.9.4 ------------- - Make identities matching case insensitive (#1485480) - Fix issue where too big message data was stored in cache causing sql errors (#1489316) - Fix iframe scrollbars on webkit desktop browsers (#1489306) - Fix issue where legacy config was overriden by default config (#1489288) - Fix newmail_notifier issue where favicon wasn't changed back to default (#1489313) - Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285) - Fix lack of Reply-To address in header of forwarded message body (#1489298) - Fix bugs when invoking contact creation form when read-only addressbook is selected (#1489296) - Fix identity selection on reply (#1489291) - Fix so additional headers are added to all messages sent (#1489284) - Fix display issue after moving folder in Folder Manager (#1489293) - Fix handling of non-default date formats (#1489294) - Fix unquoted path in PREG expression on Windows (#1489290) - Fix Junk folder icon alignment when it's nested in inbox folder (#1489292) - Fix wrong close tag in /template/mail.html (#1489295) @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- installer/check.php.orig 2013-09-06 12:20:52.000000000 +0000 d12 1 a14 1 $required_libs = array( @