Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 08:33:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464234 - head/multimedia/libdvbpsi
Message-ID:  <201803120833.w2C8XCQX037928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Mar 12 08:33:11 2018
New Revision: 464234
URL: https://svnweb.freebsd.org/changeset/ports/464234

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

Modified:
  head/multimedia/libdvbpsi/Makefile

Modified: head/multimedia/libdvbpsi/Makefile
==============================================================================
--- head/multimedia/libdvbpsi/Makefile	Mon Mar 12 08:18:11 2018	(r464233)
+++ head/multimedia/libdvbpsi/Makefile	Mon Mar 12 08:33:11 2018	(r464234)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 OPTIONS_DEFINE=	DEBUG
 INSTALL_TARGET=	install-strip
 
-USES=	libtool pathfix tar:bzip2
+USES=		libtool pathfix tar:bzip2
 #CFLAGS=	-Wno-tautological-constant-out-of-range-compare
 
 GNU_CONFIGURE=	yes
@@ -25,7 +25,7 @@ USE_LDCONFIG=	yes
 post-patch:
 	@${REINPLACE_CMD} 's/-Werror //' ${WRKSRC}/configure
 
-regression-test:
+do-test:
 	@(cd ${WRKSRC}/misc && ./test_dr)
 
 .include <bsd.port.mk>



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