svn commit: r470885 - head/www/py-feedgenerator

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 26 08:34:17 UTC 2018


Author: amdmi3
Date: Sat May 26 08:34:16 2018
New Revision: 470885
URL: https://svnweb.freebsd.org/changeset/ports/470885

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/www/py-feedgenerator/Makefile

Modified: head/www/py-feedgenerator/Makefile
==============================================================================
--- head/www/py-feedgenerator/Makefile	Sat May 26 08:14:28 2018	(r470884)
+++ head/www/py-feedgenerator/Makefile	Sat May 26 08:34:16 2018	(r470885)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-py
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-regression-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list