diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-15 14:33:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-15 14:33:36 +0000 |
commit | 0e7b38f18ac01715189d8bda0b8353508420e3b8 (patch) | |
tree | 22bb6617b66c990789af7530ed38aadb98b19cfe /net | |
parent | Update to 0.5. (diff) |
Update to 0.67.
Notes
Notes:
svn path=/head/; revision=86987
Diffstat (limited to 'net')
-rw-r--r-- | net/gaim/Makefile | 3 | ||||
-rw-r--r-- | net/gaim/distinfo | 2 | ||||
-rw-r--r-- | net/gaim/files/patch-plugins_perl_perl.c | 13 | ||||
-rw-r--r-- | net/gaim/files/patch-src::protocols::irc::irc.c | 24 | ||||
-rw-r--r-- | net/gaim/pkg-plist | 4 |
5 files changed, 6 insertions, 40 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index b029da9c026f..bf4c87e9cda1 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -5,8 +5,7 @@ # PORTNAME= gaim -PORTVERSION= 0.66 -PORTREVISION= 1 +PORTVERSION= 0.67 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/gaim/distinfo b/net/gaim/distinfo index 77b4799503af..13b689d8819c 100644 --- a/net/gaim/distinfo +++ b/net/gaim/distinfo @@ -1 +1 @@ -MD5 (gaim-0.66.tar.gz) = d5ac6cd9e0275195bfe7dcf082d7732c +MD5 (gaim-0.67.tar.gz) = c3e1092f552881a5eb451afdb9c249af diff --git a/net/gaim/files/patch-plugins_perl_perl.c b/net/gaim/files/patch-plugins_perl_perl.c deleted file mode 100644 index 705e676cf57a..000000000000 --- a/net/gaim/files/patch-plugins_perl_perl.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/perl/perl.c.orig Thu Jul 17 12:43:32 2003 -+++ plugins/perl/perl.c Thu Jul 17 12:46:06 2003 -@@ -23,6 +23,10 @@ - * X-Chat Copyright (C) 1998 Peter Zelezny. - * - */ -+#ifdef HAVE_CONFIG_H -+#include <config.h> -+#endif -+ - #ifdef DEBUG - # undef DEBUG - #endif diff --git a/net/gaim/files/patch-src::protocols::irc::irc.c b/net/gaim/files/patch-src::protocols::irc::irc.c deleted file mode 100644 index 0c972988bda3..000000000000 --- a/net/gaim/files/patch-src::protocols::irc::irc.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/protocols/irc/irc.c.orig Thu Jul 17 22:55:23 2003 -+++ src/protocols/irc/irc.c Wed Aug 13 08:30:08 2003 -@@ -1153,7 +1153,9 @@ - if (*who == '+') - who++; - if (!gaim_utf8_strcasecmp(who, nick)) { -- gaim_chat_remove_user(chat, who, reason); -+ char *tmp = g_strdup(r->data); -+ gaim_chat_remove_user(chat, tmp, reason); -+ g_free(tmp); - break; - } - r = r->next; -@@ -1793,7 +1795,9 @@ - if (*who == '+') - who++; - if (!gaim_utf8_strcasecmp(who, nick)) { -- gaim_chat_remove_user(chat, who, reason); -+ char *tmp = g_strdup(r->data); -+ gaim_chat_remove_user(chat, tmp, reason); -+ g_free(tmp); - break; - } - r = r->next; diff --git a/net/gaim/pkg-plist b/net/gaim/pkg-plist index bcf319e6e468..c466e27fdcee 100644 --- a/net/gaim/pkg-plist +++ b/net/gaim/pkg-plist @@ -18,6 +18,7 @@ lib/gaim/liboscar.so lib/gaim/libtoc.so lib/gaim/libyahoo.so lib/gaim/libzephyr.so +lib/gaim/notify.so lib/gaim/perl.so lib/gaim/spellchk.so lib/gaim/statenotify.so @@ -198,6 +199,7 @@ share/gnome/pixmaps/gaim/status/default/female.png share/gnome/pixmaps/gaim/status/default/freeforchat.png share/gnome/pixmaps/gaim/status/default/gadu-gadu.png share/gnome/pixmaps/gaim/status/default/game.png +share/gnome/pixmaps/gaim/status/default/hiptop.png share/gnome/pixmaps/gaim/status/default/icq.png share/gnome/pixmaps/gaim/status/default/invisible.png share/gnome/pixmaps/gaim/status/default/irc.png @@ -236,6 +238,7 @@ share/locale/es/LC_MESSAGES/gaim.mo share/locale/fi/LC_MESSAGES/gaim.mo share/locale/fr/LC_MESSAGES/gaim.mo share/locale/he/LC_MESSAGES/gaim.mo +share/locale/hi/LC_MESSAGES/gaim.mo share/locale/hu/LC_MESSAGES/gaim.mo share/locale/it/LC_MESSAGES/gaim.mo share/locale/ja/LC_MESSAGES/gaim.mo @@ -248,6 +251,7 @@ share/locale/ro/LC_MESSAGES/gaim.mo share/locale/ru/LC_MESSAGES/gaim.mo share/locale/sk/LC_MESSAGES/gaim.mo share/locale/sr/LC_MESSAGES/gaim.mo +share/locale/sr@Latn/LC_MESSAGES/gaim.mo share/locale/sv/LC_MESSAGES/gaim.mo share/locale/zh_CN/LC_MESSAGES/gaim.mo share/locale/zh_TW/LC_MESSAGES/gaim.mo |