Index: head/science/getdp/Makefile =================================================================== --- head/science/getdp/Makefile (revision 477922) +++ head/science/getdp/Makefile (revision 477923) @@ -1,27 +1,26 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= getdp -PORTVERSION= 2.11.3 -PORTREVISION= 2 +PORTVERSION= 3.0.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 477922) +++ head/science/getdp/distinfo (revision 477923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526163542 -SHA256 (getdp-2.11.3-source.tgz) = 39095f5c2e678b95afe32b81da60bcce4160a71bbf268e69c822414c3cbe49c1 -SIZE (getdp-2.11.3-source.tgz) = 1939482 +TIMESTAMP = 1535039750 +SHA256 (getdp-3.0.0-source.tgz) = 67a64d6e9000cdde5ebe9a5b286aad3bd8f45d7a0a7f76cc1a66874eb397a94c +SIZE (getdp-3.0.0-source.tgz) = 1990639 Index: head/science/getdp/files/patch-CMakeLists.txt =================================================================== --- head/science/getdp/files/patch-CMakeLists.txt (revision 477922) +++ head/science/getdp/files/patch-CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2015-11-07 18:29:23 UTC -+++ CMakeLists.txt -@@ -850,7 +850,7 @@ else(WIN32 OR CYGWIN) - set(GETDP_BIN bin) - set(GETDP_LIB lib) - set(GETDP_DOC share/doc/getdp) -- set(GETDP_MAN share/man/man1) -+ set(GETDP_MAN man/man1) - endif(WIN32 OR CYGWIN) - - # mark targets as optional so we can install them separately if needed Property changes on: head/science/getdp/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/science/getdp/pkg-plist =================================================================== --- head/science/getdp/pkg-plist (revision 477922) +++ head/science/getdp/pkg-plist (revision 477923) @@ -1,13 +1,19 @@ bin/getdp man/man1/getdp.1.gz %%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/demos/magnet.geo %%PORTDOCS%%%%DOCSDIR%%/demos/magnet.msh %%PORTDOCS%%%%DOCSDIR%%/demos/magnet.pro %%PORTDOCS%%%%DOCSDIR%%/demos/magnet_data.pro -%%PORTDOCS%%%%DOCSDIR%%/templates/Electrostatics.pro -%%PORTDOCS%%%%DOCSDIR%%/templates/Magnetostatics.pro -%%PORTDOCS%%%%DOCSDIR%%/templates/MaterialDatabase.pro -%%PORTDOCS%%%%DOCSDIR%%/templates/MaterialMacros.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Interactive.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Interactive_Elasticity.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Interactive_Electrostatics.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Interactive_Magnetostatics.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Lib_Elasticity_u.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Lib_Electrostatics_v.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Lib_Magnetodynamics2D_av_Cir.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Lib_Magnetostatics_a_phi.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/Lib_Materials.pro +%%PORTDOCS%%%%DOCSDIR%%/templates/README.txt