Update to 0.124.

* Fixed more banner problems
* Fixed bug in compact mode, now reads computer name properly again
* Fixed bug in VNC code
* Update translations

PR:		57033
Submitted by:	maintainer
This commit is contained in:
Joe Marcus Clarke
2003-09-28 22:29:56 +00:00
parent 6d51fcc234
commit ddf5c7396b
4 changed files with 27 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
#
PORTNAME= tsclient
PORTVERSION= 0.120
PORTVERSION= 0.124
CATEGORIES= net gnome
MASTER_SITES= http://www.gnomepro.com/tsclient/

View File

@@ -1 +1 @@
MD5 (tsclient-0.120.tar.gz) = 87035e35e18d1ac7caa64a38dd900f0e
MD5 (tsclient-0.124.tar.gz) = a4713023545ba6ea80a7a3df8ae2f863

View File

@@ -1,11 +0,0 @@
--- src/support.c.orig Thu Jul 3 16:20:04 2003
+++ src/support.c Fri Jul 4 19:09:54 2003
@@ -566,7 +566,7 @@
} else {
// clean up and exit
- g_free (cmd);
+ /*g_free (cmd);
*/
return 1;
}

View File

@@ -8,8 +8,12 @@ share/gnome/mime-info/tsclient.mime
share/gnome/pixmaps/tsclient.png
share/gnome/pixmaps/tsclient/banner-ar.png
share/gnome/pixmaps/tsclient/banner-en.png
share/gnome/pixmaps/tsclient/banner-es.png
share/gnome/pixmaps/tsclient/banner-hu.png
share/gnome/pixmaps/tsclient/banner-ms.png
share/gnome/pixmaps/tsclient/banner-nl.png
share/gnome/pixmaps/tsclient/banner-zh_CN.png
share/gnome/pixmaps/tsclient/banner-zh_TW.png
share/gnome/pixmaps/tsclient/colors.png
share/gnome/pixmaps/tsclient/computer.png
share/gnome/pixmaps/tsclient/keyboard.png
@@ -26,21 +30,39 @@ share/locale/fi/LC_MESSAGES/tsclient.mo
share/locale/fr/LC_MESSAGES/tsclient.mo
share/locale/gr/LC_MESSAGES/tsclient.mo
share/locale/hu/LC_MESSAGES/tsclient.mo
share/locale/it/LC_MESSAGES/tsclient.mo
share/locale/ms/LC_MESSAGES/tsclient.mo
share/locale/nl_NL/LC_MESSAGES/tsclient.mo
share/locale/no_nb/LC_MESSAGES/tsclient.mo
share/locale/pl/LC_MESSAGES/tsclient.mo
share/locale/pl_PL/LC_MESSAGES/tsclient.mo
share/locale/pt_BR/LC_MESSAGES/tsclient.mo
share/locale/pt_PT/LC_MESSAGES/tsclient.mo
share/locale/ru/LC_MESSAGES/tsclient.mo
share/locale/se/LC_MESSAGES/tsclient.mo
share/locale/zh_CN/LC_MESSAGES/tsclient.mo
share/locale/zh_TW/LC_MESSAGES/tsclient.mo
@unexec rmdir share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/zh_TW 2>/dev/null || true
@unexec rmdir share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/zh_CN 2>/dev/null || true
@unexec rmdir share/locale/se/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/se 2>/dev/null || true
@unexec rmdir share/locale/pl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/pl 2>/dev/null || true
@unexec rmdir share/locale/ru/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/ru 2>/dev/null || true
@unexec rmdir share/locale/pt_PT/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/pt_PT 2>/dev/null || true
@unexec rmdir share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/pt_BR 2>/dev/null || true
@unexec rmdir share/locale/pl_PL/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/pl_PL 2>/dev/null || true
@unexec rmdir share/locale/no_bb/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/no_bb 2>/dev/null || true
@unexec rmdir share/locale/nl_NL/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/nl_NL 2>/dev/null || true
@unexec rmdir share/locale/ms/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/ms 2>/dev/null || true
@unexec rmdir share/locale/it/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/it 2>/dev/null || true
@unexec rmdir share/locale/hu/LC_MESSAGES 2>/dev/null || true
@unexec rmdir share/locale/hu 2>/dev/null || true
@unexec rmdir share/locale/gr/LC_MESSAGES 2>/dev/null || true