diff options
author | fhajny <fhajny@pkgsrc.org> | 2010-01-12 14:19:55 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2010-01-12 14:19:55 +0000 |
commit | 92426cbe6c1198b5b27f4639d541bc7edc2e6228 (patch) | |
tree | 4808b37c07fe7037e2ff7dd46ee5f8c91a5d16e2 /devel/scmgit-base | |
parent | b480af79f441530311920370f67537fe4e031b0f (diff) | |
download | pkgsrc-92426cbe6c1198b5b27f4639d541bc7edc2e6228.tar.gz |
Fix PR 41683
Stop auto-activating hook scripts on new repositories.
Bump PKGREVISION.
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r-- | devel/scmgit-base/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index d35859b70a7..58902425697 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2010/01/10 07:53:10 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2010/01/12 14:19:55 fhajny Exp $ # .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GIT Tree History Storage Tool (base package) PKG_DESTDIR_SUPPORT= user-destdir @@ -41,11 +41,11 @@ GIT_COREDIR= git-core GIT_TEMPLATEDIR= templates GIT_TEMPLATES= description info/exclude -GIT_TEMPLATES.samples= hooks/applypatch-msg hooks/commit-msg \ - hooks/post-commit hooks/post-receive \ - hooks/post-update hooks/pre-applypatch \ - hooks/pre-commit hooks/pre-rebase \ - hooks/prepare-commit-msg hooks/update +GIT_TEMPLATES+= hooks/applypatch-msg.sample hooks/commit-msg.sample \ + hooks/post-commit.sample hooks/post-receive.sample \ + hooks/post-update.sample hooks/pre-applypatch.sample \ + hooks/pre-commit.sample hooks/pre-rebase.sample \ + hooks/prepare-commit-msg.sample hooks/update.sample GIT_TEMPLATES+= # XXX unused as of now @@ -57,10 +57,6 @@ MAKE_DIRS= ${GIT_CORE_TEMPLATEDIR} MAKE_DIRS+= ${GIT_CORE_TEMPLATEDIR}/hooks MAKE_DIRS+= ${GIT_CORE_TEMPLATEDIR}/info -REQD_FILES+= ${GIT_TEMPLATES.samples:@.t.@\ - ${EGDIR}/${GIT_TEMPLATEDIR}/${.t.:=.sample}\ - ${PREFIX}/${GIT_CORE_TEMPLATEDIR}/${.t.}\ - @:M*} REQD_FILES+= ${GIT_TEMPLATES:@.t.@\ ${EGDIR}/${GIT_TEMPLATEDIR}/${.t.}\ ${PREFIX}/${GIT_CORE_TEMPLATEDIR}/${.t.}\ |