Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2007 16:38:43 GMT
From:      Craig Butler<craig001@lerwick.hopto.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/112012: [maintainer update] fix for www/joomla
Message-ID:  <200704221638.l3MGchm9061101@www.freebsd.org>
Resent-Message-ID: <200704221650.l3MGo5BM006227@freefall.freebsd.org>

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

>Number:         112012
>Category:       ports
>Synopsis:       [maintainer update] fix for www/joomla
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 16:50:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Craig Butler
>Release:        6.2-RELEASE-p3
>Organization:
lerwick.hopto.org
>Environment:
FreeBSD polaris.lerwick.hopto.org 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sun Apr 15 11:27:44 BST 2007     root@polaris.lerwick.hopto.org:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
fix for broken link in Makefile
>How-To-Repeat:
try to build port with # make install clean

build bombs out after fetching a web page instead of proper file
>Fix:


Patch attached with submission follows:

diff -ruN joomla.bak/Makefile joomla/Makefile
--- joomla.bak/Makefile Sun Apr 22 17:02:01 2007
+++ joomla/Makefile     Sun Apr 22 17:11:30 2007
@@ -7,8 +7,8 @@
 PORTNAME=      joomla
 PORTVERSION=   1.0.12
 CATEGORIES=    www
-MASTER_SITES=  http://forge.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_12/frs8162?dl=1/:source1
-DISTFILES=     ${JOOMLA_SRC}:source1
+MASTER_SITES=   http://downloads.joomlacode.org/frsrelease/2/6/4/264/  
+DISTFILES=     ${JOOMLA_SRC}
 
 MAINTAINER=    include@npf.pt.freebsd.org
 COMMENT=       A dynamic web content management system (CMS)

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



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