From owner-svn-ports-all@freebsd.org Sat Feb 10 18:01:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88990F0FB99; Sat, 10 Feb 2018 18:01:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A7E169C7A; Sat, 10 Feb 2018 18:01:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3519117643; Sat, 10 Feb 2018 18:01:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1AI1L1F036414; Sat, 10 Feb 2018 18:01:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1AI1KJd036412; Sat, 10 Feb 2018 18:01:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802101801.w1AI1KJd036412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 10 Feb 2018 18:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461410 - head/math/dynare X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/dynare X-SVN-Commit-Revision: 461410 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2018 18:01:21 -0000 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