svn commit: r429080 - head/textproc/the_silver_searcher

Mathieu Arnold mat at FreeBSD.org
Wed Dec 21 12:51:44 UTC 2016


Author: mat
Date: Wed Dec 21 12:51:43 2016
New Revision: 429080
URL: https://svnweb.freebsd.org/changeset/ports/429080

Log:
  Add tests.
  
  Maintainer timeout.
  
  PR:		214910
  Submitted by:	mat
  Sponsored by:	Absolight

Modified:
  head/textproc/the_silver_searcher/Makefile   (contents, props changed)

Modified: head/textproc/the_silver_searcher/Makefile
==============================================================================
--- head/textproc/the_silver_searcher/Makefile	Wed Dec 21 12:48:19 2016	(r429079)
+++ head/textproc/the_silver_searcher/Makefile	Wed Dec 21 12:51:43 2016	(r429080)
@@ -11,6 +11,7 @@ COMMENT=	Code-searching tool similar to 
 LICENSE=	APACHE20
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
+TEST_DEPENDS=	cram:devel/cram
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ggreer
@@ -21,6 +22,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	LZMA_LIBS=-llzma
 CONFIGURE_ARGS+=LZMA_CFLAGS=-I/usr/include
 USES=		autoreconf pkgconfig
+TEST_TARGET=	test
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d


More information about the svn-ports-head mailing list