diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2020-05-09 22:13:57 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2020-05-09 22:13:57 +0800 |
commit | dc4b8e621cd22d8aa1664534b867b6d46df932ba (patch) | |
tree | 2b947cace8bf605bb3160224100123717785b29e /math | |
parent | 8e15697872341a927dbd9ebcb6c5abbcf1f007c3 (diff) | |
download | freebsd-ports-gnome-dc4b8e621cd22d8aa1664534b867b6d46df932ba.tar.gz freebsd-ports-gnome-dc4b8e621cd22d8aa1664534b867b6d46df932ba.tar.zst freebsd-ports-gnome-dc4b8e621cd22d8aa1664534b867b6d46df932ba.zip |
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 136cf0029076..78552df4b0a3 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -3,7 +3,7 @@ PORTNAME= maxima PORTVERSION= 5.43.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source |