From 06131ce80da07a19b811007d3fc35db852d7349a Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 27 Oct 2009 19:41:11 +0000 Subject: update to 0.4.7 changes: -bugfixes -added IPv6 support for mdns/avahi -translation updates --- 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(-) create mode 100644 editors/obby/patches/patch-aa (limited to 'editors/obby') diff --git a/editors/obby/Makefile b/editors/obby/Makefile index 46fbaa38b16..9c711be4c0b 100644 --- a/editors/obby/Makefile +++ b/editors/obby/Makefile @@ -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 --git a/editors/obby/PLIST b/editors/obby/PLIST index f7ad6bd2808..efeef87cd3a 100644 --- a/editors/obby/PLIST +++ b/editors/obby/PLIST @@ -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/ca/LC_MESSAGES/obby.mo 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 --git a/editors/obby/distinfo b/editors/obby/distinfo index 6908d8f094b..a4b599924cf 100644 --- a/editors/obby/distinfo +++ b/editors/obby/distinfo @@ -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 --git a/editors/obby/patches/patch-aa b/editors/obby/patches/patch-aa new file mode 100644 index 00000000000..5ce47aeabd9 --- /dev/null +++ b/editors/obby/patches/patch-aa @@ -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() ) ++ m_timestamp(obj.get_required_attribute("timestamp").as() ) + { + } + -- cgit v1.2.3