Upgrade to 1.0.1.
This commit is contained in:
parent
2a74425b9f
commit
d01d3d8188
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128172
3 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= getdp
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://www.geuz.org/getdp/src/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
||||
|
@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= A rather general finite element solver using mixed finite elements
|
||||
|
||||
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
|
||||
gsl.6:${PORTSDIR}/math/gsl
|
||||
gsl.6:${PORTSDIR}/math/gsl \
|
||||
lapack.3:${PORTSDIR}/math/lapack
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (getdp-1.0.0-source.tgz) = 8256357866085afaa274863ad4c1e71f
|
||||
SIZE (getdp-1.0.0-source.tgz) = 1143363
|
||||
MD5 (getdp-1.0.1-source.tgz) = 5ed9b143d2205a7bbe5a13c91065593c
|
||||
SIZE (getdp-1.0.1-source.tgz) = 1154315
|
||||
|
|
|
@ -21,6 +21,7 @@ bin/getdp
|
|||
%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_15.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_16.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_17.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_18.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_4.html
|
||||
|
|
Loading…
Reference in a new issue