Index: head/math/mcsim/Makefile =================================================================== --- head/math/mcsim/Makefile (revision 538127) +++ head/math/mcsim/Makefile (revision 538128) @@ -1,47 +1,46 @@ # Created by: Alessando Sagratini # $FreeBSD$ PORTNAME= mcsim -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.2.0 CATEGORIES= math MASTER_SITES= GNU MAINTAINER= ale_sagra@hotmail.com COMMENT= Monte Carlo stochastic simulations and Bayesian inference LICENSE= GPLv3+ BUILD_DEPENDS= indexinfo>=0.3.0:print/indexinfo USES= libtool shebangfix USE_LDCONFIG= yes INFO= mcsim -SHEBANG_FILES= sim/makemcsim.in sim/makemcsims.in sim/makemcsimd.in +SHEBANG_FILES= sim/makemcsim.in sim/makemcsims.in sim/makemcsimd.in sim/makemcsimp.in INSTALL_TARGET= install-strip GNU_CONFIGURE= yes OPTIONS_SUB= yes CONFIGURE_ARGS= --prefix=${PREFIX} OPTIONS_DEFINE= GSL SUNDIALS GSL_DESC= GNU Scientific Library support (recommended) SUNDIALS_DESC= Sundial's Cvodes integrator OPTIONS_DEFAULT=GSL .include .if ${PORT_OPTIONS:MSUNDIALS} BUILD_DEPENDS+= sundials>=3.0.0:math/sundials .endif .if ${PORT_OPTIONS:MGSL} BUILD_DEPENDS+= gsl>=2.5:math/gsl .endif .include Index: head/math/mcsim/distinfo =================================================================== --- head/math/mcsim/distinfo (revision 538127) +++ head/math/mcsim/distinfo (revision 538128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569855064 -SHA256 (mcsim-6.1.0.tar.gz) = ab50d8cc89cf307a1d3442dfc53cc07d11f911f390df768ce8e32db6dcf56553 -SIZE (mcsim-6.1.0.tar.gz) = 2292988 +TIMESTAMP = 1591263851 +SHA256 (mcsim-6.2.0.tar.gz) = c6a3a685dfb9a6f0e99760f2628a91cf40798f6f05d4577e49fade9d80664f7e +SIZE (mcsim-6.2.0.tar.gz) = 2221353 Index: head/math/mcsim/pkg-plist =================================================================== --- head/math/mcsim/pkg-plist (revision 538127) +++ head/math/mcsim/pkg-plist (revision 538128) @@ -1,85 +1,86 @@ bin/makemcsim +bin/makemcsimp bin/mod bin/makemcsims bin/makemcsimd include/delays.h include/matutil.h include/list.h include/lex.h include/sim.h include/lexfn.h include/hungtype.h include/modiface.h include/modelu.h include/random.h include/yourcode.h include/config.h lib/libmcsim.so.0.0.0 lib/libmcsim.so.0 lib/libmcsim.so lib/libmcsim.a %%DATADIR%%/mod/getopt.c %%DATADIR%%/mod/getopt.h %%DATADIR%%/mod/hungtype.h %%DATADIR%%/mod/lex.c %%DATADIR%%/mod/lex.h %%DATADIR%%/mod/lexerr.c %%DATADIR%%/mod/lexerr.h %%DATADIR%%/mod/lexfn.c %%DATADIR%%/mod/lexfn.h %%DATADIR%%/mod/mod.c %%DATADIR%%/mod/mod.h %%DATADIR%%/mod/modd.c %%DATADIR%%/mod/modd.h %%DATADIR%%/mod/modi.c %%DATADIR%%/mod/modi.h %%DATADIR%%/mod/modiSBML.c %%DATADIR%%/mod/modiSBML2.c %%DATADIR%%/mod/modiSBML.h %%DATADIR%%/mod/modo.c %%DATADIR%%/mod/modo.h %%DATADIR%%/mod/strutil.c %%DATADIR%%/mod/strutil.h %%DATADIR%%/sim/delays.c %%DATADIR%%/sim/delays.h %%DATADIR%%/sim/getopt.c %%DATADIR%%/sim/getopt.h %%DATADIR%%/sim/hungtype.h %%DATADIR%%/sim/lex.c %%DATADIR%%/sim/lex.h %%DATADIR%%/sim/lexerr.c %%DATADIR%%/sim/lexerr.h %%DATADIR%%/sim/lexfn.c %%DATADIR%%/sim/lexfn.h %%DATADIR%%/sim/list.c %%DATADIR%%/sim/list.h %%DATADIR%%/sim/lsodes.h %%DATADIR%%/sim/lsodes1.c %%DATADIR%%/sim/lsodes2.c %%DATADIR%%/sim/matutil.c %%DATADIR%%/sim/matutil.h %%DATADIR%%/sim/matutilo.c %%DATADIR%%/sim/matutilo.h %%DATADIR%%/sim/mh.c %%DATADIR%%/sim/mh.h %%DATADIR%%/sim/modelu.c %%DATADIR%%/sim/modelu.h %%DATADIR%%/sim/modiface.h %%DATADIR%%/sim/optdsign.c %%DATADIR%%/sim/optdsign.h %%DATADIR%%/sim/random.c %%DATADIR%%/sim/random.h %%DATADIR%%/sim/sim.c %%DATADIR%%/sim/sim.h %%DATADIR%%/sim/simi.c %%DATADIR%%/sim/simi.h %%DATADIR%%/sim/siminit.c %%DATADIR%%/sim/siminit.h %%DATADIR%%/sim/simmonte.c %%DATADIR%%/sim/simmonte.h %%DATADIR%%/sim/simo.c %%DATADIR%%/sim/simo.h %%DATADIR%%/sim/strutil.c %%DATADIR%%/sim/strutil.h %%DATADIR%%/sim/yourcode.c %%DATADIR%%/sim/yourcode.h