diff options
| author | Jason W. Bacon <jwb@FreeBSD.org> | 2024-12-03 08:52:16 -0600 |
|---|---|---|
| committer | Jason W. Bacon <jwb@FreeBSD.org> | 2024-12-03 08:55:06 -0600 |
| commit | 12b5c3c8f16f39c561373f70a554b98ae9f0dec7 (patch) | |
| tree | 5c06461db0a2d592f52d8b33861363592733dc13 /biology/fasttree/files/patch-FastTree-2.1.10.c | |
| parent | aef82c04c9365d53be3800b445a3d5bf6d0e66fb (diff) | |
biology/fasttree: Update to 2.1.11
Add -trans option for amino acid alignments
Changes: https://microbesonline.org/fasttree/ChangeLog
PR: 283035
Reported by: alster@vinterdalen.se
Diffstat (limited to 'biology/fasttree/files/patch-FastTree-2.1.10.c')
| -rw-r--r-- | biology/fasttree/files/patch-FastTree-2.1.10.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/fasttree/files/patch-FastTree-2.1.10.c b/biology/fasttree/files/patch-FastTree-2.1.10.c index 36dd31ceb877..274e2d7719af 100644 --- a/biology/fasttree/files/patch-FastTree-2.1.10.c +++ b/biology/fasttree/files/patch-FastTree-2.1.10.c @@ -1,5 +1,5 @@ ---- FastTree-2.1.10.c.orig 2017-12-04 15:09:11 UTC -+++ FastTree-2.1.10.c +--- FastTree-2.1.11.c.orig 2017-12-04 15:09:11 UTC ++++ FastTree-2.1.11.c @@ -8759,7 +8759,7 @@ double pnorm(double x) void *mymalloc(size_t sz) { |
