diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-01-05 22:13:46 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-01-05 22:13:46 +0800 |
commit | 2a56971eac7035c5c195f7d43d7d33e6b6dccb36 (patch) | |
tree | 8136c892829e1c0f76dfd5615929ee14ab8c1051 /math/maxima | |
parent | f68ee58b806425f6856bb475d2b43e7ab5767699 (diff) | |
download | freebsd-ports-gnome-2a56971eac7035c5c195f7d43d7d33e6b6dccb36.tar.gz freebsd-ports-gnome-2a56971eac7035c5c195f7d43d7d33e6b6dccb36.tar.zst freebsd-ports-gnome-2a56971eac7035c5c195f7d43d7d33e6b6dccb36.zip |
update lang/sbcl to 1.1.3 and adjust dependent ports
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index d7beb1934c0e..30c28b996199 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: maxima -# Date created: Jun 26 2002 -# Whom: Scott Flatman <sf@dsinw.com> -# +# Created by: Scott Flatman <sf@dsinw.com> # $FreeBSD$ -# PORTNAME= maxima PORTVERSION= 5.29.1 +PORTREVISION= 1 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source |