diff options
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 3 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 2 | ||||
-rw-r--r-- | math/gcalctool/files/patch-gcalctool::get.c | 11 |
3 files changed, 2 insertions, 14 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index c857795bd522..4e3cef727e92 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gcalctool -PORTVERSION= 4.3.35 -PORTREVISION= 1 +PORTVERSION= 4.3.37 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/4.3 diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index a02876a21797..7b6c175d3016 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1 +1 @@ -MD5 (gnome2/gcalctool-4.3.35.tar.bz2) = 800124057852e83b7beaf7014f63a9d4 +MD5 (gnome2/gcalctool-4.3.37.tar.bz2) = 77ede1db525e9a6a3051d0e75ba4e53f diff --git a/math/gcalctool/files/patch-gcalctool::get.c b/math/gcalctool/files/patch-gcalctool::get.c deleted file mode 100644 index a3f0ed9ec1fe..000000000000 --- a/math/gcalctool/files/patch-gcalctool::get.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcalctool/get.c.orig Tue Jan 6 19:18:44 2004 -+++ gcalctool/get.c Tue Jan 6 19:19:01 2004 -@@ -234,7 +234,7 @@ - tsep = g_locale_to_utf8(tsep, -1, NULL, NULL, NULL); - } - -- if (tsep == NULL || tsep[0] == '\0') { -+ if (tsep == NULL) { - return(","); - } else { - return(tsep); |