pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/obby update to 0.4.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b713d08ecc7
branches:  trunk
changeset: 400799:5b713d08ecc7
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Oct 27 19:41:11 2009 +0000

description:
update to 0.4.7
changes:
-bugfixes
-added IPv6 support for mdns/avahi
-translation updates

diffstat:

 editors/obby/Makefile         |   5 ++---
 editors/obby/PLIST            |   4 +++-
 editors/obby/distinfo         |   9 +++++----
 editors/obby/patches/patch-aa |  13 +++++++++++++
 4 files changed, 23 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r 012724b5647d -r 5b713d08ecc7 editors/obby/Makefile
--- a/editors/obby/Makefile     Tue Oct 27 19:08:30 2009 +0000
+++ b/editors/obby/Makefile     Tue Oct 27 19:41:11 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:17 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/27 19:41:11 drochner Exp $
 #
 
-DISTNAME=      obby-0.4.4
-PKGREVISION=   1
+DISTNAME=      obby-0.4.7
 CATEGORIES=    editors
 MASTER_SITES=  http://releases.0x539.de/obby/
 
diff -r 012724b5647d -r 5b713d08ecc7 editors/obby/PLIST
--- a/editors/obby/PLIST        Tue Oct 27 19:08:30 2009 +0000
+++ b/editors/obby/PLIST        Tue Oct 27 19:41:11 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/04 10:06:06 rillig Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/10/27 19:41:11 drochner Exp $
 include/obby/buffer.hpp
 include/obby/chat.hpp
 include/obby/client_buffer.hpp
@@ -47,5 +47,7 @@
 share/locale/de/LC_MESSAGES/obby.mo
 share/locale/es/LC_MESSAGES/obby.mo
 share/locale/fr/LC_MESSAGES/obby.mo
+share/locale/it/LC_MESSAGES/obby.mo
 share/locale/nl/LC_MESSAGES/obby.mo
+share/locale/oc/LC_MESSAGES/obby.mo
 share/locale/sv/LC_MESSAGES/obby.mo
diff -r 012724b5647d -r 5b713d08ecc7 editors/obby/distinfo
--- a/editors/obby/distinfo     Tue Oct 27 19:08:30 2009 +0000
+++ b/editors/obby/distinfo     Tue Oct 27 19:41:11 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/11/04 10:06:06 rillig Exp $
+$NetBSD: distinfo,v 1.2 2009/10/27 19:41:11 drochner Exp $
 
-SHA1 (obby-0.4.4.tar.gz) = 5886027b64a19b8f111bddf14902cb8329ce2766
-RMD160 (obby-0.4.4.tar.gz) = 88c83138f1f59736a910cd9266fc8294bc54e95f
-Size (obby-0.4.4.tar.gz) = 507564 bytes
+SHA1 (obby-0.4.7.tar.gz) = efe4e6b406eb0628af63e88807d5d2115d88f390
+RMD160 (obby-0.4.7.tar.gz) = 4042662bb2ab803f96c477c1a3035dbe169a8544
+Size (obby-0.4.7.tar.gz) = 511541 bytes
+SHA1 (patch-aa) = 044bf10cfa88475b8d2d25d349bf1c01cd853b05
diff -r 012724b5647d -r 5b713d08ecc7 editors/obby/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/obby/patches/patch-aa     Tue Oct 27 19:41:11 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/10/27 19:41:11 drochner Exp $
+
+--- src/chat.cpp.orig  2009-06-18 15:23:44.000000000 +0200
++++ src/chat.cpp
+@@ -43,7 +43,7 @@ obby::chat::message::message(const std::
+ obby::chat::message::message(const serialise::object& obj,
+                              const user_table& user_table):
+       m_text(obj.get_required_attribute("text").get_value() ),
+-      m_timestamp(obj.get_required_attribute("timestamp").as<std::time_t>() )
++      m_timestamp(obj.get_required_attribute("timestamp").as<int>() )
+ {
+ }
+ 



Home | Main Index | Thread Index | Old Index