diff options
author | drochner <drochner@pkgsrc.org> | 2009-12-16 17:56:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-12-16 17:56:53 +0000 |
commit | ec832fe824ea28a9530f3903b895b8c492c64238 (patch) | |
tree | 12749e7d8f199e1fae0d3b3057274efafcfe69e6 /math/gcalctool | |
parent | 0ba81297026d6c7cab8aaed935fd442715a81ad7 (diff) | |
download | pkgsrc-ec832fe824ea28a9530f3903b895b8c492c64238.tar.gz |
update to 2.28.2
changes:
-Fix negative exponential detection
-Only disable trailing zeroes option in basic mode
-Disable ambiguous multiplication with Eulers number, e.g. "2e" as this
makes exponential numbers confusing
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 4 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 12de2c62667..f3a5dc9c6b8 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2009/11/10 18:07:03 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2009/12/16 17:56:53 drochner Exp $ # -DISTNAME= gcalctool-5.28.1 +DISTNAME= gcalctool-5.28.2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.28/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 510c699a99a..1073f2e83bc 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2009/11/10 18:07:04 wiz Exp $ +$NetBSD: distinfo,v 1.42 2009/12/16 17:56:53 drochner Exp $ -SHA1 (gcalctool-5.28.1.tar.bz2) = b559a7141dbc93f33f25cb50419559fe8cabafa2 -RMD160 (gcalctool-5.28.1.tar.bz2) = 3f9f4f21213ad57baf39f2b8ee8f937fabb82800 -Size (gcalctool-5.28.1.tar.bz2) = 2209471 bytes +SHA1 (gcalctool-5.28.2.tar.bz2) = 59f12100e3375aeb55e83a33c3dfdf2aaf948033 +RMD160 (gcalctool-5.28.2.tar.bz2) = 3f2db9213e483439afae2b555cd41b592ad7e06d +Size (gcalctool-5.28.2.tar.bz2) = 2273145 bytes |