Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 20:32:34 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533706 - head/biology/iqtree
Message-ID:  <202005022032.042KWYXU062450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sat May  2 20:32:33 2020
New Revision: 533706
URL: https://svnweb.freebsd.org/changeset/ports/533706

Log:
  biology/iqtree: Update to version 2.0.4

Modified:
  head/biology/iqtree/Makefile   (contents, props changed)
  head/biology/iqtree/distinfo   (contents, props changed)

Modified: head/biology/iqtree/Makefile
==============================================================================
--- head/biology/iqtree/Makefile	Sat May  2 20:26:26 2020	(r533705)
+++ head/biology/iqtree/Makefile	Sat May  2 20:32:33 2020	(r533706)
@@ -2,7 +2,7 @@
 
 PORTNAME=	iqtree
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.6.12
+DISTVERSION=	2.0.4
 CATEGORIES=	biology
 
 MAINTAINER=	jrm@FreeBSD.org
@@ -16,6 +16,8 @@ BROKEN_armv6=		fails to compile: unrecognized command 
 BROKEN_armv7=		fails to compile: unrecognized command line options '-m32' and '-msse3'
 BROKEN_powerpc64=	fails to build: GCC version must be at least 4.8!
 
+LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs
+
 USES=		cmake compiler:openmp eigen:3
 USE_GITHUB=	yes
 GH_ACCOUNT=	Cibiv
@@ -27,7 +29,7 @@ PORTEXAMPLES=	example.cf example.nex example.phy model
 OPTIONS_DEFINE=	EXAMPLES
 
 do-install:
-	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/iqtree ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/iqtree2 ${STAGEDIR}${PREFIX}/bin/iqtree
 
 do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/biology/iqtree/distinfo
==============================================================================
--- head/biology/iqtree/distinfo	Sat May  2 20:26:26 2020	(r533705)
+++ head/biology/iqtree/distinfo	Sat May  2 20:32:33 2020	(r533706)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566849788
-SHA256 (Cibiv-IQ-TREE-v1.6.12_GH0.tar.gz) = 9614092de7a157de82c9cc402b19cc8bfa0cb0ffc93b91817875c2b4bb46a284
-SIZE (Cibiv-IQ-TREE-v1.6.12_GH0.tar.gz) = 4864641
+TIMESTAMP = 1588445637
+SHA256 (Cibiv-IQ-TREE-v2.0.4_GH0.tar.gz) = 31e42259a518da057c61f2f8426cf63c16cc6c5b622fa04e83bf82ac4233ff76
+SIZE (Cibiv-IQ-TREE-v2.0.4_GH0.tar.gz) = 5264823



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005022032.042KWYXU062450>