Date: Sat, 11 Apr 2015 15:49:58 +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: r383812 - head/biology/seaview Message-ID: <201504111549.t3BFnwTd081821@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Apr 11 15:49:57 2015 New Revision: 383812 URL: https://svnweb.freebsd.org/changeset/ports/383812 Log: biology/seaview: Unbreak -- it fetches fine The second MASTER_SITES entry worked fine, so this must have been a transient fetch problem. I removed the first entry which is still failing though. Approved by: blanket Modified: head/biology/seaview/Makefile Modified: head/biology/seaview/Makefile ============================================================================== --- head/biology/seaview/Makefile Sat Apr 11 15:48:33 2015 (r383811) +++ head/biology/seaview/Makefile Sat Apr 11 15:49:57 2015 (r383812) @@ -5,8 +5,7 @@ PORTNAME= seaview PORTVERSION= 4.5.4 PORTEPOCH= 1 CATEGORIES= biology -MASTER_SITES= http://doua.prabi.fr/software/seaview_data/ \ - ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ +MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bofh@FreeBSD.org @@ -14,8 +13,6 @@ COMMENT= Multiple DNA/protein sequence a LICENSE= GPLv3 -BROKEN= Unfetchable - LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ libpng.so:${PORTSDIR}/graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111549.t3BFnwTd081821>