Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2011 11:35:28 GMT
From:      Vitaly Magerya <vmagerya@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159909: [maintainer] lang/ikarus: add more MASTER_SITES
Message-ID:  <201108191135.p7JBZS1K087540@red.freebsd.org>
Resent-Message-ID: <201108191140.p7JBe8aV022619@freefall.freebsd.org>

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

>Number:         159909
>Category:       ports
>Synopsis:       [maintainer] lang/ikarus: add more MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 19 11:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Vitaly Magerya
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
>Description:
The main site of lang/ikarus (www.ikarus-scheme.org) is down.
The patch adds two mirrors (launchpad.net and my own).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ikarus.orig/Makefile ikarus/Makefile
--- ikarus.orig/Makefile	2011-08-19 16:26:19.000000000 +0300
+++ ikarus/Makefile	2011-08-19 16:48:34.000000000 +0300
@@ -9,7 +9,9 @@
 PORTVERSION=	0.0.3
 PORTREVISION=	3
 CATEGORIES=	lang scheme
-MASTER_SITES=	http://www.ikarus-scheme.org/ \
+MASTER_SITES=	http://launchpad.net/ikarus/0.0/${PORTVERSION}/+download/ \
+		http://www.ikarus-scheme.org/ \
+		http://tx97.net/pub/distfiles/ \
 		LOCAL/glarkin
 
 MAINTAINER=	vmagerya@gmail.com
@@ -17,6 +19,7 @@
 
 LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
 
+FETCH_ARGS=	-Fpr
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=\


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



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