diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-06-21 17:09:01 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-06-21 17:10:27 +0200 |
commit | d554cafc7b135e983b6670e03566c26e355e8c8c (patch) | |
tree | ed7a03352530e5dd6ec643436000bb8c17924bf9 /math | |
parent | cad/opencascade: upgrade to 7.9.1 (diff) |
*/*: chase the upgrade of OpenCascade
Diffstat (limited to 'math')
-rw-r--r-- | math/deal.ii/Makefile | 2 | ||||
-rw-r--r-- | math/topologic/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index 5428bccb2cc5..ed127a19e64a 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -1,6 +1,6 @@ PORTNAME= deal.II DISTVERSION= 9.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/ DISTNAME= dealii-${DISTVERSION} diff --git a/math/topologic/Makefile b/math/topologic/Makefile index 29f4a0e6cff8..54d328a7e2b7 100644 --- a/math/topologic/Makefile +++ b/math/topologic/Makefile @@ -1,7 +1,7 @@ PORTNAME= topologic DISTVERSIONPREFIX= v DISTVERSION= 6.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math PKGNAMESUFFIX= -space-modeling-library |