diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-03 07:11:15 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-03 07:11:15 +0800 |
commit | f2d5c815fba2fdc3fc279fb7586fc2340541aea3 (patch) | |
tree | b0823fe1d065780151b79a304b365c2597294e8f /math/petiga | |
parent | 74b9c1d82308f6bf74422ff421da21bd591d36f6 (diff) | |
download | freebsd-ports-gnome-f2d5c815fba2fdc3fc279fb7586fc2340541aea3.tar.gz freebsd-ports-gnome-f2d5c815fba2fdc3fc279fb7586fc2340541aea3.tar.zst freebsd-ports-gnome-f2d5c815fba2fdc3fc279fb7586fc2340541aea3.zip |
science/PETSc: Update 3.9.4->3.10.1; math/py-petsc4py: Update 3.9.1->3.10.0; math/slepc: Update 3.9.2->3.10.0; math/py-slepc4py: Update 3.9.0->3.10.0
Bump math/sundials and math/petiga.
On commit because they depend on each other and don't build unless versions match.
Diffstat (limited to 'math/petiga')
-rw-r--r-- | math/petiga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/petiga/Makefile b/math/petiga/Makefile index deb017604a12..afe79e2c641f 100644 --- a/math/petiga/Makefile +++ b/math/petiga/Makefile @@ -2,7 +2,7 @@ PORTNAME= petiga DISTVERSION= g20180518 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ |