[Midnightbsd-cvs] mports [22931] trunk/mail/roundcube: roundcube 1.3.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 8 12:34:18 EDT 2017


Revision: 22931
          http://svnweb.midnightbsd.org/mports/?rev=22931
Author:   laffer1
Date:     2017-10-08 12:34:18 -0400 (Sun, 08 Oct 2017)
Log Message:
-----------
roundcube 1.3.1

Modified Paths:
--------------
    trunk/mail/roundcube/Makefile
    trunk/mail/roundcube/distinfo
    trunk/mail/roundcube/files/patch-INSTALL
    trunk/mail/roundcube/files/patch-config_defaults.inc.php
    trunk/mail/roundcube/files/patch-installer_check.php
    trunk/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php

Modified: trunk/mail/roundcube/Makefile
===================================================================
--- trunk/mail/roundcube/Makefile	2017-10-08 16:23:44 UTC (rev 22930)
+++ trunk/mail/roundcube/Makefile	2017-10-08 16:34:18 UTC (rev 22931)
@@ -2,7 +2,7 @@
 # $FreeBSD: head/mail/roundcube/Makefile 369697 2014-10-01 07:13:26Z ale $
 
 PORTNAME=	roundcube
-DISTVERSION=	1.2.3
+DISTVERSION=	1.3.1
 PORTEPOCH=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
@@ -19,7 +19,7 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}mail-${DISTVERSION}
 
 RCUBECOMP=	SQL config .htaccess index.php installer logs \
-		plugins program robots.txt skins temp vendor
+		plugins program skins temp vendor
 PORTDOCS=	CHANGELOG INSTALL README.md UPGRADING
 
 USES=		cpe
@@ -27,8 +27,8 @@
 CPE_VENDOR=	roundcube
 
 WANT_PHP_WEB=	yes
-USE_PHP=	pcre mbstring session iconv dom xml json intl zip filter
-IGNORE_WITH_PHP=52
+USE_PHP=	pcre mbstring session iconv dom xml json intl zip filter \
+		openssl fileinfo exif
 
 OPTIONS_DEFINE=	LDAP GD PSPELL NSC DOCS
 OPTIONS_SINGLE=	DB
@@ -58,8 +58,6 @@
 USE_PHP+=	pdo_sqlite
 .endif
 
-USE_PHP+=	openssl
-
 .if ${PORT_OPTIONS:MLDAP}
 USE_PHP+=	ldap
 .endif

Modified: trunk/mail/roundcube/distinfo
===================================================================
--- trunk/mail/roundcube/distinfo	2017-10-08 16:23:44 UTC (rev 22930)
+++ trunk/mail/roundcube/distinfo	2017-10-08 16:34:18 UTC (rev 22931)
@@ -1,2 +1,3 @@
-SHA256 (roundcubemail-1.2.3-complete.tar.gz) = d7f1d041557639c442691a1e5fa791ab77aa97327a0d328a22e0220f3cb2ca97
-SIZE (roundcubemail-1.2.3-complete.tar.gz) = 3894127
+TIMESTAMP = 1505113862
+SHA256 (roundcubemail-1.3.1-complete.tar.gz) = f071bbe84f90ba55582289dcef7b70198b81e0aedd4de8422945658bbee3da0b
+SIZE (roundcubemail-1.3.1-complete.tar.gz) = 5296647

Modified: trunk/mail/roundcube/files/patch-INSTALL
===================================================================
--- trunk/mail/roundcube/files/patch-INSTALL	2017-10-08 16:23:44 UTC (rev 22930)
+++ trunk/mail/roundcube/files/patch-INSTALL	2017-10-08 16:34:18 UTC (rev 22931)
@@ -1,10 +1,10 @@
---- INSTALL.orig	2016-05-22 11:06:47 UTC
-+++ INSTALL
-@@ -29,7 +29,6 @@ REQUIREMENTS
+--- INSTALL.orig	2017-06-26 20:56:47.000000000 +0200
++++ INSTALL	2017-06-30 10:19:42.732739000 +0200
+@@ -30,7 +30,6 @@ REQUIREMENTS
     - memory_limit > 16MB (increase as suitable to support large attachments)
     - file_uploads enabled (for attachment upload features)
     - session.auto_start disabled
 -   - suhosin.session.encrypt disabled
     - mbstring.func_overload disabled
-    - magic_quotes_runtime disabled
-    - magic_quotes_sybase disabled
+ * A MySQL, PostgreSQL, MS SQL Server (2005 or newer), Oracle database
+   or SQLite support in PHP - with permission to create tables

Modified: trunk/mail/roundcube/files/patch-config_defaults.inc.php
===================================================================
--- trunk/mail/roundcube/files/patch-config_defaults.inc.php	2017-10-08 16:23:44 UTC (rev 22930)
+++ trunk/mail/roundcube/files/patch-config_defaults.inc.php	2017-10-08 16:34:18 UTC (rev 22931)
@@ -1,6 +1,6 @@
---- config/defaults.inc.php.orig	2016-05-22 11:06:45 UTC
-+++ config/defaults.inc.php
-@@ -717,8 +717,8 @@ $config['spellcheck_dictionary'] = false
+--- config/defaults.inc.php.orig	2017-06-26 20:56:47.000000000 +0200
++++ config/defaults.inc.php	2017-06-30 10:19:42.733949000 +0200
+@@ -739,8 +739,8 @@ $config['spellcheck_dictionary'] = false
  // You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly.
  $config['spellcheck_engine'] = 'googie';
  

Modified: trunk/mail/roundcube/files/patch-installer_check.php
===================================================================
--- trunk/mail/roundcube/files/patch-installer_check.php	2017-10-08 16:23:44 UTC (rev 22930)
+++ trunk/mail/roundcube/files/patch-installer_check.php	2017-10-08 16:34:18 UTC (rev 22931)
@@ -1,10 +1,10 @@
---- installer/check.php.orig	2016-05-22 11:06:45 UTC
-+++ installer/check.php
+--- installer/check.php.orig	2017-06-26 20:56:47.000000000 +0200
++++ installer/check.php	2017-06-30 10:20:01.306208000 +0200
 @@ -43,7 +43,6 @@ $ini_checks = array(
      'file_uploads'                  => 1,
      'session.auto_start'            => 0,
      'mbstring.func_overload'        => 0,
 -    'suhosin.session.encrypt'       => 0,
-     'magic_quotes_runtime'          => 0,
-     'magic_quotes_sybase'           => 0,
  );
+ 
+ $optional_checks = array(

Modified: trunk/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php
===================================================================
--- trunk/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php	2017-10-08 16:23:44 UTC (rev 22930)
+++ trunk/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php	2017-10-08 16:34:18 UTC (rev 22931)
@@ -1,6 +1,6 @@
---- program/lib/Roundcube/bootstrap.php.orig	2016-05-22 11:06:47 UTC
-+++ program/lib/Roundcube/bootstrap.php
-@@ -37,7 +37,6 @@ $config = array(
+--- program/lib/Roundcube/bootstrap.php.orig	2017-06-26 20:56:48.000000000 +0200
++++ program/lib/Roundcube/bootstrap.php	2017-06-30 10:20:36.888301000 +0200
+@@ -35,7 +35,6 @@ $config = array(
  // check these additional ini settings if not called via CLI
  if (php_sapi_name() != 'cli') {
      $config += array(



More information about the Midnightbsd-cvs mailing list