svn commit: r474494 - head/net/py-oauth2

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 12 08:37:46 UTC 2018


Author: amdmi3
Date: Thu Jul 12 08:37:45 2018
New Revision: 474494
URL: https://svnweb.freebsd.org/changeset/ports/474494

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

Modified:
  head/net/py-oauth2/Makefile

Modified: head/net/py-oauth2/Makefile
==============================================================================
--- head/net/py-oauth2/Makefile	Thu Jul 12 08:37:35 2018	(r474493)
+++ head/net/py-oauth2/Makefile	Thu Jul 12 08:37:45 2018	(r474494)
@@ -25,7 +25,7 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-regression-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list