diff options
author | rm <rm@FreeBSD.org> | 2012-01-12 14:55:35 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-01-12 14:55:35 +0800 |
commit | 6070f73f2e9d9108828e9790d0a417377bf69d42 (patch) | |
tree | b9033a3563fe1587d2a818176b5502b5ab4672e8 /math/dynare | |
parent | 875e2252778fa585f9e9529c4f303f10e78d68d7 (diff) | |
download | freebsd-ports-gnome-6070f73f2e9d9108828e9790d0a417377bf69d42.tar.gz freebsd-ports-gnome-6070f73f2e9d9108828e9790d0a417377bf69d42.tar.zst freebsd-ports-gnome-6070f73f2e9d9108828e9790d0a417377bf69d42.zip |
- update to 4.2.4 [1]
- fix portlint error (*.info file in pkg-plist)
- fix whitespace in pkg-descr
PR: 164027 [1]
Submitted by: Fernando <fernando.apesteguia at gmail dot com> (maintainer)
Diffstat (limited to 'math/dynare')
-rw-r--r-- | math/dynare/Makefile | 6 | ||||
-rw-r--r-- | math/dynare/distinfo | 4 | ||||
-rw-r--r-- | math/dynare/pkg-descr | 2 | ||||
-rw-r--r-- | math/dynare/pkg-plist | 1 |
4 files changed, 7 insertions, 6 deletions
diff --git a/math/dynare/Makefile b/math/dynare/Makefile index b28a26d202d7..b857928c22a7 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= dynare -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.4 CATEGORIES= math -MASTER_SITES= http://www.dynare.org/download/dynare-4.2/source/dynare-4.2.2.tar.gz/at_download/file +MASTER_SITES= http://www.dynare.org/download/dynare-4.2/source/dynare-4.2.4.tar.gz/at_download/file MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Software platform for handling a wide class of economic models @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_FORTRAN= yes +INFO= dynare + OPTIONS+= OCTAVE "Enable compilation of MEX files for Octave" on OPTIONS+= MATLAB "Enable compilation of MEX files for MATLAB" off diff --git a/math/dynare/distinfo b/math/dynare/distinfo index 77d6a1717e20..2934bef5e5da 100644 --- a/math/dynare/distinfo +++ b/math/dynare/distinfo @@ -1,2 +1,2 @@ -SHA256 (dynare-4.2.2.tar.gz) = 2db21e0ddff7425986db07528b6ca2757d2bcc32d929f6d9bec9a9c206822915 -SIZE (dynare-4.2.2.tar.gz) = 13588861 +SHA256 (dynare-4.2.4.tar.gz) = e31f89f5a512fad501d5c53bd3650cb53614b19cbd85c303042d33f948dbeadb +SIZE (dynare-4.2.4.tar.gz) = 13637794 diff --git a/math/dynare/pkg-descr b/math/dynare/pkg-descr index acd6e91dccce..063fe296e54a 100644 --- a/math/dynare/pkg-descr +++ b/math/dynare/pkg-descr @@ -1,5 +1,5 @@ Dynare is a software platform for handling a wide class of -economic models, in particular dynamic stochastic general +economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models. WWW: http://www.dynare.org diff --git a/math/dynare/pkg-plist b/math/dynare/pkg-plist index 747230b9a9f5..0ca0d2fd6ffa 100644 --- a/math/dynare/pkg-plist +++ b/math/dynare/pkg-plist @@ -1,4 +1,3 @@ bin/dynare++ -info/dynare.info lib/matlab/dynare_m @dirrm lib/matlab |