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 CAEC57A2BC for ; Mon, 28 Nov 2016 19:17:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 73090855CF; Mon, 28 Nov 2016 19:17:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04BE5855CA for ; Mon, 28 Nov 2016 19:17:18 +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 XB7QWMS34w3A for ; Mon, 28 Nov 2016 19:17:17 +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 9C9A085578 for ; Mon, 28 Nov 2016 19:17:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97540FBA6; Mon, 28 Nov 2016 19:17:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480360637244730" MIME-Version: 1.0 Date: Mon, 28 Nov 2016 19:17:17 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161128191717.97540FBA6@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. --_----------=_1480360637244730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Mon Nov 28 19:17:17 UTC 2016 Modified Files: pkgsrc/devel: Makefile Log Message: + svn-bisect To generate a diff of this commit: cvs rdiff -u -r1.2336 -r1.2337 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480360637244730 Content-Disposition: inline Content-Length: 568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2336 pkgsrc/devel/Makefile:1.2337 --- pkgsrc/devel/Makefile:1.2336 Thu Nov 24 01:11:59 2016 +++ pkgsrc/devel/Makefile Mon Nov 28 19:17:17 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2336 2016/11/24 01:11:59 joerg Exp $ +# $NetBSD: Makefile,v 1.2337 2016/11/28 19:17:17 joerg Exp $ # COMMENT= Development utilities @@ -2196,6 +2196,7 @@ SUBDIR+= subversion SUBDIR+= subversion-base SUBDIR+= sunifdef SUBDIR+= svk +SUBDIR+= svn-bisect SUBDIR+= swig SUBDIR+= swig2 SUBDIR+= swig3 --_----------=_1480360637244730--