diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2022-07-31 08:08:21 +0200 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2022-07-31 08:08:21 +0200 |
commit | 036ae0fcfaac1c3b00d48ddc9cfb79c300f24462 (patch) | |
tree | 834ebabcac8fc1f7ebe63831dac5a1adbb8ec9af /math | |
parent | lang/sbcl: Update to 2.2.7 (diff) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 2e82a373b774..c50e9dd7820a 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,6 +1,6 @@ PORTNAME= maxima PORTVERSION= 5.46.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source |