diff options
author | minskim <minskim> | 2005-03-28 14:52:28 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-03-28 14:52:28 +0000 |
commit | 4adca815ee6eed22990747ac3147ba847da00b83 (patch) | |
tree | b8a43424c078870dabb3c7dae438b7cb7b50e3a4 /math/mathomatic | |
parent | 295b4e0e0b1dd5a37dba37212b70e119332ee81e (diff) | |
download | pkgsrc-4adca815ee6eed22990747ac3147ba847da00b83.tar.gz |
Update mathomatic to 12.2b.
Changes since 12.1d:
- Various improvements and bug fixes.
- Documentation with full command reference.
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 10 | ||||
-rw-r--r-- | math/mathomatic/patches/patch-aa | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 757d02dbd4e..03474891ddb 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2005/03/05 03:01:50 minskim Exp $ +# $NetBSD: Makefile,v 1.33 2005/03/28 14:52:28 minskim Exp $ # -DISTNAME= mathomatic-12.1d +DISTNAME= mathomatic-12.2b CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 1cbc1c10298..ad0a5f11d6e 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2005/03/05 03:01:50 minskim Exp $ +$NetBSD: distinfo,v 1.32 2005/03/28 14:52:28 minskim Exp $ -SHA1 (mathomatic-12.1d.tgz) = b968bb0c7fde7aa0218691e1a474d05915093217 -RMD160 (mathomatic-12.1d.tgz) = 616a34b53d35e723fbe8a6e71bd2d02689b885d0 -Size (mathomatic-12.1d.tgz) = 135419 bytes -SHA1 (patch-aa) = 2eaebea70274d8bde2a55f4c786b007d19a1a11d +SHA1 (mathomatic-12.2b.tgz) = c03a0e5e9430dd3929a36d12abc2cdc0c8a9545f +RMD160 (mathomatic-12.2b.tgz) = dcd360a256fded9707be129c85d0684d1b05a91c +Size (mathomatic-12.2b.tgz) = 133945 bytes +SHA1 (patch-aa) = e75d4f2d1bd3c5a3e41194d38a1c783a59ef0e39 diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index 2bb69cba531..127715bf915 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.10 2005/03/05 03:01:50 minskim Exp $ +$NetBSD: patch-aa,v 1.11 2005/03/28 14:52:28 minskim Exp $ ---- makefile.orig Mon Feb 21 10:43:31 2005 +--- makefile.orig 2005-03-06 20:40:08.000000000 -0600 +++ makefile @@ -1,14 +1,14 @@ - # Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X. + # Makefile for compiling Mathomatic under UNIX, GNU/Linux, and MacOS-X. VERSION = `cat VERSION` -CFLAGS = -O -DUNIX -DVERSION=\"$(VERSION)\" |