summaryrefslogtreecommitdiff
path: root/biology/paml
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2019-11-22 15:32:40 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2019-11-22 15:32:40 +0000
commit110a0bfa20bb08157654b46785ebb2c1d5183cc0 (patch)
tree20adecb9e5f0af2f02a20e5b59b0157d0fc528c9 /biology/paml
parentNew ports required for gitlab-ce 12.5. (diff)
biology/paml: Update to version 4.9j
- Remove BROKEN=. Version 4.9i became unfetchable when the author pulled the tarball to prevent users from downloading a version with new, serious bugs. Upstream changes described by the author: - mcmctree: Initial values have ages that are too old, exceeding max bounds. In theory bounds in mcmctree are always soft so that the node ages will move to the area of posterior mode when burnin is long enough. In practice the poor starting values are problematic and requires long burn-in. I have rewritten the code for generating initial values to respect the min and max bounds specified in the fossil calibrations. - codeml: A bug introduced in 4.9i caused the clade labels ($) to be ignored. This affects the branch, branch-site and clade models. If your tree has branch labels (#) only and no clade models, everything will be fine. If you have used the clade label ($) in the tree with or without the branch label (#), either the program will abort or the results will be incorrect. The clade label ($) is supposed to label all branches in the clade as well as the branch itself, but all clade labels in the tree are ignored in 4.9i. Earlier versions are correct.
Notes
Notes: svn path=/head/; revision=518150
Diffstat (limited to 'biology/paml')
-rw-r--r--biology/paml/Makefile4
-rw-r--r--biology/paml/distinfo6
2 files changed, 4 insertions, 6 deletions
diff --git a/biology/paml/Makefile b/biology/paml/Makefile
index 01042b9940c7..997dc37657f3 100644
--- a/biology/paml/Makefile
+++ b/biology/paml/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= paml
-PORTVERSION= 4.9i
+PORTVERSION= 4.9j
CATEGORIES= biology
MASTER_SITES= http://abacus.gene.ucl.ac.uk/software/
DISTNAME= ${PORTNAME}${DISTVERSION}
@@ -10,8 +10,6 @@ DISTNAME= ${PORTNAME}${DISTVERSION}
MAINTAINER= jrm@FreeBSD.org
COMMENT= Phylogenetic Analysis by Maximum Likelihood (PAML)
-BROKEN= unfetchable
-
LICENSE= GPLv3
USES= dos2unix gmake tar:tgz
diff --git a/biology/paml/distinfo b/biology/paml/distinfo
index 3a3170b734b9..c6e205ca7ab2 100644
--- a/biology/paml/distinfo
+++ b/biology/paml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551192920
-SHA256 (paml4.9i.tgz) = bc11af500b88d977a8765161f6c014f178273cbd887657eebd6330a3a967b4cc
-SIZE (paml4.9i.tgz) = 6556407
+TIMESTAMP = 1574435935
+SHA256 (paml4.9j.tgz) = 97aac6cb8f23844202545e9ba4e42020231c2a30051b36f4e4d2f423e270d461
+SIZE (paml4.9j.tgz) = 6562281