diff options
author | bf <bf@FreeBSD.org> | 2013-03-03 23:55:04 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-03-03 23:55:04 +0800 |
commit | 3157042a4e760f5230dff4eebf8e189be34c21fa (patch) | |
tree | 8aed0df263b674b6b2e8e62a64b840dab9abcb22 /math | |
parent | bd8082785b7a09a76440cbac8b25ab25fcbdb052 (diff) | |
download | freebsd-ports-gnome-3157042a4e760f5230dff4eebf8e189be34c21fa.tar.gz freebsd-ports-gnome-3157042a4e760f5230dff4eebf8e189be34c21fa.tar.zst freebsd-ports-gnome-3157042a4e760f5230dff4eebf8e189be34c21fa.zip |
update lang/sbcl to 1.1.5+bugfixes, and adjust dependent ports
Diffstat (limited to 'math')
-rw-r--r-- | math/fricas/Makefile | 2 | ||||
-rw-r--r-- | math/maxima/Makefile | 2 | ||||
-rw-r--r-- | math/open-axiom/Makefile | 2 | ||||
-rw-r--r-- | math/wxMaxima/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 88bb9790af9d..43e28e8cac08 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -4,7 +4,7 @@ PORTNAME= fricas PORTVERSION= 1.1.8 DISTVERSIONSUFFIX= -full -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 126e61776f5b..768d4b4d2d28 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -3,7 +3,7 @@ PORTNAME= maxima PORTVERSION= 5.29.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source diff --git a/math/open-axiom/Makefile b/math/open-axiom/Makefile index 3b684e51c3b4..dca20fadc10b 100644 --- a/math/open-axiom/Makefile +++ b/math/open-axiom/Makefile @@ -3,7 +3,7 @@ PORTNAME= open-axiom PORTVERSION= 1.4.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index c09274fc6404..3cd5d241954c 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxMaxima PORTVERSION= 12.04.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION} |