pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/svn-bisect Fix DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d9e823bb90a
branches:  trunk
changeset: 355404:7d9e823bb90a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 30 14:24:29 2016 +0000

description:
Fix DEPENDS.

diffstat:

 devel/svn-bisect/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 572a44fdd971 -r 7d9e823bb90a devel/svn-bisect/Makefile
--- a/devel/svn-bisect/Makefile Wed Nov 30 14:14:53 2016 +0000
+++ b/devel/svn-bisect/Makefile Wed Nov 30 14:24:29 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index