diff options
author | bf <bf@FreeBSD.org> | 2013-05-06 23:33:07 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-05-06 23:33:07 +0800 |
commit | 4ca6469bebf737a13fe9257550d791b2fdc61200 (patch) | |
tree | 5eac344fd936461b351ae47d13c9a2ead4c33698 /math | |
parent | 1871356558d45d41bca0613b8c942a4c0afb4c38 (diff) | |
download | freebsd-ports-gnome-4ca6469bebf737a13fe9257550d791b2fdc61200.tar.gz freebsd-ports-gnome-4ca6469bebf737a13fe9257550d791b2fdc61200.tar.zst freebsd-ports-gnome-4ca6469bebf737a13fe9257550d791b2fdc61200.zip |
update lang/sbcl to 1.1.7, and adjust dependent ports
Diffstat (limited to 'math')
-rw-r--r-- | math/fricas/Makefile | 2 | ||||
-rw-r--r-- | math/maxima/Makefile | 1 | ||||
-rw-r--r-- | math/open-axiom/Makefile | 1 | ||||
-rw-r--r-- | math/wxMaxima/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 0a2f59cdf3e9..554c59a19af4 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -4,7 +4,7 @@ PORTNAME= fricas PORTVERSION= 1.1.8 DISTVERSIONSUFFIX= -full -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 73a8f349d2c9..04e097f771ba 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -3,6 +3,7 @@ PORTNAME= maxima PORTVERSION= 5.30.0 +PORTREVISION= 1 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 03bee6562282..e31c5ac0a4b0 100644 --- a/math/open-axiom/Makefile +++ b/math/open-axiom/Makefile @@ -3,6 +3,7 @@ PORTNAME= open-axiom PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index 98eda8a21351..3e2c8e6a38c7 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxMaxima PORTVERSION= 12.04.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION} |