svn commit: r447843 - in head/math/dynare: . files

Kurt Jaeger pi at FreeBSD.org
Sat Aug 12 17:21:44 UTC 2017


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 <fernando.apesteguia at gmail.com> (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 at 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)


More information about the svn-ports-all mailing list