diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-13 04:42:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-13 04:42:47 +0800 |
commit | 0d9da6200a099a40761f20e68ce0c617315952ae (patch) | |
tree | a1c281c7a34053c180faa4ff0eee99039f8c8680 /math/gcalctool | |
parent | 5b3a43c66df2874d9f171d01d3ddff5f6d979b0d (diff) | |
download | freebsd-ports-gnome-0d9da6200a099a40761f20e68ce0c617315952ae.tar.gz freebsd-ports-gnome-0d9da6200a099a40761f20e68ce0c617315952ae.tar.zst freebsd-ports-gnome-0d9da6200a099a40761f20e68ce0c617315952ae.zip |
Update to 4.3.37.
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); |