From 4c351ab85adfe1c270338f5a2d0ef553168aa048 Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 26 May 2009 16:44:28 +0000 Subject: Update to 5.27.2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12331 df743ca5-7f9a-e211-a948-0013205c9059 --- math/gcalctool/Makefile | 4 ++-- math/gcalctool/distinfo | 6 +++--- math/gcalctool/files/patch-gcalctool_calctool.c | 11 ----------- math/gcalctool/files/patch-src_calctool.c | 11 +++++++++++ math/gcalctool/pkg-plist | 3 +++ 5 files changed, 19 insertions(+), 16 deletions(-) delete mode 100644 math/gcalctool/files/patch-gcalctool_calctool.c create mode 100644 math/gcalctool/files/patch-src_calctool.c (limited to 'math') diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 2b1ff8860..0a51e1726 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom$ +# $MCom: ports/math/gcalctool/Makefile,v 1.112 2009/05/06 14:22:59 kwm Exp $ # PORTNAME= gcalctool -PORTVERSION= 5.27.1 +PORTVERSION= 5.27.2 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= GNOME diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 9403a35e9..146672c7c 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gcalctool-5.27.1.tar.bz2) = b4ee0d28453943086535db36f6f767de -SHA256 (gnome2/gcalctool-5.27.1.tar.bz2) = 72de29f10a53fd3a5085fec66daa81b893a7ed7abe2f11dd59c1522e2b3cc52f -SIZE (gnome2/gcalctool-5.27.1.tar.bz2) = 1979531 +MD5 (gnome2/gcalctool-5.27.2.tar.bz2) = faa37dae13dcca5b4da1afa3c708517e +SHA256 (gnome2/gcalctool-5.27.2.tar.bz2) = a81481b0d261830ce09f5e9b23915f2352f353dc34c77c3b4db104693e1c018d +SIZE (gnome2/gcalctool-5.27.2.tar.bz2) = 1943395 diff --git a/math/gcalctool/files/patch-gcalctool_calctool.c b/math/gcalctool/files/patch-gcalctool_calctool.c deleted file mode 100644 index 31bcb0df4..000000000 --- a/math/gcalctool/files/patch-gcalctool_calctool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcalctool/calctool.c.orig 2009-05-04 02:10:30.000000000 +0200 -+++ gcalctool/calctool.c 2009-05-06 16:14:25.000000000 +0200 -@@ -115,7 +115,7 @@ matherr(struct exception *exc) - - /* Translators: Error displayed to user when the math library reports an - * error */ -- snprintf(text, MAXLINE, _("Error in math library function %s"), exc->name); -+ snprintf(text, MAXLINE, _("Error in math library function %s")); - doerr(text); - - return 1; diff --git a/math/gcalctool/files/patch-src_calctool.c b/math/gcalctool/files/patch-src_calctool.c new file mode 100644 index 000000000..c01068caa --- /dev/null +++ b/math/gcalctool/files/patch-src_calctool.c @@ -0,0 +1,11 @@ +--- src/calctool.c.orig 2009-05-24 22:47:31.000000000 +0200 ++++ src/calctool.c 2009-05-26 18:30:34.000000000 +0200 +@@ -64,7 +64,7 @@ matherr(struct exception *exc) + + /* Translators: Error displayed to user when the math library reports an + * error */ +- snprintf(text, MAXLINE, _("Error in math library function %s"), exc->name); ++ snprintf(text, MAXLINE, _("Error in math library function %s")); + doerr(text); + + return 1; diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index 05c668cd0..c0d14d794 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -143,6 +143,7 @@ share/locale/bn/LC_MESSAGES/gcalctool.mo share/locale/bn_IN/LC_MESSAGES/gcalctool.mo share/locale/bs/LC_MESSAGES/gcalctool.mo share/locale/ca/LC_MESSAGES/gcalctool.mo +share/locale/ca@valencia/LC_MESSAGES/gcalctool.mo share/locale/cs/LC_MESSAGES/gcalctool.mo share/locale/cy/LC_MESSAGES/gcalctool.mo share/locale/da/LC_MESSAGES/gcalctool.mo @@ -296,6 +297,8 @@ share/omf/gcalctool/gcalctool-zh_TW.omf @dirrmtry share/locale/en_US @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES -- cgit