1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Update to 4.3.37.

This commit is contained in:
Joe Marcus Clarke 2004-01-12 20:42:47 +00:00
parent 07beb76a8e
commit 5b54f09817
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98016
3 changed files with 2 additions and 14 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (gnome2/gcalctool-4.3.35.tar.bz2) = 800124057852e83b7beaf7014f63a9d4
MD5 (gnome2/gcalctool-4.3.37.tar.bz2) = 77ede1db525e9a6a3051d0e75ba4e53f

View File

@ -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);