Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 13:31:10 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178484: [PATCH] www/twiki: Add additional master_site; currently one down
Message-ID:  <201305101331.r4ADVAUE077964@oldred.FreeBSD.org>
Resent-Message-ID: <201305101340.r4ADe1Q9032929@freefall.freebsd.org>

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

>Number:         178484
>Category:       ports
>Synopsis:       [PATCH] www/twiki: Add additional master_site; currently one down
>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:   Fri May 10 13:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
THe current master site is down.  Twiki is hosted on sourceforce, so add SF mastersite (as primary) and leave twiki.org in case it comes back.

Solve current fetching problem
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile    (revision 317782)
+++ Makefile    (working copy)
@@ -5,7 +5,8 @@
 PORTVERSION=   5.1.4
 PORTEPOCH=     1
 CATEGORIES=    www
-MASTER_SITES=  http://twiki.org/p/pub/Codev/Release/
+MASTER_SITES=  SF/${PORTNAME}/TWiki%20for%20all%20Platforms/${DISTNAME} \
+               http://twiki.org/p/pub/Codev/Release/
 DISTNAME=      TWiki-${PORTVERSION}
 EXTRACT_SUFX=  .tgz


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



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