Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2019 08:22:15 +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: r490714 - in head/devel: phpunit6 phpunit7
Message-ID:  <201901190822.x0J8MFgu084749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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