Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 14:17:24 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329196 - in head/deskutils/sugarcrm: . files
Message-ID:  <201310031417.r93EHONk008260@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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
 </Directory>
 
-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



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