git: cbf6d5924f63 - main - biology/iqtree: Update to 2.3.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 16:09:36 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbf6d5924f630508d156bf651a13caf54c78273d commit cbf6d5924f630508d156bf651a13caf54c78273d Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-05-16 15:45:36 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-05-16 16:08:07 +0000 biology/iqtree: Update to 2.3.4 Release notes: https://github.com/iqtree/iqtree2/releases/tag/v.2.3.4 Sponsored by: The FreeBSD Foundation --- biology/iqtree/Makefile | 4 ++-- biology/iqtree/distinfo | 6 +++--- biology/iqtree/files/patch-CMakeLists.txt | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/biology/iqtree/Makefile b/biology/iqtree/Makefile index 5752c102500c..fc48fb410933 100644 --- a/biology/iqtree/Makefile +++ b/biology/iqtree/Makefile @@ -1,6 +1,6 @@ PORTNAME= iqtree -DISTVERSIONPREFIX= v -DISTVERSION= 2.3.2 +DISTVERSIONPREFIX= v. +DISTVERSION= 2.3.4 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org diff --git a/biology/iqtree/distinfo b/biology/iqtree/distinfo index 4b5ff2269f5f..ebd56f55dff4 100644 --- a/biology/iqtree/distinfo +++ b/biology/iqtree/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713099860 -SHA256 (iqtree-iqtree2-v2.3.2_GH0.tar.gz) = c1f97b5fba459561739f4213e7014f29049e070f0cbe2a20473279b372e3c12e -SIZE (iqtree-iqtree2-v2.3.2_GH0.tar.gz) = 6161544 +TIMESTAMP = 1715872647 +SHA256 (iqtree-iqtree2-v.2.3.4_GH0.tar.gz) = 35bdac31c5795e5c72e532c2a311aa8266c9d40e7d668ee84c3b6e975af318da +SIZE (iqtree-iqtree2-v.2.3.4_GH0.tar.gz) = 6568572 SHA256 (tothuhien-lsd2-26ba127_GH0.tar.gz) = 63226da0e326d9fc47c54e8e380d48e51e923ccc25bd7f286d49b9f49028d1c4 SIZE (tothuhien-lsd2-26ba127_GH0.tar.gz) = 1079490 diff --git a/biology/iqtree/files/patch-CMakeLists.txt b/biology/iqtree/files/patch-CMakeLists.txt deleted file mode 100644 index d52f30670d91..000000000000 --- a/biology/iqtree/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2023-09-05 01:20:58 UTC -+++ CMakeLists.txt -@@ -398,7 +398,7 @@ if (NOT IQTREE_FLAGS MATCHES "single") - else() - link_directories(${PROJECT_SOURCE_DIR}/libmac) - endif() -- elseif (WIN32 OR UNIX) -+ elseif (WIN32 OR UNIX AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") - if (BINARY32) - link_directories(${PROJECT_SOURCE_DIR}/lib32) - else()