svn commit: r490714 - in head/devel: phpunit6 phpunit7

Jochen Neumeister joneum at FreeBSD.org
Sat Jan 19 08:22:16 UTC 2019


Author: joneum
Date: Sat Jan 19 08:22:15 2019
New Revision: 490714
URL: https://svnweb.freebsd.org/changeset/ports/490714

Log:
  Fix CONFLICTS_INSTALL for phpunit6 and phpunit7
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/devel/phpunit6/Makefile
  head/devel/phpunit7/Makefile

Modified: head/devel/phpunit6/Makefile
==============================================================================
--- head/devel/phpunit6/Makefile	Sat Jan 19 08:13:31 2019	(r490713)
+++ head/devel/phpunit6/Makefile	Sat Jan 19 08:22:15 2019	(r490714)
@@ -13,7 +13,7 @@ COMMENT=	Testing framework for unit tests
 
 LICENSE=	BSD3CLAUSE
 
-CONFLICTS_INSTALL=	phpunit
+CONFLICTS_INSTALL=	phpunit7
 
 USES=		cpe php:flavors
 CPE_VENDOR=	phpunit_project

Modified: head/devel/phpunit7/Makefile
==============================================================================
--- head/devel/phpunit7/Makefile	Sat Jan 19 08:13:31 2019	(r490713)
+++ head/devel/phpunit7/Makefile	Sat Jan 19 08:22:15 2019	(r490714)
@@ -12,7 +12,7 @@ COMMENT=	Testing framework for unit tests
 
 LICENSE=	BSD3CLAUSE
 
-CONFLICTS_INSTALL=	phpunit
+CONFLICTS_INSTALL=	phpunit6
 
 USES=		cpe php:flavors
 CPE_VENDOR=	phpunit_project


More information about the svn-ports-head mailing list