pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/git-base Move dependency on devel/cvsps to the n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7edc60ca7e57
branches:  trunk
changeset: 347665:7edc60ca7e57
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu May 26 15:41:06 2016 +0000

description:
Move dependency on devel/cvsps to the new git-cvs package

As suggested by wiz@

Bumps PKGREVISION

diffstat:

 devel/git-base/MESSAGE  |  4 +++-
 devel/git-base/Makefile |  6 ++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r c48a317f34fa -r 7edc60ca7e57 devel/git-base/MESSAGE
--- a/devel/git-base/MESSAGE    Thu May 26 15:39:28 2016 +0000
+++ b/devel/git-base/MESSAGE    Thu May 26 15:41:06 2016 +0000
@@ -1,9 +1,11 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2014/01/16 09:34:27 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2016/05/26 15:41:06 khorben Exp $
 
 NOTE:  Pristine templates are located in:
        ${GIT_TEMPLATE_INSTDIR}.
 
+To use the git-cvsimport repository conversion from CVS, install git-cvs.
+
 To use the git-svn interface to Subversion, install git-svn.
 
 ===========================================================================
diff -r c48a317f34fa -r 7edc60ca7e57 devel/git-base/Makefile
--- a/devel/git-base/Makefile   Thu May 26 15:39:28 2016 +0000
+++ b/devel/git-base/Makefile   Thu May 26 15:41:06 2016 +0000
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.26 2016/05/26 14:08:22 khorben Exp $
+# $NetBSD: Makefile,v 1.27 2016/05/26 15:41:06 khorben Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-base-${GIT_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       GIT Tree History Storage Tool (base package)
 
 CONFLICTS+=            scmgit-base-[0-9]*
 SUPERSEDES+=           scmgit-base-[0-9]*
 
 DEPENDS+=              p5-Error>=0.17015:../../devel/p5-Error
-# for git-cvsimport
-DEPENDS+=              cvsps:../../devel/cvsps
 # for git-send-email
 #DEPENDS+=             {perl>=5.13.8,p5-MIME-Base64>=3.13}:../../converters/p5-MIME-Base64
 DEPENDS+=              p5-Email-Valid>=0.190:../../mail/p5-Email-Valid



Home | Main Index | Thread Index | Old Index