diff options
author | bf <bf@FreeBSD.org> | 2012-01-24 22:10:45 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-01-24 22:10:45 +0800 |
commit | 38714e6725eccd4897945daeb84dfe75d33495a5 (patch) | |
tree | c56a0404ba4fa8ddb0fd5fc6847a7025b0135dd9 /math | |
parent | 90b7575494b902fffbfe78fa73e216b9f1fd775c (diff) | |
download | freebsd-ports-gnome-38714e6725eccd4897945daeb84dfe75d33495a5.tar.gz freebsd-ports-gnome-38714e6725eccd4897945daeb84dfe75d33495a5.tar.zst freebsd-ports-gnome-38714e6725eccd4897945daeb84dfe75d33495a5.zip |
update lang/sbcl to 1.0.55, and adjust dependent ports
Diffstat (limited to 'math')
-rw-r--r-- | math/fricas/Makefile | 1 | ||||
-rw-r--r-- | math/maxima/Makefile | 1 | ||||
-rw-r--r-- | math/open-axiom/Makefile | 2 | ||||
-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 19cac5614fdb..a67b25dd0be4 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -7,6 +7,7 @@ PORTNAME= fricas PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-full diff --git a/math/maxima/Makefile b/math/maxima/Makefile index b7bae42208ea..a4c9c3492995 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -7,6 +7,7 @@ PORTNAME= maxima PORTVERSION= 5.26.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 c6b7c6755271..7974e0764981 100644 --- a/math/open-axiom/Makefile +++ b/math/open-axiom/Makefile @@ -7,7 +7,7 @@ PORTNAME= open-axiom PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index 7b952ebf7d5b..e70c274013d0 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -7,7 +7,7 @@ PORTNAME= wxMaxima PORTVERSION= 11.08.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} |