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 5.5.42
details: https://anonhg.NetBSD.org/pkgsrc/rev/02f83f110735
branches: trunk
changeset: 492859:02f83f110735
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Apr 20 15:48:27 2005 +0000
description:
update to 5.5.42
changes:
-pre-C99 fix - saves a patch
-new translations
diffstat:
math/gcalctool/Makefile | 4 ++--
math/gcalctool/PLIST | 5 ++++-
math/gcalctool/distinfo | 9 ++++-----
math/gcalctool/patches/patch-aa | 24 ------------------------
4 files changed, 10 insertions(+), 32 deletions(-)
diffs (83 lines):
diff -r df61a4d9fc74 -r 02f83f110735 math/gcalctool/Makefile
--- a/math/gcalctool/Makefile Wed Apr 20 15:42:11 2005 +0000
+++ b/math/gcalctool/Makefile Wed Apr 20 15:48:27 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2005/04/11 21:46:29 tv Exp $
+# $NetBSD: Makefile,v 1.35 2005/04/20 15:48:27 drochner Exp $
#
-DISTNAME= gcalctool-5.5.41
+DISTNAME= gcalctool-5.5.42
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.5/}
EXTRACT_SUFX= .tar.bz2
diff -r df61a4d9fc74 -r 02f83f110735 math/gcalctool/PLIST
--- a/math/gcalctool/PLIST Wed Apr 20 15:42:11 2005 +0000
+++ b/math/gcalctool/PLIST Wed Apr 20 15:48:27 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/03/22 16:30:14 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/04/20 15:48:27 drochner Exp $
bin/gcalctool
bin/gnome-calculator
man/man1/gcalctool.1
@@ -117,6 +117,7 @@
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gcalctool.mo
+${PKGLOCALEDIR}/locale/rw/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gcalctool.mo
@@ -126,8 +127,10 @@
${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/tk/LC_MESSAGES/gcalctool.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gcalctool.mo
+${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gcalctool.mo
share/omf/gcalctool/gcalctool-C.omf
diff -r df61a4d9fc74 -r 02f83f110735 math/gcalctool/distinfo
--- a/math/gcalctool/distinfo Wed Apr 20 15:42:11 2005 +0000
+++ b/math/gcalctool/distinfo Wed Apr 20 15:48:27 2005 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.17 2005/04/12 00:51:22 rillig Exp $
+$NetBSD: distinfo,v 1.18 2005/04/20 15:48:27 drochner Exp $
-SHA1 (gcalctool-5.5.41.tar.bz2) = 15e241aad6cbedf7c2d972bb633b21eabc05f5b8
-RMD160 (gcalctool-5.5.41.tar.bz2) = ccc1f2e7de6e5edb451ac3fa0e323af9a62170ac
-Size (gcalctool-5.5.41.tar.bz2) = 1043027 bytes
-SHA1 (patch-aa) = ae3c2d5bfa1188987330825ef5123ae621aaf938
+SHA1 (gcalctool-5.5.42.tar.bz2) = d5b71286c6516a1a3d8b21ae22431f601832e2da
+RMD160 (gcalctool-5.5.42.tar.bz2) = 6d9235ef9cec9e32bb5929d6567b009f4eca09ee
+Size (gcalctool-5.5.42.tar.bz2) = 1072489 bytes
diff -r df61a4d9fc74 -r 02f83f110735 math/gcalctool/patches/patch-aa
--- a/math/gcalctool/patches/patch-aa Wed Apr 20 15:42:11 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2005/04/12 00:51:22 rillig Exp $
-
-Needed for gcc-2.95.
-
---- gcalctool/functions.c.orig Fri Feb 18 17:20:50 2005
-+++ gcalctool/functions.c Mon Apr 11 00:52:32 2005
-@@ -311,8 +311,6 @@ str_replace(char **str, char *from, char
- void
- trig_filter(char **func)
- {
-- assert(func);
--
- enum mode {
- normal = 0,
- inv = 1,
-@@ -322,6 +320,8 @@ trig_filter(char **func)
-
- int inverse;
- int hyperbolic;
-+
-+ assert(func);
-
- inverse = (v->inverse) ? inv : 0;
- hyperbolic = (v->hyperbolic) ? hyp : 0;
Home |
Main Index |
Thread Index |
Old Index