pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/svn-bisect



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.

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



Home | Main Index | Thread Index | Old Index