pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/scmgit-base Fix PR 42168:
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb52c528ef69
branches: trunk
changeset: 569130:cb52c528ef69
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 09 15:52:19 2010 +0000
description:
Fix PR 42168:
Remove '-P' argument from cd.
Bump PKGREVISION.
diffstat:
devel/scmgit-base/Makefile | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r d7321008befc -r cb52c528ef69 devel/scmgit-base/Makefile
--- a/devel/scmgit-base/Makefile Sat Jan 09 15:33:07 2010 +0000
+++ b/devel/scmgit-base/Makefile Sat Jan 09 15:52:19 2010 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2009/01/09 13:42:15 tonnerre Exp $
+# $NetBSD: Makefile,v 1.17 2010/01/09 15:52:19 wiz Exp $
#
.include "../../devel/scmgit/Makefile.common"
PKGNAME= scmgit-base-${GIT_VERSION}
+PKGREVISION= 1
COMMENT= GIT Tree History Storage Tool (base package)
PKG_DESTDIR_SUPPORT= user-destdir
@@ -79,6 +80,15 @@
SUBST_STAGE.fix-paths= pre-build
SUBST_VARS.fix-paths= PREFIX
+SUBST_CLASSES+= fix-cd-P
+SUBST_FILES.fix-cd-P= git-sh-setup.sh
+SUBST_FILES.fix-cd-P+= t/t0000-basic.sh
+SUBST_FILES.fix-cd-P+= t/t5522-pull-symlink.sh
+SUBST_FILES.fix-cd-P+= t/test-lib.sh
+SUBST_MESSAGE.fix-cd-P= Fixing cd arguments.
+SUBST_STAGE.fix-cd-P= pre-build
+SUBST_SED.fix-cd-P= -e "s/cd -P/cd/g"
+
#.include "../../editors/emacs/modules.mk" # XXX TODO (see patch-ad)
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index