aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-12-04 14:55:41 +0800
committermarcus <marcus@FreeBSD.org>2003-12-04 14:55:41 +0800
commit54d65548368a82079eea71cf0b2495f3abd01ba8 (patch)
tree780ec1f3cc8aceb98ff713f73a46bd1556976fbc /irc
parent95b66ed536e4e9051ba058a4af4401e97fddf6ad (diff)
downloadfreebsd-ports-gnome-54d65548368a82079eea71cf0b2495f3abd01ba8.tar.gz
freebsd-ports-gnome-54d65548368a82079eea71cf0b2495f3abd01ba8.tar.zst
freebsd-ports-gnome-54d65548368a82079eea71cf0b2495f3abd01ba8.zip
Update to 2.0.6.
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat-gnome/Makefile3
-rw-r--r--irc/xchat-gnome/distinfo2
-rw-r--r--irc/xchat-gnome/files/patch-src_common_server.c13
-rw-r--r--irc/xchat-gnome/files/patch-src_common_text.c11
-rw-r--r--irc/xchat-gnome/files/patch-src_fe-gtk_xtext.c22
-rw-r--r--irc/xchat-gnome/pkg-plist1
-rw-r--r--irc/xchat2/Makefile3
-rw-r--r--irc/xchat2/distinfo2
-rw-r--r--irc/xchat2/files/patch-src_common_server.c13
-rw-r--r--irc/xchat2/files/patch-src_common_text.c11
-rw-r--r--irc/xchat2/files/patch-src_fe-gtk_xtext.c22
-rw-r--r--irc/xchat2/pkg-plist1
12 files changed, 6 insertions, 98 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index bb7bfd1d43a4..6f4ab55cce31 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xchat2
-PORTVERSION= 2.0.5
-PORTREVISION= 1
+PORTVERSION= 2.0.6
CATEGORIES= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/2.0/ \
http://xchat.linuxpower.org/files/source/2.0/
diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo
index 741b27757f0b..c6eca9801cfa 100644
--- a/irc/xchat-gnome/distinfo
+++ b/irc/xchat-gnome/distinfo
@@ -1 +1 @@
-MD5 (xchat-2.0.5.tar.bz2) = 8a594ed57287a9fb212425ecba8d5401
+MD5 (xchat-2.0.6.tar.bz2) = 5cc5e603083242fb598bc940b1a4fccc
diff --git a/irc/xchat-gnome/files/patch-src_common_server.c b/irc/xchat-gnome/files/patch-src_common_server.c
deleted file mode 100644
index e8420fcd0e7d..000000000000
--- a/irc/xchat-gnome/files/patch-src_common_server.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/common/server.c.orig Sun Aug 10 17:40:15 2003
-+++ src/common/server.c Sat Oct 25 22:29:12 2003
-@@ -289,8 +289,8 @@
- {
- char *conv_line; /* holds a copy of the original string */
- int conv_len; /* tells g_convert how much of line to convert */
-- int utf_len;
-- int read_len;
-+ gsize utf_len;
-+ gsize read_len;
- GError *err;
- gboolean retry;
-
diff --git a/irc/xchat-gnome/files/patch-src_common_text.c b/irc/xchat-gnome/files/patch-src_common_text.c
deleted file mode 100644
index 59c1bdae5f5f..000000000000
--- a/irc/xchat-gnome/files/patch-src_common_text.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/text.c.orig Sun Sep 21 12:36:15 2003
-+++ src/common/text.c Sat Oct 25 22:29:56 2003
-@@ -446,7 +446,7 @@
- get_stamp_str (char *fmt, time_t tim, char **ret)
- {
- char dest[128];
-- int len;
-+ gsize len;
-
- len = strftime (dest, sizeof (dest), fmt, localtime (&tim));
- if (len)
diff --git a/irc/xchat-gnome/files/patch-src_fe-gtk_xtext.c b/irc/xchat-gnome/files/patch-src_fe-gtk_xtext.c
deleted file mode 100644
index d1ed80354b48..000000000000
--- a/irc/xchat-gnome/files/patch-src_fe-gtk_xtext.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/fe-gtk/xtext.c.orig Thu Sep 18 07:26:52 2003
-+++ src/fe-gtk/xtext.c Sat Oct 25 22:31:45 2003
-@@ -2126,6 +2126,7 @@
- char *stripped;
- guchar *new_text;
- int len;
-+ gsize glen;
-
- stripped = gtk_xtext_selection_get_text (xtext, &len);
- if (!stripped)
-@@ -2158,9 +2159,9 @@
- }
- break;
- default:
-- new_text = g_locale_from_utf8 (stripped, len, NULL, &len, NULL);
-+ new_text = g_locale_from_utf8 (stripped, len, NULL, &glen, NULL);
- gtk_selection_data_set (selection_data_ptr, GDK_SELECTION_TYPE_STRING,
-- 8, new_text, len);
-+ 8, new_text, glen);
- g_free (new_text);
- }
-
diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist
index 8069d4c9974d..f2a58ad25a37 100644
--- a/irc/xchat-gnome/pkg-plist
+++ b/irc/xchat-gnome/pkg-plist
@@ -21,6 +21,7 @@ share/locale/no/LC_MESSAGES/xchat.mo
share/locale/pt/LC_MESSAGES/xchat.mo
share/locale/sk/LC_MESSAGES/xchat.mo
share/locale/sl/LC_MESSAGES/xchat.mo
+share/locale/sr/LC_MESSAGES/xchat.mo
share/locale/sv/LC_MESSAGES/xchat.mo
share/locale/zh_CN/LC_MESSAGES/xchat.mo
@dirrm lib/xchat/plugins
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index bb7bfd1d43a4..6f4ab55cce31 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xchat2
-PORTVERSION= 2.0.5
-PORTREVISION= 1
+PORTVERSION= 2.0.6
CATEGORIES= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/2.0/ \
http://xchat.linuxpower.org/files/source/2.0/
diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo
index 741b27757f0b..c6eca9801cfa 100644
--- a/irc/xchat2/distinfo
+++ b/irc/xchat2/distinfo
@@ -1 +1 @@
-MD5 (xchat-2.0.5.tar.bz2) = 8a594ed57287a9fb212425ecba8d5401
+MD5 (xchat-2.0.6.tar.bz2) = 5cc5e603083242fb598bc940b1a4fccc
diff --git a/irc/xchat2/files/patch-src_common_server.c b/irc/xchat2/files/patch-src_common_server.c
deleted file mode 100644
index e8420fcd0e7d..000000000000
--- a/irc/xchat2/files/patch-src_common_server.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/common/server.c.orig Sun Aug 10 17:40:15 2003
-+++ src/common/server.c Sat Oct 25 22:29:12 2003
-@@ -289,8 +289,8 @@
- {
- char *conv_line; /* holds a copy of the original string */
- int conv_len; /* tells g_convert how much of line to convert */
-- int utf_len;
-- int read_len;
-+ gsize utf_len;
-+ gsize read_len;
- GError *err;
- gboolean retry;
-
diff --git a/irc/xchat2/files/patch-src_common_text.c b/irc/xchat2/files/patch-src_common_text.c
deleted file mode 100644
index 59c1bdae5f5f..000000000000
--- a/irc/xchat2/files/patch-src_common_text.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/text.c.orig Sun Sep 21 12:36:15 2003
-+++ src/common/text.c Sat Oct 25 22:29:56 2003
-@@ -446,7 +446,7 @@
- get_stamp_str (char *fmt, time_t tim, char **ret)
- {
- char dest[128];
-- int len;
-+ gsize len;
-
- len = strftime (dest, sizeof (dest), fmt, localtime (&tim));
- if (len)
diff --git a/irc/xchat2/files/patch-src_fe-gtk_xtext.c b/irc/xchat2/files/patch-src_fe-gtk_xtext.c
deleted file mode 100644
index d1ed80354b48..000000000000
--- a/irc/xchat2/files/patch-src_fe-gtk_xtext.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/fe-gtk/xtext.c.orig Thu Sep 18 07:26:52 2003
-+++ src/fe-gtk/xtext.c Sat Oct 25 22:31:45 2003
-@@ -2126,6 +2126,7 @@
- char *stripped;
- guchar *new_text;
- int len;
-+ gsize glen;
-
- stripped = gtk_xtext_selection_get_text (xtext, &len);
- if (!stripped)
-@@ -2158,9 +2159,9 @@
- }
- break;
- default:
-- new_text = g_locale_from_utf8 (stripped, len, NULL, &len, NULL);
-+ new_text = g_locale_from_utf8 (stripped, len, NULL, &glen, NULL);
- gtk_selection_data_set (selection_data_ptr, GDK_SELECTION_TYPE_STRING,
-- 8, new_text, len);
-+ 8, new_text, glen);
- g_free (new_text);
- }
-
diff --git a/irc/xchat2/pkg-plist b/irc/xchat2/pkg-plist
index 8069d4c9974d..f2a58ad25a37 100644
--- a/irc/xchat2/pkg-plist
+++ b/irc/xchat2/pkg-plist
@@ -21,6 +21,7 @@ share/locale/no/LC_MESSAGES/xchat.mo
share/locale/pt/LC_MESSAGES/xchat.mo
share/locale/sk/LC_MESSAGES/xchat.mo
share/locale/sl/LC_MESSAGES/xchat.mo
+share/locale/sr/LC_MESSAGES/xchat.mo
share/locale/sv/LC_MESSAGES/xchat.mo
share/locale/zh_CN/LC_MESSAGES/xchat.mo
@dirrm lib/xchat/plugins