Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 17:09:08 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559857 - head/textproc/kiss-templates
Message-ID:  <202101011709.101H98V1060225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101011709.101H98V1060225>