Tuesday, May 01, 2018

fix regress tests on pelican

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/pelican/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile 19 Feb 2017 23:28:43 -0000 1.7
+++ Makefile 1 May 2018 07:57:44 -0000
@@ -4,6 +4,7 @@ COMMENT = static site generator written

MODPY_EGG_VERSION = ${GH_TAGNAME}
DISTNAME = pelican-${MODPY_EGG_VERSION}
+REVISION = 0

GH_ACCOUNT = getpelican
GH_PROJECT = pelican
@@ -39,7 +40,7 @@ MAKE_ENV += LC_CTYPE=en_US.UTF-8

TEST_DEPENDS = ${RUN_DEPENDS} \
devel/git \
- devel/py-mock
+ devel/py-mock${MODPY_FLAVOR}

pre-configure:
${SUBST_CMD} ${WRKSRC}/pelican/tests/test_pelican.py
Hi,

attached is the diff to fix a test dependency.

I think bumping the revision is not necessary but it's cheap.

Ok?

Cheers,

Remi.

No comments:

Post a Comment