Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 03:04:58 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96388: net-im/mcabber: Update 0.7.0 -> 0.7.6
Message-ID:  <1146103498.2926@charon.picobyte.net>
Resent-Message-ID: <200604270210.k3R2AAnC099963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96388
>Category:       ports
>Synopsis:       net-im/mcabber: Update 0.7.0 -> 0.7.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 27 02:10:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

- Update mcabber to 0.7.6
- Patch no longer required
- Take maintainership

Tested on 7.x (i386), 6.x (sparc64)

>How-To-Repeat:

>Fix:

--- mcabber.diff begins here ---
diff -urN mcabber.orig/Makefile mcabber/Makefile
--- mcabber.orig/Makefile	Fri Apr 14 19:14:55 2006
+++ mcabber/Makefile	Thu Apr 27 02:12:07 2006
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	mcabber
-PORTVERSION=	0.7.0
-PORTREVISION=	3
+PORTVERSION=	0.7.6
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.lilotux.net/~mikael/mcabber/files/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	shaun@inerd.com
 COMMENT=	Small Jabber console client
 
 USE_BZIP2=	yes
diff -urN mcabber.orig/distinfo mcabber/distinfo
--- mcabber.orig/distinfo	Wed Feb  1 01:02:00 2006
+++ mcabber/distinfo	Thu Apr 27 02:29:26 2006
@@ -1,3 +1,3 @@
-MD5 (mcabber-0.7.0.tar.bz2) = fd40c81da873bd41a360735cc61c9db4
-SHA256 (mcabber-0.7.0.tar.bz2) = 9287cab98c28df40cfe49aa8ae7f5d75e72b5fa1a261d67db0800216e6fa103b
-SIZE (mcabber-0.7.0.tar.bz2) = 310063
+MD5 (mcabber-0.7.6.tar.bz2) = 0456968da2a50eb127fce2a1ee5d5902
+SHA256 (mcabber-0.7.6.tar.bz2) = 03cc90cfce72a0d77fd9f6a83ef413cb27eb7421ff6c6042bf8fe5cbaf6d62de
+SIZE (mcabber-0.7.6.tar.bz2) = 332528
diff -urN mcabber.orig/files/patch-src_hbuf.c mcabber/files/patch-src_hbuf.c
--- mcabber.orig/files/patch-src_hbuf.c	Fri Oct 21 09:14:14 2005
+++ mcabber/files/patch-src_hbuf.c	Thu Jan  1 01:00:00 1970
@@ -1,19 +0,0 @@
-$FreeBSD: ports/net-im/mcabber/files/patch-src_hbuf.c,v 1.1 2005/10/21 08:14:14 vsevolod Exp $
-
---- src/hbuf.c.orig
-+++ src/hbuf.c
-@@ -70,12 +70,12 @@
-     // Set p_hbuf to the end of the list, to speed up history loading
-     // (or CPU time will be used by g_list_last() for each line)
-     hbuf = *p_hbuf = g_list_last(*p_hbuf);
--    hbuf_block *hbuf_b_prev = hbuf->data;
-+    { hbuf_block *hbuf_b_prev = hbuf->data;
-     hbuf_block_elt->ptr    = hbuf_b_prev->ptr_end;
-     hbuf_block_elt->flags  = HBB_FLAG_PERSISTENT;
-     hbuf_block_elt->ptr_end_alloc = hbuf_b_prev->ptr_end_alloc;
-     g_list_append(*p_hbuf, hbuf_block_elt);
--  }
-+  }}
- 
-   if (strlen(text) >= HBB_BLOCKSIZE) {
-     // Too long
--- mcabber.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1146103498.2926>