diff options
author | wiz <wiz> | 2008-04-25 08:06:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-25 08:06:28 +0000 |
commit | 9d1c206dbbb4447f3b707c1f7acf752e477c7e50 (patch) | |
tree | 7a75facf96773f15a9bcb175bf6b366f19a68b3b /math/gcalctool | |
parent | 1662595f3290ecc0ed17ebe99c29646f09e9b64a (diff) | |
download | pkgsrc-9d1c206dbbb4447f3b707c1f7acf752e477c7e50.tar.gz |
Update to 5.23.1:
Overview of changes in gcalctool 5.23.1
* Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
* Fixes incorrect negation precedence (Bug #526094)
* Fixes issues with thousands seperators and radix in non-english
locales (Bug #527669)
* Fixes regression in constant and function menus (Bug #527545)
* Fixes problem where display is invisible after solving equation
(Bug #524602)
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 6 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 4c8041aee8f..954d380dd87 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.69 2008/04/15 18:46:40 drochner Exp $ +# $NetBSD: Makefile,v 1.70 2008/04/25 08:06:28 wiz Exp $ # -DISTNAME= gcalctool-5.22.1 +DISTNAME= gcalctool-5.23.1 CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.22/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.23/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 33605edde74..57f005f52a6 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2008/04/15 18:46:40 drochner Exp $ +$NetBSD: distinfo,v 1.30 2008/04/25 08:06:29 wiz Exp $ -SHA1 (gcalctool-5.22.1.tar.bz2) = 8436067dfb3e91338abf236c4b229ae435aa3681 -RMD160 (gcalctool-5.22.1.tar.bz2) = e53335cdbb3c07ad6d311e15a8debda73e829fef -Size (gcalctool-5.22.1.tar.bz2) = 1488395 bytes +SHA1 (gcalctool-5.23.1.tar.bz2) = 0f2e10f984179ed8d99fe718beb9924e8922c84e +RMD160 (gcalctool-5.23.1.tar.bz2) = 3724f682a627244efe628f96b9ab2a7dba075e6d +Size (gcalctool-5.23.1.tar.bz2) = 1490428 bytes |