www/suitecrm: Update to 7.14.3

This commit is contained in:
Wen Heping 2024-04-03 11:39:30 +00:00
parent 7f244da6cd
commit 16bb7d2c65
3 changed files with 10 additions and 12 deletions

View file

@ -1,7 +1,7 @@
PORTNAME= suitecrm PORTNAME= suitecrm
PORTVERSION= 7.14.0 PORTVERSION= 7.14.3
CATEGORIES= www CATEGORIES= www
MASTER_SITES= https://suitecrm.com/download/141/suite84/562969/ MASTER_SITES= https://suitecrm.com/download/141/suite714/563700/
MAINTAINER= wen@FreeBSD.org MAINTAINER= wen@FreeBSD.org
COMMENT= Open source Customer Relationship Management (CRM) software solution COMMENT= Open source Customer Relationship Management (CRM) software solution
@ -10,8 +10,7 @@ WWW= http://www.suitercrm.com/
LICENSE= AGPLv3 LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= php zip USES= php
# php json/pcre/spl extension is required but it's statically linked in default php
USE_PHP= curl ctype dom filter gd imap mysqli pdo posix \ USE_PHP= curl ctype dom filter gd imap mysqli pdo posix \
session tokenizer xml mbstring zip zlib session tokenizer xml mbstring zip zlib
NO_BUILD= yes NO_BUILD= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1694045244 TIMESTAMP = 1712137043
SHA256 (suitecrm-7.14.0.zip) = 7772053677ebb3b06c9ecec86dd80e114f01fbfc30c6b440c4e5405bfa2ecc9d SHA256 (suitecrm-7.14.3.tar.gz) = ce262169787d02cd6318bd4998d567c20f09645ae72d8a5bf309c0264501ce07
SIZE (suitecrm-7.14.0.zip) = 59845146 SIZE (suitecrm-7.14.3.tar.gz) = 59702466

View file

@ -4,18 +4,17 @@
Notes: Notes:
1. SuiteCRM requires that you increase the default PHP memory limit to 128M. 1. SuiteCRM requires that you increase the default PHP memory limit to 128M.
in the php.ini file. and set output_buffering = on in the php.ini file.
memory_limit = 128M ; Maximum amount of memory a script may consume
2. In order to get Apache or your preferred web server to recognise Suite 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 Community Edition's location on your disk, you'll need to put the
following line (or the equivalent) into the web server configuration: following line (or the equivalent) into the web server configuration:
Alias /suitecrm %%WWWDIR%% Alias /suitecrm %%WWWDIR%%
<Directory %%WWWDIR%%> <Directory %%WWWDIR%%>
AllowOverride None AllowOverride None
Require all granted Require all granted
</Directory> </Directory>
3. For full information on how to get the best out of Sugar Community 3. For full information on how to get the best out of Sugar Community
Edition, please see the documentation on the web: Edition, please see the documentation on the web: