Received: by mail.netbsd.org (Postfix, from userid 605) id 97D9984D6A; Sun, 24 Nov 2019 14:39:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20CCC84D04 for ; Sun, 24 Nov 2019 14:39:10 +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 GueJV8eMNBks for ; Sun, 24 Nov 2019 14:39:09 +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 AE45A84D02 for ; Sun, 24 Nov 2019 14:39:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7E33FA97; Sun, 24 Nov 2019 14:39:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574606349243480" MIME-Version: 1.0 Date: Sun, 24 Nov 2019 14:39:09 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/chat/jabberd To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20191124143909.A7E33FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574606349243480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Nov 24 14:39:09 UTC 2019 Modified Files: pkgsrc/chat/jabberd: Makefile Log Message: chat/jabberd: note that there is a pending update in wip To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/jabberd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574606349243480 Content-Disposition: inline Content-Length: 541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/jabberd/Makefile diff -u pkgsrc/chat/jabberd/Makefile:1.44 pkgsrc/chat/jabberd/Makefile:1.45 --- pkgsrc/chat/jabberd/Makefile:1.44 Tue Jul 30 18:41:58 2019 +++ pkgsrc/chat/jabberd/Makefile Sun Nov 24 14:39:09 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2019/07/30 18:41:58 gdt Exp $ +# $NetBSD: Makefile,v 1.45 2019/11/24 14:39:09 gdt Exp $ # +# (Note that there is a pending update in wip for jabberd14-1.6, not yet released.) DISTNAME= jabber-1.4.2 PKGNAME= jabberd-1.4.2 PKGREVISION= 13 --_----------=_1574606349243480--