From owner-svn-ports-head@freebsd.org Sat Aug 12 17:21:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17142DB522B; Sat, 12 Aug 2017 17:21:44 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id D853869869; Sat, 12 Aug 2017 17:21:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7CHLhXe087486; Sat, 12 Aug 2017 17:21:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7CHLgsH087484; Sat, 12 Aug 2017 17:21:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201708121721.v7CHLgsH087484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 12 Aug 2017 17:21:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447843 - in head/math/dynare: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/math/dynare: . files X-SVN-Commit-Revision: 447843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2017 17:21:44 -0000 Author: pi Date: Sat Aug 12 17:21:42 2017 New Revision: 447843 URL: https://svnweb.freebsd.org/changeset/ports/447843 Log: math/dynare: Add missing dependencies - Regenerated patches with "make makepatch" to avoid portlint warnings - Added LICENSE - Added missing library dependencies PR: 221316 Submitted by: Fernando Apesteguia (maintainer) Deleted: head/math/dynare/files/patch-configure head/math/dynare/files/patch-journal.cweb head/math/dynare/files/patch-parser-exception.h Modified: head/math/dynare/Makefile head/math/dynare/files/patch-Makefile.in Modified: head/math/dynare/Makefile ============================================================================== --- head/math/dynare/Makefile Sat Aug 12 16:02:13 2017 (r447842) +++ head/math/dynare/Makefile Sat Aug 12 17:21:42 2017 (r447843) @@ -3,17 +3,29 @@ PORTNAME= dynare PORTVERSION= 4.4.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Software platform for handling a wide class of economic models +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/boost/unordered_set.hpp:devel/boost-libs \ ctangle:devel/cweb LIB_DEPENDS= libumfpack.so:math/suitesparse \ - libmatio.so:math/matio + libmatio.so:math/matio \ + libhdf5.so:science/hdf5 \ + libopenblas.so:math/openblas \ + libopenblasp.so:math/openblas \ + libfftw3_threads.so:math/fftw3 \ + libfftw3.so:math/fftw3 \ + libfftw3f_threads.so:math/fftw3-float \ + libfftw3f.so:math/fftw3-float \ + liblapack.so:math/lapack \ + libblas.so:math/blas WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes Modified: head/math/dynare/files/patch-Makefile.in ============================================================================== --- head/math/dynare/files/patch-Makefile.in Sat Aug 12 16:02:13 2017 (r447842) +++ head/math/dynare/files/patch-Makefile.in Sat Aug 12 17:21:42 2017 (r447843) @@ -1,6 +1,6 @@ --- Makefile.in.orig 2014-07-31 12:30:46 UTC +++ Makefile.in -@@ -827,9 +827,9 @@ +@@ -827,9 +827,9 @@ dist-hook: install-exec-local: $(MKDIR_P) $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode cp -r examples $(DESTDIR)$(pkglibdir)