summaryrefslogtreecommitdiff
path: root/math/mathomatic/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2007-05-23 02:31:03 +0000
committerminskim <minskim>2007-05-23 02:31:03 +0000
commitf334789a0c99826b968cbe68e23d750c4e77bef5 (patch)
tree46cf2184171db867190be1e91100a4aa7462f1f3 /math/mathomatic/Makefile
parent869b56b2d297739e433527b94cd9b52cc1c3bae5 (diff)
downloadpkgsrc-f334789a0c99826b968cbe68e23d750c4e77bef5.tar.gz
Update mathomatic to 12.7.1.
Changes: - Remove GPL preamble in "primes/*.c", so everything is LGPL. - Allow entering "e#" and "i#" as "e" and "i". Display "e", "i", and "pi" as "e#", "i#", and "pi#". - Require a space between command and command line, so variables don't get confused with commands. This is a bug fix. - Added a directory named "hard_stuff". - Fixed error in "tests/finance.in".
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r--math/mathomatic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index f5d784b59b6..14613d0fb36 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.79 2007/04/22 22:45:07 minskim Exp $
+# $NetBSD: Makefile,v 1.80 2007/05/23 02:31:03 minskim Exp $
#
-DISTNAME= mathomatic-12.6.12
-PKGREVISION= 1
+DISTNAME= mathomatic-12.7.1
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tar.bz2