From owner-svn-ports-head@freebsd.org Mon Nov 28 15:19:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2781C59D2C; Mon, 28 Nov 2016 15:19:43 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A1E311084; Mon, 28 Nov 2016 15:19:43 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uASFJgZF029205; Mon, 28 Nov 2016 15:19:42 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uASFJgsC029204; Mon, 28 Nov 2016 15:19:42 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201611281519.uASFJgsC029204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 28 Nov 2016 15:19:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427329 - head/biology/njplot 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.23 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: Mon, 28 Nov 2016 15:19:43 -0000 Author: jrm Date: Mon Nov 28 15:19:42 2016 New Revision: 427329 URL: https://svnweb.freebsd.org/changeset/ports/427329 Log: biology/njplot: Add site in MASTER_SITES because package builders are timing out during fetch. Approved by: AMDmi3 (mentor) Differential Revision: https://reviews.freebsd.org/D8651 Modified: head/biology/njplot/Makefile Modified: head/biology/njplot/Makefile ============================================================================== --- head/biology/njplot/Makefile Mon Nov 28 15:18:14 2016 (r427328) +++ head/biology/njplot/Makefile Mon Nov 28 15:19:42 2016 (r427329) @@ -4,7 +4,8 @@ PORTNAME= njplot PORTVERSION= 2.4 CATEGORIES= biology -MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/ \ +MASTER_SITES= http://awarnach.mathstat.dal.ca/distfiles/ \ + ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/ \ ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/njplot/archive/ MAINTAINER= jrm@FreeBSD.org @@ -21,7 +22,8 @@ USE_XORG= x11 xmu xp xt BINARIES= newicktops newicktotxt njplot unrooted PLIST_FILES= ${BINARIES:S|^|bin/|} man/man1/njplot.1.gz \ - man/man1/unrooted.1.gz ${DATADIR}/njplot.help + man/man1/unrooted.1.gz +PORTDATA= njplot.help PORTDOCS= njplot.html njplot.gif OPTIONS_DEFINE= DOCS