svn commit: r468810 - head/devel/py-meliae

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 2 08:33:55 UTC 2018


Author: amdmi3
Date: Wed May  2 08:33:54 2018
New Revision: 468810
URL: https://svnweb.freebsd.org/changeset/ports/468810

Log:
  - Switch to new test framework
  - Fix python interp used for running test (but tests still fail)
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-meliae/Makefile

Modified: head/devel/py-meliae/Makefile
==============================================================================
--- head/devel/py-meliae/Makefile	Wed May  2 01:27:12 2018	(r468809)
+++ head/devel/py-meliae/Makefile	Wed May  2 08:33:54 2018	(r468810)
@@ -15,8 +15,9 @@ LICENSE=	GPLv3
 
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist cython
+TEST_TARGET=	check  # test fails
 
-regression-test: extract
-	(cd ${WRKSRC}; ${MAKE} check)
+post-patch:
+	@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list