pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/telepathy-idle Update to 0.1.3, convert to user-d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6d764e776a8
branches:  trunk
changeset: 554999:f6d764e776a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 23 10:59:02 2009 +0000

description:
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:

 chat/telepathy-idle/Makefile         |   7 ++++---
 chat/telepathy-idle/PLIST            |   6 ++++--
 chat/telepathy-idle/distinfo         |  10 +++++-----
 chat/telepathy-idle/patches/patch-aa |   8 ++++----
 4 files changed, 17 insertions(+), 14 deletions(-)

diffs (74 lines):

diff -r 8f565397b1cf -r f6d764e776a8 chat/telepathy-idle/Makefile
--- a/chat/telepathy-idle/Makefile      Mon Feb 23 10:52:05 2009 +0000
+++ b/chat/telepathy-idle/Makefile      Mon Feb 23 10:59:02 2009 +0000
@@ -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 @@
 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 -r 8f565397b1cf -r f6d764e776a8 chat/telepathy-idle/PLIST
--- a/chat/telepathy-idle/PLIST Mon Feb 23 10:52:05 2009 +0000
+++ b/chat/telepathy-idle/PLIST Mon Feb 23 10:59:02 2009 +0000
@@ -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 -r 8f565397b1cf -r f6d764e776a8 chat/telepathy-idle/distinfo
--- a/chat/telepathy-idle/distinfo      Mon Feb 23 10:52:05 2009 +0000
+++ b/chat/telepathy-idle/distinfo      Mon Feb 23 10:59:02 2009 +0000
@@ -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 -r 8f565397b1cf -r f6d764e776a8 chat/telepathy-idle/patches/patch-aa
--- a/chat/telepathy-idle/patches/patch-aa      Mon Feb 23 10:52:05 2009 +0000
+++ b/chat/telepathy-idle/patches/patch-aa      Mon Feb 23 10:59:02 2009 +0000
@@ -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 @@
 +
  void idle_parser_receive(IdleParser *parser, const gchar *msg) {
        IdleParserPrivate *priv = IDLE_PARSER_GET_PRIVATE(parser);
-       int i;
+       guint i;



Home | Main Index | Thread Index | Old Index