diff --git a/biology/phyml/Makefile b/biology/phyml/Makefile index 4e74d81a719c..78ca8bf9f334 100644 --- a/biology/phyml/Makefile +++ b/biology/phyml/Makefile @@ -1,60 +1,60 @@ PORTNAME= phyml DISTVERSIONPREFIX= v -DISTVERSION= 3.3.20211231 +DISTVERSION= 3.3.20220408 PORTEPOCH= 1 CATEGORIES= biology MAINTAINER= ports@FreeBSD.org COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= stephaneguindon GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-beagle --disable-native PLIST_FILES= bin/phyml${BIN_SUFFIX} PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_RADIO= MPI OPTIONS_RADIO_MPI= MPICH OPENMPI MPICH_LIB_DEPENDS= libmpich.so:net/mpich MPICH_MAKE_ARGS= CC="${LOCALBASE}/bin/mpicc" OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi OPENMPI_MAKE_ARGS= CC="${LOCALBASE}/mpi/openmpi/bin/mpicc" .include .if ${PORT_OPTIONS:MMPICH} || ${PORT_OPTIONS:MOPENMPI} CONFIGURE_ARGS+= --enable-mpi BIN_SUFFIX= -mpi .else CONFIGURE_ARGS+= --disable-mpi BIN_SUFFIX= # none .endif post-patch: .if ${ARCH} != amd64 && ${ARCH} != i386 @${REINPLACE_CMD} -e 's|VECTOR_FLAG=-march=native|dnl &|' ${WRKSRC}/configure.ac .endif @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/utilities.h post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.pdf \ ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/biology/phyml/distinfo b/biology/phyml/distinfo index 1e98ab22af49..0d199958fc58 100644 --- a/biology/phyml/distinfo +++ b/biology/phyml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641139689 -SHA256 (stephaneguindon-phyml-v3.3.20211231_GH0.tar.gz) = 5822c04f1b8ad7f9ef5aecaacc124f736b78344eb8cf459a230c727152734d99 -SIZE (stephaneguindon-phyml-v3.3.20211231_GH0.tar.gz) = 1802113 +TIMESTAMP = 1662105216 +SHA256 (stephaneguindon-phyml-v3.3.20220408_GH0.tar.gz) = 9cef375c0186e8a8d4db72ac02148707624c97174ffac244167a138ceb9f65bd +SIZE (stephaneguindon-phyml-v3.3.20220408_GH0.tar.gz) = 1803950