Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 508187A210 for ; Thu, 13 Oct 2016 07:49:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFB5785F14; Thu, 13 Oct 2016 07:49:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8145485EFF for ; Thu, 13 Oct 2016 07:49:00 +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 OJCgnMdRE50L for ; Thu, 13 Oct 2016 07:49:00 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E46BF84CF0 for ; Thu, 13 Oct 2016 07:48:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DACF5FBD2; Thu, 13 Oct 2016 07:48:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14763449399300" MIME-Version: 1.0 Date: Thu, 13 Oct 2016 07:48:59 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/misc/tmux To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20161013074859.DACF5FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_14763449399300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Oct 13 07:48:59 UTC 2016 Modified Files: pkgsrc/misc/tmux: Makefile Log Message: Whoops, next tmux version will be 2.4! Thanks a lot to for spotting my mistake. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/tmux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14763449399300 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/tmux/Makefile diff -u pkgsrc/misc/tmux/Makefile:1.38 pkgsrc/misc/tmux/Makefile:1.39 --- pkgsrc/misc/tmux/Makefile:1.38 Wed Oct 12 10:11:23 2016 +++ pkgsrc/misc/tmux/Makefile Thu Oct 13 07:48:59 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/10/12 10:11:23 leot Exp $ +# $NetBSD: Makefile,v 1.39 2016/10/13 07:48:59 leot Exp $ DISTNAME= tmux-2.3 PKGREVISION= 2 @@ -29,7 +29,7 @@ BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_X CPPFLAGS+= -D__DARWIN_VERS_1050=0 .endif -# XXX: This will not needed for tmux-2.3 because a different fix +# XXX: This will not needed for tmux-2.4 because a different fix # XXX: was applied by upstream! CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE # for reallocarray(3) --_----------=_14763449399300--