Fri Apr 25 08:06:29 2008 UTC ()
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)


(wiz)
diff -r1.69 -r1.70 pkgsrc/math/gcalctool/Makefile
diff -r1.29 -r1.30 pkgsrc/math/gcalctool/distinfo

cvs diff -r1.69 -r1.70 pkgsrc/math/gcalctool/Makefile (expand / switch to unified diff)

--- pkgsrc/math/gcalctool/Makefile 2008/04/15 18:46:40 1.69
+++ pkgsrc/math/gcalctool/Makefile 2008/04/25 08:06:28 1.70
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.69 2008/04/15 18:46:40 drochner Exp $ 1# $NetBSD: Makefile,v 1.70 2008/04/25 08:06:28 wiz Exp $
2# 2#
3 3
4DISTNAME= gcalctool-5.22.1 4DISTNAME= gcalctool-5.23.1
5CATEGORIES= math gnome 5CATEGORIES= math gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.22/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.23/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://calctool.sourceforge.net/ 10HOMEPAGE= http://calctool.sourceforge.net/
11COMMENT= Desktop calculator for GNOME 11COMMENT= Desktop calculator for GNOME
12 12
13GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
14CONFIGURE_ENV+= HAVE_YACC=yes 14CONFIGURE_ENV+= HAVE_YACC=yes
15 15
16USE_DIRS+= gnome2-1.5 16USE_DIRS+= gnome2-1.5
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= bison gmake intltool flex msgfmt pkg-config 18USE_TOOLS+= bison gmake intltool flex msgfmt pkg-config
19USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes

cvs diff -r1.29 -r1.30 pkgsrc/math/gcalctool/distinfo (expand / switch to unified diff)

--- pkgsrc/math/gcalctool/distinfo 2008/04/15 18:46:40 1.29
+++ pkgsrc/math/gcalctool/distinfo 2008/04/25 08:06:29 1.30
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.29 2008/04/15 18:46:40 drochner Exp $ 1$NetBSD: distinfo,v 1.30 2008/04/25 08:06:29 wiz Exp $
2 2
3SHA1 (gcalctool-5.22.1.tar.bz2) = 8436067dfb3e91338abf236c4b229ae435aa3681 3SHA1 (gcalctool-5.23.1.tar.bz2) = 0f2e10f984179ed8d99fe718beb9924e8922c84e
4RMD160 (gcalctool-5.22.1.tar.bz2) = e53335cdbb3c07ad6d311e15a8debda73e829fef 4RMD160 (gcalctool-5.23.1.tar.bz2) = 3724f682a627244efe628f96b9ab2a7dba075e6d
5Size (gcalctool-5.22.1.tar.bz2) = 1488395 bytes 5Size (gcalctool-5.23.1.tar.bz2) = 1490428 bytes