Index: head/science/getdp/Makefile =================================================================== --- head/science/getdp/Makefile (revision 499599) +++ head/science/getdp/Makefile (revision 499600) @@ -1,27 +1,26 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= getdp -PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTVERSION= 3.1.0 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= stephen@FreeBSD.org COMMENT= Rather general finite element solver using mixed finite elements LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgsl.so:math/gsl \ liblapack.so:math/lapack USES= fortran tar:tgz cmake OPTIONS_DEFINE= DOCS EXAMPLES do-test: cd ${WRKSRC}/demos && yes "" | ${STAGEDIR}${PREFIX}/bin/${PORTNAME} magnet.pro -solve MagSta_phi .include Index: head/science/getdp/distinfo =================================================================== --- head/science/getdp/distinfo (revision 499599) +++ head/science/getdp/distinfo (revision 499600) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544448918 -SHA256 (getdp-3.0.4-source.tgz) = fbea5c0fa959820d6c59bb9fad38f8b879ffc0beb0900a91f890f04f0778706c -SIZE (getdp-3.0.4-source.tgz) = 1990509 +TIMESTAMP = 1555894463 +SHA256 (getdp-3.1.0-source.tgz) = 638738cb7390a3b1aee5433560ae3f569e2ea9a3f3a9e5ae5ca2bc7fd32323e8 +SIZE (getdp-3.1.0-source.tgz) = 1844503 Index: head/science/getdp/files/patch-Kernel_Operation__Vector.cpp =================================================================== --- head/science/getdp/files/patch-Kernel_Operation__Vector.cpp (nonexistent) +++ head/science/getdp/files/patch-Kernel_Operation__Vector.cpp (revision 499600) @@ -0,0 +1,12 @@ +--- Kernel/Operation_Vector.cpp.orig 2019-04-22 01:01:36 UTC ++++ Kernel/Operation_Vector.cpp +@@ -12,7 +12,9 @@ + #include "Message.h" + #include "Cal_Quantity.h" + ++#if defined(HAVE_PETSC) + #include "petscvec.h" ++#endif + + /* TODO: + Property changes on: head/science/getdp/files/patch-Kernel_Operation__Vector.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property