ports/98238: fetch fix for devel/sugarcrm

Nick Hilliard nick at foobar.org
Wed May 31 20:40:35 UTC 2006


>Number:         98238
>Category:       ports
>Synopsis:       fetch fix for devel/sugarcrm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 20:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hilliard
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Network Ability
>Environment:
System: FreeBSD xxx 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed May 17 11:38:53 IST 2006 nick at xxx:/data/src/usr.src/src-6.1/src/sys/i386/compile/XXX i386


>Description:

Fix for devel/sugarcrm, which broke due to fetch process not supporting 302
redirects and original authors changing their URL scheme.

>How-To-Repeat:
>Fix:

diff -ur sugarcrm-broken/Makefile sugarcrm/Makefile
--- sugarcrm-broken/Makefile	Sun May 21 22:40:02 2006
+++ sugarcrm/Makefile	Wed May 31 21:27:12 2006
@@ -19,8 +19,6 @@
 MAINTAINER=	nick at foobar.org
 COMMENT=	A web based customer relationship management suite
 
-BROKEN=		Unfetchable
-
 USE_PHP=	gd mysql session pcre xml
 USE_PHP=	gd mysql session pcre xml
 USE_ZIP=	yes
@@ -28,7 +26,7 @@
 NO_WRKSUBDIR=	yes
 SUGARCRMDIR?=	www/${PORTNAME}
 
-SCRM_DISPATCHER=	http://sugarforge.org/frs/download.php
+SCRM_DISPATCHER=	http://www.sugarforge.org/frs/download.php
 SRCNAME=	SugarSuite-${PORTVERSION}
 USERDOCFILE=	Sugar_Open_Source_User_Guide_v35.pdf
 INSTALLDOCFILE=	Sugar_Open_Source_Installation_Guide_v35.pdf
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list