svn commit: r501632 - head/devel/phpunit6

Jochen Neumeister joneum at FreeBSD.org
Tue May 14 08:46:38 UTC 2019


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


More information about the svn-ports-head mailing list