Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2015 14:21:59 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384733 - head/biology/ncbi-blast+
Message-ID:  <201504251421.t3PELx80041918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Apr 25 14:21:58 2015
New Revision: 384733
URL: https://svnweb.freebsd.org/changeset/ports/384733

Log:
  biology/ncbi-blast+: Add additionl MASTER_SITE to unbreak fetch
  
  The distfile was rerolled but nobody knows why (not a good sign).  The
  maintainer has added a new MASTER_SITE with the original distfile in
  order to unbreak fetch.
  
  PR:		199474
  Submitted by:	maintainer (Jason Bacon)

Modified:
  head/biology/ncbi-blast+/Makefile

Modified: head/biology/ncbi-blast+/Makefile
==============================================================================
--- head/biology/ncbi-blast+/Makefile	Sat Apr 25 14:17:25 2015	(r384732)
+++ head/biology/ncbi-blast+/Makefile	Sat Apr 25 14:21:58 2015	(r384733)
@@ -5,15 +5,14 @@ PORTNAME=	blast+
 PORTVERSION=	2.2.30
 PORTREVISION=	2
 CATEGORIES=	biology
-MASTER_SITES=	http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/
+MASTER_SITES=	http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ \
+		http://acadix.biz/Ports/distfiles/
 PKGNAMEPREFIX=	ncbi-
 DISTNAME=	ncbi-blast-${PORTVERSION}+-src
 
 MAINTAINER=	jwbacon@tds.net
 COMMENT=	NCBI implementation of Basic Local Alignment Search Tool
 
-BROKEN=		Unfetchable
-
 LICENSE=	Public_domain
 LICENSE_NAME=	Public Domain
 LICENSE_FILE=	${WRKSRC}/scripts/projects/blast/LICENSE



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