summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2013-08-11 12:49:44 +0000
committerschmonz <schmonz@pkgsrc.org>2013-08-11 12:49:44 +0000
commit4d79b143e2e648d6fcb77c9b9f2741f6909bd0bf (patch)
tree19b8b7b43b62e6194ce65eb1f425a3944a6576ff /devel
parent456aa762d8c1dae669c0bf767c234a8aedc8c9fe (diff)
downloadpkgsrc-4d79b143e2e648d6fcb77c9b9f2741f6909bd0bf.tar.gz
Install git-prompt.sh. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/scmgit-base/Makefile5
-rw-r--r--devel/scmgit-base/PLIST3
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile
index 05bff2da681..5e586e92bb6 100644
--- a/devel/scmgit-base/Makefile
+++ b/devel/scmgit-base/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.63 2013/06/16 06:31:11 adam Exp $
+# $NetBSD: Makefile,v 1.64 2013/08/11 12:49:44 schmonz Exp $
.include "../../devel/scmgit/Makefile.common"
PKGNAME= scmgit-base-${GIT_VERSION}
+PKGREVISION= 1
COMMENT= GIT Tree History Storage Tool (base package)
CONFLICTS+= git<4.9.5nb1 # misc/git
@@ -95,6 +96,8 @@ post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/contrib/completion/git-completion.bash \
${DESTDIR}${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/contrib/completion/git-prompt.sh \
+ ${DESTDIR}${EGDIR}
.include "options.mk"
diff --git a/devel/scmgit-base/PLIST b/devel/scmgit-base/PLIST
index 52eb5c77605..e83eca8b478 100644
--- a/devel/scmgit-base/PLIST
+++ b/devel/scmgit-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2013/04/08 14:12:25 mef Exp $
+@comment $NetBSD: PLIST,v 1.41 2013/08/11 12:49:44 schmonz Exp $
bin/git
bin/git-cvsserver
bin/git-receive-pack
@@ -227,6 +227,7 @@ libexec/git-core/mergetools/vimdiff
libexec/git-core/mergetools/vimdiff2
libexec/git-core/mergetools/xxdiff
share/examples/scmgit/git-completion.bash
+share/examples/scmgit/git-prompt.sh
share/examples/scmgit/templates/description
share/examples/scmgit/templates/hooks/applypatch-msg.sample
share/examples/scmgit/templates/hooks/commit-msg.sample