summaryrefslogtreecommitdiffstats
path: root/math/gcalctool
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-11 21:54:20 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-11 21:54:20 +0800
commit69c3c4dd0f26c2e84e684fc0549e424eb225a9dc (patch)
tree10cfe7b938ed01ef11e82e288232fe1016f0e5a4 /math/gcalctool
parentb688d532b62c2cf6063693d35811a5c944736029 (diff)
downloadmarcuscom-ports-69c3c4dd0f26c2e84e684fc0549e424eb225a9dc.tar
marcuscom-ports-69c3c4dd0f26c2e84e684fc0549e424eb225a9dc.tar.gz
marcuscom-ports-69c3c4dd0f26c2e84e684fc0549e424eb225a9dc.tar.bz2
marcuscom-ports-69c3c4dd0f26c2e84e684fc0549e424eb225a9dc.tar.lz
marcuscom-ports-69c3c4dd0f26c2e84e684fc0549e424eb225a9dc.tar.xz
marcuscom-ports-69c3c4dd0f26c2e84e684fc0549e424eb225a9dc.tar.zst
marcuscom-ports-69c3c4dd0f26c2e84e684fc0549e424eb225a9dc.zip
Update to 2.27.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12609 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool')
-rw-r--r--math/gcalctool/Makefile4
-rw-r--r--math/gcalctool/distinfo6
-rw-r--r--math/gcalctool/files/patch-src_calctool.c11
3 files changed, 5 insertions, 16 deletions
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 <marcus@FreeBSD.org>
#
# $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;