ports/96388: net-im/mcabber: Update 0.7.0 -> 0.7.6
Shaun Amott
shaun at inerd.com
Thu Apr 27 02:10:14 UTC 2006
>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 at FreeBSD.org
+MAINTAINER= shaun at 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:
More information about the freebsd-ports-bugs
mailing list