svn commit: r427329 - head/biology/njplot
Joseph Mingrone
jrm at FreeBSD.org
Mon Nov 28 15:19:43 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list