svn commit: r472772 - head/www/geeknote

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 19 08:34:37 UTC 2018


Author: amdmi3
Date: Tue Jun 19 08:34:36 2018
New Revision: 472772
URL: https://svnweb.freebsd.org/changeset/ports/472772

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

Modified:
  head/www/geeknote/Makefile

Modified: head/www/geeknote/Makefile
==============================================================================
--- head/www/geeknote/Makefile	Tue Jun 19 08:21:51 2018	(r472771)
+++ head/www/geeknote/Makefile	Tue Jun 19 08:34:36 2018	(r472772)
@@ -25,7 +25,7 @@ USE_PYTHON=     autoplist distutils
 GH_ACCOUNT=	VitaliyRodnenko
 GH_TAGNAME=	7ea2255
 
-regression-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list