fix deps, py-nose must be present at configure time otherwise setuptools

downloads it, spotted by naddy. bump for rcsparse/py-rcsparse change.
This commit is contained in:
sthen 2015-10-31 16:30:29 +00:00
parent a48da228bb
commit 668f9b7a4f

View File

@ -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}