diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-08 05:31:07 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-08 05:31:07 +0000 |
commit | cbaabf6b3ea1c9d9245075b919d71f36c392181e (patch) | |
tree | ff7fe33bccd578bc642deadf3c7707871bdc768b /devel | |
parent | 23c74f75d391a98b1a84d26969369b7e14fd5871 (diff) | |
download | pkgsrc-cbaabf6b3ea1c9d9245075b919d71f36c392181e.tar.gz |
Note in the MESSAGE that git-svn requires p5-subversion, as suggested
in PR 45058.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit-base/MESSAGE | 4 | ||||
-rw-r--r-- | devel/scmgit-base/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/scmgit-base/MESSAGE b/devel/scmgit-base/MESSAGE index 5c3067acea8..90c8b3d9dec 100644 --- a/devel/scmgit-base/MESSAGE +++ b/devel/scmgit-base/MESSAGE @@ -1,7 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2008/08/20 03:04:20 bjs Exp $ +$NetBSD: MESSAGE,v 1.2 2012/04/08 05:31:07 dholland Exp $ NOTE: Pristine templates are located in: ${GIT_TEMPLATE_INSTDIR}. +To use the git-svn interface to Subversion you must also install the +p5-subversion package in devel/p5-subversion. =========================================================================== diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 11359c8b7e8..dce7f8f3cc6 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2012/03/26 07:28:18 fhajny Exp $ +# $NetBSD: Makefile,v 1.43 2012/04/08 05:31:07 dholland Exp $ .include "../../devel/scmgit/Makefile.common" +PKGREVISION= 1 + PKGNAME= scmgit-base-${GIT_VERSION} COMMENT= GIT Tree History Storage Tool (base package) |