diff options
author | minskim <minskim@pkgsrc.org> | 2005-08-27 18:58:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-08-27 18:58:51 +0000 |
commit | 60a0326906ac8775fd644f6cdb811ed6a49d488e (patch) | |
tree | dca7291313998188317547ec0f08af1eb1d29477 /math/mathomatic/Makefile | |
parent | c56821cfee26700208a9b4658069e67f3ae2ed78 (diff) | |
download | pkgsrc-60a0326906ac8775fd644f6cdb811ed6a49d488e.tar.gz |
Update mathomatic to 12.4.7.
Changes:
- Fixed minor bug in real and imaginary commands.
- Fixed roots command.
- Cleaned up Prime Number Tools man pages.
- Cleaned up the Mathomatic source code.
- Corrected the Mathomatic library.
- Ported taylor command to non-equations.
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index a0ca06eb85e..c33f576d218 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2005/07/30 15:38:26 minskim Exp $ +# $NetBSD: Makefile,v 1.46 2005/08/27 18:58:51 minskim Exp $ # -DISTNAME= mathomatic-12.4.6 +DISTNAME= mathomatic-12.4.7 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz |