From 668f9b7a4fb57897986fc2b3af25d6286010df20 Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 31 Oct 2015 16:30:29 +0000 Subject: [PATCH] fix deps, py-nose must be present at configure time otherwise setuptools downloads it, spotted by naddy. bump for rcsparse/py-rcsparse change. --- devel/git-cvs/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/git-cvs/Makefile b/devel/git-cvs/Makefile index 275a3e8655d..b374664bec5 100644 --- a/devel/git-cvs/Makefile +++ b/devel/git-cvs/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2015/10/30 10:06:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2015/10/31 16:30:29 sthen Exp $ COMMENT = import changesets from CVS into Git MODPY_EGG_VERSION = 0.1.0 +REVISION = 0 DISTNAME = git-cvs-${MODPY_EGG_VERSION} DISTFILES = ${DISTNAME}{${MODPY_EGG_VERSION}}.tar.gz @@ -23,14 +24,14 @@ MODPY_SETUPTOOLS = Yes MODPY_ADJ_FILES = scripts/git-cvs +BUILD_DEPENDS = devel/py-nose RUN_DEPENDS= devel/git \ devel/py-rcsparse +TEST_DEPENDS= ${BUILD_DEPENDS} \ + ${RUN_DEPENDS} PKG_ARCH = * -TEST_DEPENDS = devel/py-nose \ - ${RUN_DEPENDS} - # for regression tests: # cvs(1) insists on doing a chdir(2) to HOME before checkout PORTHOME = ${WRKDIR}