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 BA6A17A308 for ; Wed, 30 Nov 2016 14:24:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3592F855A7; Wed, 30 Nov 2016 14:24:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BAA6F84CF5 for ; Wed, 30 Nov 2016 14:24:30 +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 nAgG_JqlFqa0 for ; Wed, 30 Nov 2016 14:24:30 +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 244F585589 for ; Wed, 30 Nov 2016 14:24:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A25DFBA6; Wed, 30 Nov 2016 14:24:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480515870111930" MIME-Version: 1.0 Date: Wed, 30 Nov 2016 14:24:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/svn-bisect To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161130142430.1A25DFBA6@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. --_----------=_1480515870111930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 30 14:24:30 UTC 2016 Modified Files: pkgsrc/devel/svn-bisect: Makefile Log Message: Fix DEPENDS. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/svn-bisect/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480515870111930 Content-Disposition: inline Content-Length: 823 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/svn-bisect/Makefile diff -u pkgsrc/devel/svn-bisect/Makefile:1.2 pkgsrc/devel/svn-bisect/Makefile:1.3 --- pkgsrc/devel/svn-bisect/Makefile:1.2 Mon Nov 28 22:28:52 2016 +++ pkgsrc/devel/svn-bisect/Makefile Wed Nov 30 14:24:29 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/11/28 22:28:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/11/30 14:24:29 wiz Exp $ DISTNAME= svn-bisect-1.1 CATEGORIES= devel @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Ap COMMENT= Bisect SVN repositories to find a particular change LICENSE= artistic-2.0 -DEPENDS+= subversion-base-[0-9]:../../devel/subversion-base +DEPENDS+= subversion-base-[0-9]*:../../devel/subversion-base DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck PERL5_PACKLIST= auto/App/SVN/Bisect/.packlist --_----------=_1480515870111930--