pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/git-cvs Make comment useful, and fix dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83bbdba77a71
branches:  trunk
changeset: 347668:83bbdba77a71
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 26 16:22:22 2016 +0000

description:
Make comment useful, and fix dependency.

diffstat:

 devel/git-cvs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r f5c8a6d2b28f -r 83bbdba77a71 devel/git-cvs/Makefile
--- a/devel/git-cvs/Makefile    Thu May 26 16:03:04 2016 +0000
+++ b/devel/git-cvs/Makefile    Thu May 26 16:22:22 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/05/26 15:36:59 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2016/05/26 16:22:22 wiz Exp $
 
 .include "../../devel/git/Makefile.version"
 
@@ -8,12 +8,12 @@
 DISTFILES=     # empty
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Salvages data out of another SCM people love to hate.
+COMMENT=       Backend for git to extract data from CVS
 LICENSE=       2-clause-bsd
 
 META_PACKAGE=  yes
 
 DEPENDS+=      git-base>=${GIT_VERSION}:../../devel/git-base
-DEPENDS+=      cvsps:../../devel/cvsps
+DEPENDS+=      cvsps-[0-9]*:../../devel/cvsps
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index