pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gcalctool Update to 4.3.38 from Min Sik Kim in PR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/511e9c112e6c
branches: trunk
changeset: 466349:511e9c112e6c
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Jan 16 02:46:01 2004 +0000
description:
Update to 4.3.38 from Min Sik Kim in PR pkg/24101.
Changes since 4.3.35:
* Fixed bug 131059. Fix to allow the thousands separator to be used
correctly with the creation of the initial constant values in the
Russian locale.
* Fixed bug 130078. Changed the y^x button label to x^y (really x
superscript y). Adjusted the tooltip message to "Raise displayed
value to the power of y".
* Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check
from the get_tsep() routine in order to get the thousands separator to
correctly work in all locales. Note that there is no thousands separator
now for the C locale.
diffstat:
math/gcalctool/Makefile | 5 +++--
math/gcalctool/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r cd74ac9c3378 -r 511e9c112e6c math/gcalctool/Makefile
--- a/math/gcalctool/Makefile Fri Jan 16 02:38:14 2004 +0000
+++ b/math/gcalctool/Makefile Fri Jan 16 02:46:01 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/01/14 02:27:17 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/16 02:46:01 xtraeme Exp $
#
-DISTNAME= gcalctool-4.3.35
+DISTNAME= gcalctool-4.3.38
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/4.3/}
EXTRACT_SUFX= .tar.bz2
@@ -26,5 +26,6 @@
.include "../../devel/libgnome/buildlink2.mk"
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../textproc/intltool/buildlink2.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"
diff -r cd74ac9c3378 -r 511e9c112e6c math/gcalctool/distinfo
--- a/math/gcalctool/distinfo Fri Jan 16 02:38:14 2004 +0000
+++ b/math/gcalctool/distinfo Fri Jan 16 02:46:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/01/14 02:27:17 xtraeme Exp $
+$NetBSD: distinfo,v 1.5 2004/01/16 02:46:01 xtraeme Exp $
-SHA1 (gcalctool-4.3.35.tar.bz2) = 07c545cdbe5bb80a7cfa7dd492d05ba1ebc5bc3c
-Size (gcalctool-4.3.35.tar.bz2) = 583028 bytes
+SHA1 (gcalctool-4.3.38.tar.bz2) = 102698b6cb87144fdbbe3c5f23aadf6854f62ff4
+Size (gcalctool-4.3.38.tar.bz2) = 606041 bytes
Home |
Main Index |
Thread Index |
Old Index