Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2019 08:46:37 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501632 - head/devel/phpunit6
Message-ID:  <201905140846.x4E8kbhP001121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue May 14 08:46:36 2019
New Revision: 501632
URL: https://svnweb.freebsd.org/changeset/ports/501632

Log:
  Add phpunit8 to CONFLICTS_INSTALL
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/devel/phpunit6/Makefile

Modified: head/devel/phpunit6/Makefile
==============================================================================
--- head/devel/phpunit6/Makefile	Tue May 14 08:38:12 2019	(r501631)
+++ head/devel/phpunit6/Makefile	Tue May 14 08:46:36 2019	(r501632)
@@ -13,7 +13,7 @@ COMMENT=	Testing framework for unit tests
 
 LICENSE=	BSD3CLAUSE
 
-CONFLICTS_INSTALL=	phpunit7
+CONFLICTS_INSTALL=	phpunit7 phpunit8
 
 USES=		cpe php:flavors
 CPE_VENDOR=	phpunit_project



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