Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2008 20:23:44 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122130: [port fix] biology/fasta: Update MASTER_SITES
Message-ID:  <200803262023.m2QKNiB3060312@www.freebsd.org>
Resent-Message-ID: <200803262030.m2QKU2Id030898@freefall.freebsd.org>

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

>Number:         122130
>Category:       ports
>Synopsis:       [port fix] biology/fasta: Update MASTER_SITES
>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 Mar 26 20:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        7.0-STABLE
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 7.0-STABLE FreeBSD 7.0-STABLE #11: Tue Mar 25 14:32:03 CET 2008     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
Fix MASTER_SITES for biology/fasta.

As explained here :

http://itc.virginia.edu/network/host.html#Anonymous

"[...] ftp.Virginia.EDU was retired from service on October 30, 2007 [...]", so I updated MASTER_SITES to use the new download location.

I also added The European Bioinformatics Institute's FTP server as second mirror.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur fasta.orig/Makefile fasta/Makefile
--- fasta.orig/Makefile	2008-03-26 21:08:08.457475495 +0100
+++ fasta/Makefile	2008-03-26 21:16:10.639224293 +0100
@@ -8,7 +8,8 @@
 PORTNAME=	fasta
 PORTVERSION=	21.u1.d1
 CATEGORIES=	biology
-MASTER_SITES=	http://ftp.virginia.edu/pub/fasta/
+MASTER_SITES=	http://faculty.virginia.edu/wrpearson/fasta/ \
+				ftp://ftp.ebi.ac.uk/pub/software/unix/fasta/
 DISTNAME=	fasta${PORTVERSION:S/.//g}
 EXTRACT_SUFX=	.shar.Z
 


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



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