biology/hyphy: Update to version 2.5.5

Upstream changes: https://github.com/veg/hyphy/releases/tag/2.5.5
This commit is contained in:
Joseph Mingrone 2020-03-02 01:31:56 +00:00
parent c84a99f003
commit aef8ee9db0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527606
3 changed files with 4 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= hyphy
DISTVERSION= 2.5.4
DISTVERSION= 2.5.5
CATEGORIES= biology
MAINTAINER= jrm@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1582224548
SHA256 (veg-hyphy-2.5.4_GH0.tar.gz) = ddd0a1911ebfe88bff841095e8ddf641b7cd0e5bec043b7b185069067add17f3
SIZE (veg-hyphy-2.5.4_GH0.tar.gz) = 6177551
TIMESTAMP = 1583110531
SHA256 (veg-hyphy-2.5.5_GH0.tar.gz) = 9e4290bd8aa84c4ad8d6c0f63da1c74c9ece66bd56214d805edc079223f25c57
SIZE (veg-hyphy-2.5.5_GH0.tar.gz) = 6180395

View File

@ -1,11 +0,0 @@
--- src/core/dataset.cpp.orig 2020-02-20 18:58:13 UTC
+++ src/core/dataset.cpp
@@ -700,7 +700,7 @@ void _DataSet::MatchIndices(_Formula &f, _SimpleList &
receptacle << i;
}
}
- v->SetValue(new _Constant(0.0), nil);
+ v->SetValue(new _Constant(0.0), false);
}
//_________________________________________________________