summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-23 10:59:02 +0000
committerwiz <wiz>2009-02-23 10:59:02 +0000
commit29433d1008010ef177df2b11e9099ec74ef673dd (patch)
treef8c5daa0655e416b3797ad9a4c2a4ed9567b6d68 /chat
parentbb547228f277b605c0c4bf9958ce8d31ce241ae0 (diff)
downloadpkgsrc-29433d1008010ef177df2b11e9099ec74ef673dd.tar.gz
Update to 0.1.3, convert to user-destdir.
telepathy-idle 0.1.3 (2009-02-17) ================================= Dependencies: * telepathy-glib 0.7.15 Enhancements: * Added automated test infrastructure Fixes: * Fixed a bunch of memory leaks reported by valgrind * handle buggy servers that don't quit properly * Fix parsing error that resulting in not receiving any messages that started with a leading space (Bug #17390) * Handle user renames in room channels properly * Validate nicknames properly when attempting to create a new connection * Fix bug where data was lost due to improper splitting of long messages (Bug #17392) * Don't split utf-8 codepoints in half when splitting long messages (Bug #13532) * Fix bug where a user named 'foo' that was a member of a channel of the same name ('#foo') would have private messages delivered to both the private chat and the group chat (Bug #19766) * Fix some infinite loop failures when connections fail * Fixed various warnings
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-idle/Makefile7
-rw-r--r--chat/telepathy-idle/PLIST6
-rw-r--r--chat/telepathy-idle/distinfo10
-rw-r--r--chat/telepathy-idle/patches/patch-aa8
4 files changed, 17 insertions, 14 deletions
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index 284eded4cb3..f2e55805b87 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/02/09 22:56:22 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/02/23 10:59:02 wiz Exp $
#
-DISTNAME= telepathy-idle-0.1.2
-PKGREVISION= 1
+DISTNAME= telepathy-idle-0.1.3
CATEGORIES= chat
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-idle/
@@ -10,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://telepathy.freedesktop.org/wiki/Components
COMMENT= Full-featured IRC connection manager for Telepathy
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
diff --git a/chat/telepathy-idle/PLIST b/chat/telepathy-idle/PLIST
index e3a91e92402..67472afe524 100644
--- a/chat/telepathy-idle/PLIST
+++ b/chat/telepathy-idle/PLIST
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/14 23:00:12 wiz Exp $
-bin/telepathy-idle
+@comment $NetBSD: PLIST,v 1.2 2009/02/23 10:59:02 wiz Exp $
+libexec/telepathy-idle
+man/man8/telepathy-idle.8
share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service
share/telepathy/managers/idle.manager
@unexec ${RMDIR} %D/share/telepathy/managers 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/telepathy 2>/dev/null || ${TRUE}
@comment in dbus: @dirrm share/dbus-1/services
+@comment in dbus: @dirrm share/dbus-1
diff --git a/chat/telepathy-idle/distinfo b/chat/telepathy-idle/distinfo
index ad77bf72944..0b9b1f5da79 100644
--- a/chat/telepathy-idle/distinfo
+++ b/chat/telepathy-idle/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/11/14 23:00:12 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/02/23 10:59:02 wiz Exp $
-SHA1 (telepathy-idle-0.1.2.tar.gz) = c8ffa208b18db1a7b7f88237bbc5167c6a585f03
-RMD160 (telepathy-idle-0.1.2.tar.gz) = 124ca06ba8077016c0dea54f0635a8652049018b
-Size (telepathy-idle-0.1.2.tar.gz) = 405694 bytes
-SHA1 (patch-aa) = ae01882fdde77b13424974f6365fb3c531f0ccb6
+SHA1 (telepathy-idle-0.1.3.tar.gz) = 726f2b98cc062e0b7c32843b9fde5c08e4c370ae
+RMD160 (telepathy-idle-0.1.3.tar.gz) = e0189fa1e52c575a5b7c08b6c8e49f55a6af51fd
+Size (telepathy-idle-0.1.3.tar.gz) = 440782 bytes
+SHA1 (patch-aa) = afbc537890d0fddbdef87115b9c45902a73180d7
diff --git a/chat/telepathy-idle/patches/patch-aa b/chat/telepathy-idle/patches/patch-aa
index ff2833ef232..b2dd60d4ea6 100644
--- a/chat/telepathy-idle/patches/patch-aa
+++ b/chat/telepathy-idle/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/11/14 23:00:12 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2009/02/23 10:59:02 wiz Exp $
---- src/idle-parser.c.orig 2007-09-25 18:46:25.000000000 +0000
+--- src/idle-parser.c.orig 2009-02-17 23:00:28.000000000 +0000
+++ src/idle-parser.c
-@@ -184,6 +184,20 @@ static void _parse_message(IdleParser *p
+@@ -196,6 +196,20 @@ static void _parse_message(IdleParser *p
static void _parse_and_forward_one(IdleParser *parser, gchar **tokens, IdleParserMessageCode code, const gchar *format);
static gboolean _parse_atom(IdleParser *parser, GValueArray *arr, char atom, const gchar *token, TpHandleSet *contact_reffed, TpHandleSet *room_reffed);
@@ -22,4 +22,4 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/11/14 23:00:12 wiz Exp $
+
void idle_parser_receive(IdleParser *parser, const gchar *msg) {
IdleParserPrivate *priv = IDLE_PARSER_GET_PRIVATE(parser);
- int i;
+ guint i;