Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 13:10:13 +0100 (IST)
From:      Nick Hilliard <nick@foobar.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102342: deskutils/sugarcrm: fix for latest round of distfile URL changes
Message-ID:  <200608211210.k7LCADet037270@muffin.acquirer.com>
Resent-Message-ID: <200608211220.k7LCKEIb018571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102342
>Category:       ports
>Synopsis:       deskutils/sugarcrm: fix for latest round of distfile URL changes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 21 12:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hilliard
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Network Ability Ltd.
>Environment:
System: FreeBSD muffin.acquirer.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed May 17 11:38:53 IST 2006 nick@newmuffin.acquirer.com:/data/src/usr.src/src-6.1/src/sys/i386/compile/MUFFIN i386


>Description:

SugarCRM have engaged in yet another round of URI remapping, which confuses
the ports system because it doesn't allow 302 redirections.  The attached
patch fixes this up.  Also, their default home page URI has changed.

>How-To-Repeat:

>Fix:

diff -ur sugarcrm.orig/Makefile sugarcrm/Makefile
--- sugarcrm.orig/Makefile	Mon Aug 21 13:03:11 2006
+++ sugarcrm/Makefile	Mon Aug 21 13:05:45 2006
@@ -7,9 +7,9 @@
 PORTNAME=	sugarcrm
 PORTVERSION=	3.5.1
 CATEGORIES=	deskutils www
-MASTER_SITES=	${SCRM_DISPATCHER}/392/:src \
-		${SCRM_DISPATCHER}/387/:userdoc \
-		${SCRM_DISPATCHER}/389/:installdoc
+MASTER_SITES=	${SCRM_DISPATCHER}/sugarcrm/SugarOSArchive/SugarSuiteDownloadArchive/:src \
+		${SCRM_DISPATCHER}/sugardocs/Manuals/v3.5Manuals/:userdoc \
+		${SCRM_DISPATCHER}/sugardocs/Manuals/InstallationandUpgradeManuals/:installdoc
 DISTFILES=	${USERDOCFILE}:userdoc \
 		${INSTALLDOCFILE}:installdoc \
 		${SRCNAME}${EXTRACT_SUFX}:src
@@ -26,7 +26,7 @@
 NO_WRKSUBDIR=	yes
 SUGARCRMDIR?=	www/${PORTNAME}
 
-SCRM_DISPATCHER=	http://www.sugarforge.org/frs/download.php
+SCRM_DISPATCHER=	http://dl.sugarforge.org
 SRCNAME=	SugarSuite-${PORTVERSION}
 USERDOCFILE=	Sugar_Open_Source_User_Guide_v35.pdf
 INSTALLDOCFILE=	Sugar_Open_Source_Installation_Guide_v35.pdf
Only in sugarcrm: Makefile~
diff -ur sugarcrm.orig/pkg-descr sugarcrm/pkg-descr
--- sugarcrm.orig/pkg-descr	Mon Aug 21 13:03:11 2006
+++ sugarcrm/pkg-descr	Mon Aug 21 13:03:21 2006
@@ -11,4 +11,4 @@
 seamlessly blends all of these capabilities into an intuitive and
 user-friendly, tabbed interface.
 
-WWW: http://www.sugarcrm.com/home/
+WWW: http://www.sugarcrm.com/crm/

>Release-Note:
>Audit-Trail:
>Unformatted:



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