diff options
author | naddy <naddy@FreeBSD.org> | 2002-06-11 18:12:58 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-06-11 18:12:58 +0800 |
commit | e61474d9d0ceb46c300ad5a1d00365a79dd2be4d (patch) | |
tree | bfb19212facfbf5d1e8d1d5afa5c12a644244824 /math/calcoo/Makefile | |
parent | 710d4909f077dea7e43e09259fea23ac7f1d759e (diff) | |
download | freebsd-ports-gnome-e61474d9d0ceb46c300ad5a1d00365a79dd2be4d.tar.gz freebsd-ports-gnome-e61474d9d0ceb46c300ad5a1d00365a79dd2be4d.tar.zst freebsd-ports-gnome-e61474d9d0ceb46c300ad5a1d00365a79dd2be4d.zip |
Update to 1.3.9. Notable changes in this release:
* An option for output rounding has been added.
Diffstat (limited to 'math/calcoo/Makefile')
-rw-r--r-- | math/calcoo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 69d378fa0c90..480bf70c8308 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= calcoo -PORTVERSION= 1.3.8 -PORTREVISION= 1 +PORTVERSION= 1.3.9 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.physics.umn.edu/~kaminski/calcoo/ |