Date: Sat, 10 Feb 2018 18:01:20 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461410 - head/math/dynare Message-ID: <201802101801.w1AI1KJd036412@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Feb 10 18:01:20 2018 New Revision: 461410 URL: https://svnweb.freebsd.org/changeset/ports/461410 Log: math/dynare: Update to 4.5.4 Fix error in documentation of presample in realtime shock decomposition. PR: 225736 Submitted by: fernando.apesteguia@gmail.com (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/math/dynare/Makefile head/math/dynare/distinfo Modified: head/math/dynare/Makefile ============================================================================== --- head/math/dynare/Makefile Sat Feb 10 16:21:52 2018 (r461409) +++ head/math/dynare/Makefile Sat Feb 10 18:01:20 2018 (r461410) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dynare -DISTVERSION= 4.5.3 -PORTREVISION= 1 +DISTVERSION= 4.5.4 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ @@ -20,7 +19,7 @@ LIB_DEPENDS= libumfpack.so:math/suitesparse \ libhdf5.so:science/hdf5 \ libopenblas.so:math/openblas \ libfftw3_threads.so:math/fftw3 \ - libfftw3f_threads.so:math/fftw3-float \ + libfftw3f_threads.so:math/fftw3-float GNU_CONFIGURE= yes USES= fortran gmake localbase pkgconfig shebangfix tar:xz Modified: head/math/dynare/distinfo ============================================================================== --- head/math/dynare/distinfo Sat Feb 10 16:21:52 2018 (r461409) +++ head/math/dynare/distinfo Sat Feb 10 18:01:20 2018 (r461410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509553396 -SHA256 (dynare-4.5.3.tar.xz) = 01434f6d3ceaff1891dc771f6a5b39caee787b2ffa1875e5a4e8c673e32ff3d7 -SIZE (dynare-4.5.3.tar.xz) = 16070908 +TIMESTAMP = 1518262738 +SHA256 (dynare-4.5.4.tar.xz) = 5ee1c30e9a8e0c0ec4f60e83c02beb98271f9e324b9b667d4a5f5b2ee634a7e6 +SIZE (dynare-4.5.4.tar.xz) = 16073208
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802101801.w1AI1KJd036412>