Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9C3CA1A923B for ; Sun, 24 Jan 2021 16:54:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CBB4284D47; Sun, 24 Jan 2021 16:54:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 124F784D25 for ; Sun, 24 Jan 2021 16:54:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cbriszO2w68t for ; Sun, 24 Jan 2021 16:54:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 690E084D23 for ; Sun, 24 Jan 2021 16:54:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C8B4FA9D; Sun, 24 Jan 2021 16:54:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611507255246620" MIME-Version: 1.0 Date: Sun, 24 Jan 2021 16:54:15 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/mcabber To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210124165415.5C8B4FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611507255246620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nia Date: Sun Jan 24 16:54:15 UTC 2021 Modified Files: pkgsrc/chat/mcabber: Makefile distinfo Removed Files: pkgsrc/chat/mcabber/patches: patch-aa Log Message: mcabber: Update to 1.1.2 mcabber (1.1.2) * Fix display when sending message to a full JID (Frank Zschockelt) -- Mikael, 2020-09-19 mcabber (1.1.1) * Fix compilation with GCC 10 or -fno-common in CFLAGS (Andrey Utkin) * Link against tinfo _or_ tinfow (Frank Zschockelt) * Fix otr disconnected message for otrv4, remove support for libotr 3.x (Frank Zschockelt) * Fix exiting from verbatim multiline mode (Michał Kępień) * Add support for displaying the number of unread messages for each roster entry (Michał Kępień) * Fix roster colors (Frank Zschockelt) * Add colorcli theme (Jonas Jared Jacek) * Hide the log window when log_win_height <= 0 (Frank Zschockelt) * Refactor carbon message handling * Other misc. bugfixes and cleanups -- Mikael, 2020-09-06 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/mcabber/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/mcabber/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/chat/mcabber/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611507255246620 Content-Disposition: inline Content-Length: 2687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/mcabber/Makefile diff -u pkgsrc/chat/mcabber/Makefile:1.15 pkgsrc/chat/mcabber/Makefile:1.16 --- pkgsrc/chat/mcabber/Makefile:1.15 Sun Mar 8 16:48:58 2020 +++ pkgsrc/chat/mcabber/Makefile Sun Jan 24 16:54:15 2021 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.15 2020/03/08 16:48:58 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2021/01/24 16:54:15 nia Exp $ -DISTNAME= mcabber-1.1.0 -PKGREVISION= 3 +DISTNAME= mcabber-1.1.2 CATEGORIES= chat -MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ +MASTER_SITES= https://www.lilotux.net/~mikael/mcabber/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= degroote@NetBSD.org HOMEPAGE= https://www.lilotux.net/~mikael/mcabber/ -COMMENT= Jabber console client +COMMENT= Small XMPP (Jabber) console client LICENSE= gnu-gpl-v2 CHECK_PORTABILITY_SKIP+= contrib/events/eventcmd.pastebin @@ -16,7 +15,8 @@ CHECK_PORTABILITY_SKIP+= contrib/events/ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake xgettext pkg-config -USE_NCURSES= yes +FAKE_NCURSES= yes +USE_CURSES= wide INSTALLATION_DIRS+= share/examples/mcabber CONFIGURE_ARGS+= --disable-hgcset @@ -29,6 +29,6 @@ post-install: .include "../../chat/loudmouth/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" -.include "../../devel/ncursesw/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/chat/mcabber/distinfo diff -u pkgsrc/chat/mcabber/distinfo:1.6 pkgsrc/chat/mcabber/distinfo:1.7 --- pkgsrc/chat/mcabber/distinfo:1.6 Sun Nov 18 12:06:23 2018 +++ pkgsrc/chat/mcabber/distinfo Sun Jan 24 16:54:15 2021 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.6 2018/11/18 12:06:23 bsiegert Exp $ +$NetBSD: distinfo,v 1.7 2021/01/24 16:54:15 nia Exp $ -SHA1 (mcabber-1.1.0.tar.bz2) = 3530831e99007356142325e0e5cdffe4d4885c15 -RMD160 (mcabber-1.1.0.tar.bz2) = ba23cf7541b62f4d8b913416c2a7fabf3406a0b8 -SHA512 (mcabber-1.1.0.tar.bz2) = d12546e9fe9da94b6107f4d38d4083bee74e2702f7f2225e26be291230c6fe1319f60a3204da669dc00b14d69822425bf8214ebb723c3c4a7a33b1247a03093f -Size (mcabber-1.1.0.tar.bz2) = 608975 bytes -SHA1 (patch-aa) = 2abb198ee8433d2e7552236242f8fdc92e72979d +SHA1 (mcabber-1.1.2.tar.bz2) = dfed775c40ff845abcbebb3a4b8399eff054d6bb +RMD160 (mcabber-1.1.2.tar.bz2) = e5992f9415249b4dc7082cd024c5d1d041657c6f +SHA512 (mcabber-1.1.2.tar.bz2) = bf53d593e84a4b4b2cf0230a4d94ea75f55008e3c2a839af5839519151209a61cce1685f9db14b65f5c4fa438bfabfeb25eb8e78e666b092c5c66af249788106 +Size (mcabber-1.1.2.tar.bz2) = 651528 bytes SHA1 (patch-configure) = 7c328a067243e881aeb8eea445a8400c479349a5 --_----------=_1611507255246620--