pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/git-cinnabar



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec  5 07:55:56 UTC 2024

Modified Files:
        pkgsrc/devel/git-cinnabar: Makefile

Log Message:
git-cinnabar: add missing test dependency, fix binary name in target


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/git-cinnabar/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/git-cinnabar/Makefile
diff -u pkgsrc/devel/git-cinnabar/Makefile:1.17 pkgsrc/devel/git-cinnabar/Makefile:1.18
--- pkgsrc/devel/git-cinnabar/Makefile:1.17     Thu Dec  5 02:31:30 2024
+++ pkgsrc/devel/git-cinnabar/Makefile  Thu Dec  5 07:55:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2024/12/05 02:31:30 riastradh Exp $
+# $NetBSD: Makefile,v 1.18 2024/12/05 07:55:56 wiz Exp $
 
 # does not contain the git submodules, please update GITHUB_SUBMODULES below
 .include "Makefile.common"
@@ -49,6 +49,7 @@ do-test-cargo: .PHONY
        ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo ${CARGO_TEST_ARGS}
 
 TEST_DEPENDS+=         ${PYPKGPREFIX}-cram>=0:../../devel/py-cram
+TEST_DEPENDS+=         ${PYPKGPREFIX}-mercurial>=0:../../devel/py-mercurial
 
 # this.cannot.possibly.exist.invalid-tld appears in some tests that
 # check for exact error messages, so let that bypass the fake proxy.
@@ -58,7 +59,7 @@ do-test-cram: .PHONY
        ${RUN} cd ${CARGO_WRKSRC} && \
        ${SETENV} ${MAKE_ENV} PATH=${CARGO_WRKSRC}/target/release:${PATH:Q} \
            no_proxy=localhost,this.cannot.possibly.exist.invalid-tld \
-           ${PREFIX}/bin/cram ${PKG_VERBOSE:D--verbose} tests
+           ${PREFIX}/bin/cram-${PYVERSSUFFIX} ${PKG_VERBOSE:D--verbose} tests
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index