Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2024 11:40:54 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 16bb7d2c65a7 - main - www/suitecrm: Update to 7.14.3
Message-ID:  <202404031140.433BesMJ032401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16bb7d2c65a7e51dfe4a40ee2816a8e2b05e8f0f

commit 16bb7d2c65a7e51dfe4a40ee2816a8e2b05e8f0f
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-04-03 11:39:30 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-04-03 11:40:22 +0000

    www/suitecrm: Update to 7.14.3
---
 www/suitecrm/Makefile             | 7 +++----
 www/suitecrm/distinfo             | 6 +++---
 www/suitecrm/files/pkg-message.in | 9 ++++-----
 3 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/www/suitecrm/Makefile b/www/suitecrm/Makefile
index 15b2e999c165..9630a2958541 100644
--- a/www/suitecrm/Makefile
+++ b/www/suitecrm/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	suitecrm
-PORTVERSION=	7.14.0
+PORTVERSION=	7.14.3
 CATEGORIES=	www
-MASTER_SITES=	https://suitecrm.com/download/141/suite84/562969/
+MASTER_SITES=	https://suitecrm.com/download/141/suite714/563700/
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Open source Customer Relationship Management (CRM) software solution
@@ -10,8 +10,7 @@ WWW=		http://www.suitercrm.com/
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		php zip
-# php json/pcre/spl extension is required but it's statically linked in default php
+USES=		php
 USE_PHP=	curl ctype dom filter gd imap mysqli pdo posix \
 		session tokenizer xml mbstring zip zlib
 NO_BUILD=	yes
diff --git a/www/suitecrm/distinfo b/www/suitecrm/distinfo
index 7686957d52c8..f23f0af2250a 100644
--- a/www/suitecrm/distinfo
+++ b/www/suitecrm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694045244
-SHA256 (suitecrm-7.14.0.zip) = 7772053677ebb3b06c9ecec86dd80e114f01fbfc30c6b440c4e5405bfa2ecc9d
-SIZE (suitecrm-7.14.0.zip) = 59845146
+TIMESTAMP = 1712137043
+SHA256 (suitecrm-7.14.3.tar.gz) = ce262169787d02cd6318bd4998d567c20f09645ae72d8a5bf309c0264501ce07
+SIZE (suitecrm-7.14.3.tar.gz) = 59702466
diff --git a/www/suitecrm/files/pkg-message.in b/www/suitecrm/files/pkg-message.in
index e436535deb86..f74f1bf2f15d 100644
--- a/www/suitecrm/files/pkg-message.in
+++ b/www/suitecrm/files/pkg-message.in
@@ -4,18 +4,17 @@
 Notes:
 
 1.  SuiteCRM requires that you increase the default PHP memory limit to 128M.
-    in the php.ini file.
-    memory_limit = 128M	; Maximum amount of memory a script may consume
+    and set output_buffering = on in the php.ini file.
 
 2.  In order to get Apache or your preferred web server to recognise Suite
     Community Edition's location on your disk, you'll need to put the
     following line (or the equivalent) into the web server configuration:
 
-Alias /suitecrm %%WWWDIR%%
-<Directory %%WWWDIR%%>
+    Alias /suitecrm %%WWWDIR%%
+    <Directory %%WWWDIR%%>
 	AllowOverride None
 	Require all granted
-</Directory>
+    </Directory>
 
 3.  For full information on how to get the best out of Sugar Community
     Edition, please see the documentation on the web:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404031140.433BesMJ032401>