diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-11 03:20:16 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-11 03:22:48 +0000 |
commit | aa9f253244fbdf229e70ef5ff97df90c5f154fca (patch) | |
tree | 6626cb26d5c888d5a32be49ed01fdf31b359811b /math | |
parent | d8c6c0053fd1e9b40e7fc1a0616bcdec960e6906 (diff) |
devel/abseil: Update to 20230125.3
- Bump PORTREVISION of dependent ports for shlib change
some ports are skipped due to re2 shlib change
Changes: https://github.com/abseil/abseil-cpp/releases
PR: 270233
Approved by: danfe (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/obake/Makefile | 2 | ||||
-rw-r--r-- | math/py-pyaudi/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/obake/Makefile b/math/obake/Makefile index 0d2ef0d457d9..7a37a3b855bb 100644 --- a/math/obake/Makefile +++ b/math/obake/Makefile @@ -2,7 +2,7 @@ PORTNAME= obake DISTVERSIONPREFIX= v DISTVERSION= 0.7.0-24 DISTVERSIONSUFFIX= -gb8cc71c -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile index ce760fbe62c0..acf8903b2d11 100644 --- a/math/py-pyaudi/Makefile +++ b/math/py-pyaudi/Makefile @@ -1,8 +1,8 @@ PORTNAME= pyaudi DISTVERSIONPREFIX= v DISTVERSION= 1.9.2-1 -PORTREVISION= 4 DISTVERSIONSUFFIX= -g899eb78 +PORTREVISION= 5 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |