aboutsummaryrefslogtreecommitdiff
path: root/math/gcalctool
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-12 20:42:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-12 20:42:47 +0000
commit5b54f098170e95e83d2cc6a33951009cdd123306 (patch)
treee81982281fa8531831187271d5acfae78c0e3b26 /math/gcalctool
parent07beb76a8ee6d955663c80ba0d63a7f4a80b3420 (diff)
downloadports-5b54f098170e95e83d2cc6a33951009cdd123306.tar.gz
ports-5b54f098170e95e83d2cc6a33951009cdd123306.zip
Notes
Diffstat (limited to 'math/gcalctool')
-rw-r--r--math/gcalctool/Makefile3
-rw-r--r--math/gcalctool/distinfo2
-rw-r--r--math/gcalctool/files/patch-gcalctool::get.c11
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);