From owner-svn-ports-all@FreeBSD.ORG Thu Oct 3 14:17:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD86615F; Thu, 3 Oct 2013 14:17:25 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A3EB27B6; Thu, 3 Oct 2013 14:17:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r93EHPdv008264; Thu, 3 Oct 2013 14:17:25 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r93EHONk008260; Thu, 3 Oct 2013 14:17:24 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201310031417.r93EHONk008260@svn.freebsd.org> From: Wen Heping Date: Thu, 3 Oct 2013 14:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329196 - in head/deskutils/sugarcrm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 14:17:25 -0000 Author: wen Date: Thu Oct 3 14:17:24 2013 New Revision: 329196 URL: http://svnweb.freebsd.org/changeset/ports/329196 Log: - Update to 6.5.15 - Support stage build - Remove article from COMMENT - Fix typo in pkg-message.in Modified: head/deskutils/sugarcrm/Makefile head/deskutils/sugarcrm/distinfo head/deskutils/sugarcrm/files/pkg-message.in head/deskutils/sugarcrm/pkg-plist Modified: head/deskutils/sugarcrm/Makefile ============================================================================== --- head/deskutils/sugarcrm/Makefile Thu Oct 3 14:11:08 2013 (r329195) +++ head/deskutils/sugarcrm/Makefile Thu Oct 3 14:17:24 2013 (r329196) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= sugarcrm -PORTVERSION= 6.5.13 +PORTVERSION= 6.5.15 CATEGORIES= deskutils www MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/1%20-%20SugarCRM%206.5.X/SugarCommunityEdition-6.5.X DISTNAME= SugarCE-${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= A web based customer relationship management suite +COMMENT= Web based customer relationship management suite FETCH_ARGS= -pRr USE_PHP= gd mysql session pcre xml zlib mbstring curl imap spl posix @@ -21,15 +21,11 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES+= pkg-message pkg-install -NO_STAGE= yes do-install: - @${MKDIR} ${WWWDIR} + @${MKDIR} ${STAGEDIR}/${WWWDIR} - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} - @${CHMOD} -R 755 ${WWWDIR} - -post-install: - @${CAT} ${PKGMESSAGE} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/ + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}/${WWWDIR} + @${CHMOD} -R 755 ${STAGEDIR}/${WWWDIR} .include Modified: head/deskutils/sugarcrm/distinfo ============================================================================== --- head/deskutils/sugarcrm/distinfo Thu Oct 3 14:11:08 2013 (r329195) +++ head/deskutils/sugarcrm/distinfo Thu Oct 3 14:17:24 2013 (r329196) @@ -1,2 +1,2 @@ -SHA256 (SugarCE-6.5.13.zip) = 56d359c9f2d64f6f2f976e95222ff5fcc553c06e957e7fb27bdf44ccf9889ab5 -SIZE (SugarCE-6.5.13.zip) = 21248077 +SHA256 (SugarCE-6.5.15.zip) = 89ab43b49f0a1d5f8cb025ced277d1d46c4b704cd5004d7ef79759d1d505d6ff +SIZE (SugarCE-6.5.15.zip) = 21262171 Modified: head/deskutils/sugarcrm/files/pkg-message.in ============================================================================== --- head/deskutils/sugarcrm/files/pkg-message.in Thu Oct 3 14:11:08 2013 (r329195) +++ head/deskutils/sugarcrm/files/pkg-message.in Thu Oct 3 14:17:24 2013 (r329196) @@ -21,7 +21,7 @@ session.save_path = "/tmp" allow the system to work at all. For more information on why these parameters are unnecessary, please see the PHP manual. -2. In order to get Apache or your preferred web server to recognise Sugar +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: @@ -32,11 +32,11 @@ Alias /sugarcrm %%WWWDIR%% Allow from all -3. For full information on how to get the best out of Sugar Community +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/ -4. Enjoy! +5. Enjoy! ## Modified: head/deskutils/sugarcrm/pkg-plist ============================================================================== --- head/deskutils/sugarcrm/pkg-plist Thu Oct 3 14:11:08 2013 (r329195) +++ head/deskutils/sugarcrm/pkg-plist Thu Oct 3 14:17:24 2013 (r329196) @@ -4264,6 +4264,7 @@ %%WWWDIR%%/metadata/contacts_bugsMetaData.php %%WWWDIR%%/metadata/contacts_casesMetaData.php %%WWWDIR%%/metadata/contacts_usersMetaData.php +%%WWWDIR%%/metadata/cron_remove_documentsMetaData.php %%WWWDIR%%/metadata/custom_fieldsMetaData.php %%WWWDIR%%/metadata/documents_accountsMetaData.php %%WWWDIR%%/metadata/documents_bugsMetaData.php @@ -4444,6 +4445,7 @@ %%WWWDIR%%/modules/Administration/RepairIndex.php %%WWWDIR%%/modules/Administration/RepairJSFile.php %%WWWDIR%%/modules/Administration/RepairSeedUsers.php +%%WWWDIR%%/modules/Administration/RepairUploadFolder.php %%WWWDIR%%/modules/Administration/RepairXSS.php %%WWWDIR%%/modules/Administration/Save.php %%WWWDIR%%/modules/Administration/SugarSpriteBuilder.php @@ -4784,11 +4786,13 @@ %%WWWDIR%%/modules/Configurator/tpls/addFontView.tpl %%WWWDIR%%/modules/Configurator/tpls/adminwizard.tpl %%WWWDIR%%/modules/Configurator/tpls/fontmanager.tpl +%%WWWDIR%%/modules/Configurator/tpls/historyContactsEmails.tpl %%WWWDIR%%/modules/Configurator/views/view.addfontresult.php %%WWWDIR%%/modules/Configurator/views/view.addfontview.php %%WWWDIR%%/modules/Configurator/views/view.adminwizard.php %%WWWDIR%%/modules/Configurator/views/view.edit.php %%WWWDIR%%/modules/Configurator/views/view.fontmanager.php +%%WWWDIR%%/modules/Configurator/views/view.historycontactsemails.php %%WWWDIR%%/modules/Configurator/views/view.sugarpdfsettings.php %%WWWDIR%%/modules/Connectors/Connector.js %%WWWDIR%%/modules/Connectors/ConnectorRecord.php @@ -5938,11 +5942,9 @@ %%WWWDIR%%/modules/SavedSearch/vardefs.php %%WWWDIR%%/modules/Schedulers/EditView.html %%WWWDIR%%/modules/Schedulers/EditView.php -%%WWWDIR%%/modules/Schedulers/JobThread.php %%WWWDIR%%/modules/Schedulers/Menu.php %%WWWDIR%%/modules/Schedulers/Save.php %%WWWDIR%%/modules/Schedulers/Scheduler.php -%%WWWDIR%%/modules/Schedulers/SchedulerDaemon.php %%WWWDIR%%/modules/Schedulers/Schedulers.js %%WWWDIR%%/modules/Schedulers/_AddJobsHere.php %%WWWDIR%%/modules/Schedulers/field_arrays.php @@ -6277,6 +6279,7 @@ %%WWWDIR%%/soap/SoapSugarUsers.php %%WWWDIR%%/soap/SoapTypes.php %%WWWDIR%%/soap.php +%%WWWDIR%%/sugar_version.json %%WWWDIR%%/sugar_version.php %%WWWDIR%%/sugarcrm.log %%WWWDIR%%/themes/Sugar5/css/chart.css