svn commit: r559857 - head/textproc/kiss-templates

Rene Ladan rene at FreeBSD.org
Fri Jan 1 17:09:08 UTC 2021


Author: rene
Date: Fri Jan  1 17:09:08 2021
New Revision: 559857
URL: https://svnweb.freebsd.org/changeset/ports/559857

Log:
  textproc/kiss-templates: remove TEST option which depends on Python 2.7
  
  PR:		249780
  Submitted by:	swills

Modified:
  head/textproc/kiss-templates/Makefile

Modified: head/textproc/kiss-templates/Makefile
==============================================================================
--- head/textproc/kiss-templates/Makefile	Fri Jan  1 17:03:05 2021	(r559856)
+++ head/textproc/kiss-templates/Makefile	Fri Jan  1 17:09:08 2021	(r559857)
@@ -24,11 +24,4 @@ PLIST_FILES=		bin/kiste2cpp \
 			include/kiste/serializer_builder.h \
 			include/kiste/terminal.h
 
-OPTIONS_DEFINE=		TEST
-TEST_DESC=		Build with unit tests
-TEST_BUILD_DEPENDS=	boost-libs>=1.55:devel/boost-libs
-TEST_USES=		python:2.7,build,test shebangfix
-TEST_TEST_TARGET=	test
-SHEBANG_FILES=		tests/comparison-based/generate.py tests/differ.py
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list