View | Details | Raw Unified | Return to bug 220317 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	roundcube
3
PORTNAME=	roundcube
4
DISTVERSION=	1.2.5
4
DISTVERSION=	1.3.0
5
PORTEPOCH=	1
5
PORTEPOCH=	1
6
CATEGORIES?=	mail www
6
CATEGORIES?=	mail www
7
MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
7
MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
Lines 17-23 Link Here
17
WRKSRC=		${WRKDIR}/${PORTNAME}mail-${DISTVERSION}
17
WRKSRC=		${WRKDIR}/${PORTNAME}mail-${DISTVERSION}
18
18
19
RCUBECOMP=	SQL config .htaccess index.php installer logs \
19
RCUBECOMP=	SQL config .htaccess index.php installer logs \
20
		plugins program robots.txt skins temp vendor
20
		plugins program skins temp vendor
21
PORTDOCS=	CHANGELOG INSTALL README.md UPGRADING
21
PORTDOCS=	CHANGELOG INSTALL README.md UPGRADING
22
22
23
USES=		cpe php:web
23
USES=		cpe php:web
Lines 63-71 Link Here
63
.endfor
63
.endfor
64
	@(cd ${WRKSRC}; ${FIND} bin ${RCUBECOMP} -not -type d) | ${SORT} | \
64
	@(cd ${WRKSRC}; ${FIND} bin ${RCUBECOMP} -not -type d) | ${SORT} | \
65
		${SED} -ne 's,^,${WWWDIR_REL}/,p' >> ${TMPPLIST}
65
		${SED} -ne 's,^,${WWWDIR_REL}/,p' >> ${TMPPLIST}
66
	@${ECHO_CMD} '@exec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/logs' \
66
	@${ECHO_CMD} '@postexec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/logs' \
67
		>> ${TMPPLIST}
67
		>> ${TMPPLIST}
68
	@${ECHO_CMD} '@exec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/temp' \
68
	@${ECHO_CMD} '@postexec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/temp' \
69
		>> ${TMPPLIST}
69
		>> ${TMPPLIST}
70
70
71
do-install-DOCS-on:
71
do-install-DOCS-on:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497032006
1
TIMESTAMP = 1498605012
2
SHA256 (roundcubemail-1.2.5-complete.tar.gz) = 5494f0a29ff1bc8542c6efc70fa3c35bba6229aebb9cd0d086fd552cb10bf4f3
2
SHA256 (roundcubemail-1.3.0-complete.tar.gz) = a9c4d084716482171b23216d57ad9dafd85bd34f1eee73824c62327fc22b995a
3
SIZE (roundcubemail-1.2.5-complete.tar.gz) = 3900925
3
SIZE (roundcubemail-1.3.0-complete.tar.gz) = 6158919
(-)files/patch-INSTALL (-4 / +4 lines)
Lines 1-10 Link Here
1
--- INSTALL.orig	2016-05-22 11:06:47 UTC
1
--- INSTALL.orig	2017-06-26 18:56:47 UTC
2
+++ INSTALL
2
+++ INSTALL
3
@@ -29,7 +29,6 @@ REQUIREMENTS
3
@@ -30,7 +30,6 @@ REQUIREMENTS
4
    - memory_limit > 16MB (increase as suitable to support large attachments)
4
    - memory_limit > 16MB (increase as suitable to support large attachments)
5
    - file_uploads enabled (for attachment upload features)
5
    - file_uploads enabled (for attachment upload features)
6
    - session.auto_start disabled
6
    - session.auto_start disabled
7
-   - suhosin.session.encrypt disabled
7
-   - suhosin.session.encrypt disabled
8
    - mbstring.func_overload disabled
8
    - mbstring.func_overload disabled
9
    - magic_quotes_runtime disabled
9
 * A MySQL, PostgreSQL, MS SQL Server (2005 or newer), Oracle database
10
    - magic_quotes_sybase disabled
10
   or SQLite support in PHP - with permission to create tables
(-)files/patch-config_defaults.inc.php (-2 / +2 lines)
Lines 1-6 Link Here
1
--- config/defaults.inc.php.orig	2016-05-22 11:06:45 UTC
1
--- config/defaults.inc.php.orig	2017-06-26 18:56:47 UTC
2
+++ config/defaults.inc.php
2
+++ config/defaults.inc.php
3
@@ -717,8 +717,8 @@ $config['spellcheck_dictionary'] = false
3
@@ -739,8 +739,8 @@ $config['spellcheck_dictionary'] = false;
4
 // You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly.
4
 // You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly.
5
 $config['spellcheck_engine'] = 'googie';
5
 $config['spellcheck_engine'] = 'googie';
6
 
6
 
(-)files/patch-program_lib_Roundcube_bootstrap.php (-2 / +2 lines)
Lines 1-6 Link Here
1
--- program/lib/Roundcube/bootstrap.php.orig	2016-05-22 11:06:47 UTC
1
--- program/lib/Roundcube/bootstrap.php.orig	2017-06-26 18:56:48 UTC
2
+++ program/lib/Roundcube/bootstrap.php
2
+++ program/lib/Roundcube/bootstrap.php
3
@@ -37,7 +37,6 @@ $config = array(
3
@@ -35,7 +35,6 @@ $config = array(
4
 // check these additional ini settings if not called via CLI
4
 // check these additional ini settings if not called via CLI
5
 if (php_sapi_name() != 'cli') {
5
 if (php_sapi_name() != 'cli') {
6
     $config += array(
6
     $config += array(

Return to bug 220317