diff options
author | naddy <naddy@FreeBSD.org> | 2002-06-20 15:57:42 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-06-20 15:57:42 +0000 |
commit | cc46c6d2b7138e40a3888f4cc63e606c94d8353e (patch) | |
tree | 9e1bad8e5807f1faac4862b0be741ee93561058b /math/calcoo/Makefile | |
parent | 5ae5f160eda56b4dde33ebd1da1879f6c49b62f6 (diff) | |
download | FreeBSD-ports-cc46c6d2b7138e40a3888f4cc63e606c94d8353e.zip FreeBSD-ports-cc46c6d2b7138e40a3888f4cc63e606c94d8353e.tar.gz |
Update to 1.3.10.
Changes: In the RPN mode, the keys to swap registers X and Z, and X and T
have been replaced with keys to scroll the stack.
Diffstat (limited to 'math/calcoo/Makefile')
-rw-r--r-- | math/calcoo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 480bf70..2b1a3ca 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= calcoo -PORTVERSION= 1.3.9 +PORTVERSION= 1.3.10 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.physics.umn.edu/~kaminski/calcoo/ |