diff --git a/www/suitecrm/Makefile b/www/suitecrm/Makefile index 15b2e999c165..9630a2958541 100644 --- a/www/suitecrm/Makefile +++ b/www/suitecrm/Makefile @@ -1,40 +1,39 @@ 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 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 WRKSRC= ${WRKDIR}/SuiteCRM-${PORTVERSION} PLIST= ${WRKDIR}/plist CRMDIR= www/suitecrm SUB_FILES+= pkg-message pre-install: @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} @${ECHO_CMD} "@mode 755" >> ${PLIST} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${CRMDIR}?g" >>${PLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${CRMDIR}?g" >> ${PLIST} @${ECHO_CMD} "@mode" >> ${PLIST} @${ECHO_CMD} "@group" >> ${PLIST} @${ECHO_CMD} "@owner" >> ${PLIST} do-install: @${MKDIR} ${STAGEDIR}/${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/ .include 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 @@ -1,26 +1,25 @@ [ { type: install message: < + Alias /suitecrm %%WWWDIR%% + AllowOverride None Require all granted - + 3. For full information on how to get the best out of Sugar Community Edition, please see the documentation on the web: https://docs.suitecrm.com/admin/installation-guide/downloading-installing/ EOM } ]