pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsd Depend on ../../devel/scmcvs on systems whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b682c4ee7a02
branches:  trunk
changeset: 632153:b682c4ee7a02
user:      schnoebe <schnoebe%pkgsrc.org@localhost>
date:      Mon Mar 17 17:58:54 2014 +0000

description:
Depend on ../../devel/scmcvs on systems where cvs is not in the "base".

diffstat:

 devel/cvsd/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 1947ef74cb69 -r b682c4ee7a02 devel/cvsd/Makefile
--- a/devel/cvsd/Makefile       Mon Mar 17 17:44:23 2014 +0000
+++ b/devel/cvsd/Makefile       Mon Mar 17 17:58:54 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2013/07/12 10:44:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2014/03/17 17:58:54 schnoebe Exp $
 
 DISTNAME=              cvsd-1.0.23
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            devel scm
 MASTER_SITES=          http://arthurdejong.org/cvsd/
 
@@ -10,6 +10,10 @@
 COMMENT=               Run CVS pserver in a chroot-ed environment
 LICENSE=               gnu-gpl-v2
 
+.if !exists(/usr/bin/cvs)
+DEPENDS+=              cvs>=1.11:../../devel/scmcvs
+.endif
+
 USE_TOOLS+=            gmake perl
 GNU_CONFIGURE=         YES
 



Home | Main Index | Thread Index | Old Index