diff options
author | wen <wen@FreeBSD.org> | 2010-01-24 09:05:02 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-24 09:05:02 +0800 |
commit | 556b2a8c5be636ec9f0bb921a66dd087160f3d4f (patch) | |
tree | aecfc1bb170f82a3f7eb50e1202c044ff0dd5831 /math/fricas/Makefile | |
parent | 22d74b9bb12d764a8c74ac00ee328cefa977842e (diff) | |
download | freebsd-ports-gnome-556b2a8c5be636ec9f0bb921a66dd087160f3d4f.tar.gz freebsd-ports-gnome-556b2a8c5be636ec9f0bb921a66dd087160f3d4f.tar.zst freebsd-ports-gnome-556b2a8c5be636ec9f0bb921a66dd087160f3d4f.zip |
- Update to 1.0.9
- Take maintainership
Approved by: maintainer(via Email)
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r-- | math/fricas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 0d14b7e1b765..a22333b9947c 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -6,12 +6,12 @@ # PORTNAME= fricas -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= math MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-full -MAINTAINER= stephen@missouri.edu +MAINTAINER= wen@FreeBSD.org COMMENT= A computer algebra system, forked from axiom BUILD_DEPENDS= sbcl:${PORTSDIR}/lang/sbcl \ |