Index: head/deskutils/sugarcrm/Makefile =================================================================== --- head/deskutils/sugarcrm/Makefile (revision 390151) +++ head/deskutils/sugarcrm/Makefile (revision 390152) @@ -1,39 +1,39 @@ # Created by: Nick Hilliard # $FreeBSD$ PORTNAME= sugarcrm -PORTVERSION= 6.5.20 +PORTVERSION= 6.5.21 CATEGORIES= deskutils www MASTER_SITES= SF/${PORTNAME}/1%20-%20SugarCRM%206.5.X/SugarCommunityEdition-6.5.X DISTNAME= SugarCE-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Web based customer relationship management suite USES= zip USE_PHP= gd mysql session pcre xml zlib mbstring curl imap spl posix \ json ctype zip tokenizer NO_BUILD= yes WRKSRC= ${WRKDIR}/SugarCE-Full-${PORTVERSION} PLIST= ${WRKDIR}/plist SUGARDIR= www/sugarcrm PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES+= pkg-message pkg-install 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}?${SUGARDIR}?g" >>${PLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${SUGARDIR}?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 Index: head/deskutils/sugarcrm/distinfo =================================================================== --- head/deskutils/sugarcrm/distinfo (revision 390151) +++ head/deskutils/sugarcrm/distinfo (revision 390152) @@ -1,2 +1,2 @@ -SHA256 (SugarCE-6.5.20.zip) = 5a83b6250c24b697d2d5239a92457e45c272fc5c1a1c700830536d1d6c449fcf -SIZE (SugarCE-6.5.20.zip) = 21270144 +SHA256 (SugarCE-6.5.21.zip) = bd98632bb99809bb22614fcc5caf7c789c0bd5a75fd0ffad6262d4aabd89d93f +SIZE (SugarCE-6.5.21.zip) = 21270135 Index: head/deskutils/sugarcrm/files/pkg-message.in =================================================================== --- head/deskutils/sugarcrm/files/pkg-message.in (revision 390151) +++ head/deskutils/sugarcrm/files/pkg-message.in (revision 390152) @@ -1,43 +1,41 @@ ## Notes: 1. Sugar Community Edition requires that you increase the default PHP memory limit from 8Mb to 64Mb in the php.ini file. You should edit this file and ensure that the memory_limit parameter should be set to 64Mb or greater: memory_limit = 64M ; Maximum amount of memory a script may consume 2. Sugar Community Edition requires the following three parameters to be set in your php.ini. allow_call_time_pass_reference = Off safe_mode = Off ; disable "safe mode" session.save_path = "/tmp" While Sugar Community Edition will work (albeit inefficiently) with allow_call_time_pass_reference enabled, safe_mode must be disabled to allow the system to work at all. For more information on why these parameters are unnecessary, please see the PHP manual. 3. In order to get Apache or your preferred web server to recognise Sugar Community Edition's location on your disk, you'll need to put the following line (or the equivalent) into the web server configuration: Alias /sugarcrm %%WWWDIR%% AllowOverride None Require all granted - Order allow,deny - Allow from all 4. For full information on how to get the best out of Sugar Community Edition, please see the documentation on the web: http://www.sugarforge.org/content/documentation/ 5. Enjoy! ##