Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 15:19:42 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427329 - head/biology/njplot
Message-ID:  <201611281519.uASFJgsC029204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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