From 69c3c4dd0f26c2e84e684fc0549e424eb225a9dc Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 11 Aug 2009 13:54:20 +0000 Subject: Update to 2.27.90. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12609 df743ca5-7f9a-e211-a948-0013205c9059 --- math/gcalctool/Makefile | 4 ++-- math/gcalctool/distinfo | 6 +++--- math/gcalctool/files/patch-src_calctool.c | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 math/gcalctool/files/patch-src_calctool.c diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 81300686f..39a986460 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.116 2009/07/19 19:46:45 marcus Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.117 2009/07/28 12:26:16 kwm Exp $ # PORTNAME= gcalctool -PORTVERSION= 5.27.5 +PORTVERSION= 5.27.90 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= GNOME diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index f56f93b0b..1f2c9a960 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gcalctool-5.27.5.tar.bz2) = abaaedfdba2f5905d9c57ae73105b84f -SHA256 (gnome2/gcalctool-5.27.5.tar.bz2) = f117903e3753920d16ca2e9f7185a02b3925fe94958a4c65efc2663cf61ca4de -SIZE (gnome2/gcalctool-5.27.5.tar.bz2) = 2060083 +MD5 (gnome2/gcalctool-5.27.90.tar.bz2) = 483bad0a53fb15f142fa82204ce118af +SHA256 (gnome2/gcalctool-5.27.90.tar.bz2) = 9de5b76e53dcd73eba0d977e53d3a163fb62ad65df58b89ff987f0e79616ac8d +SIZE (gnome2/gcalctool-5.27.90.tar.bz2) = 2064524 diff --git a/math/gcalctool/files/patch-src_calctool.c b/math/gcalctool/files/patch-src_calctool.c deleted file mode 100644 index c01068caa..000000000 --- a/math/gcalctool/files/patch-src_calctool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; -- cgit v1.2.3