From owner-svn-ports-head@FreeBSD.ORG Sat Apr 11 15:49:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F1DFFCC; Sat, 11 Apr 2015 15:49:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A38A2A2; Sat, 11 Apr 2015 15:49:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3BFnw39081822; Sat, 11 Apr 2015 15:49:58 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3BFnwTd081821; Sat, 11 Apr 2015 15:49:58 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201504111549.t3BFnwTd081821@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 11 Apr 2015 15:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383812 - head/biology/seaview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 15:49:59 -0000 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