svn commit: r521281 - head/devel/phpunit7

Jochen Neumeister joneum at FreeBSD.org
Sun Dec 29 12:44:29 UTC 2019


Author: joneum
Date: Sun Dec 29 12:44:29 2019
New Revision: 521281
URL: https://svnweb.freebsd.org/changeset/ports/521281

Log:
  Fix CONFLICTS_INSTALL
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/devel/phpunit7/Makefile

Modified: head/devel/phpunit7/Makefile
==============================================================================
--- head/devel/phpunit7/Makefile	Sun Dec 29 12:43:19 2019	(r521280)
+++ head/devel/phpunit7/Makefile	Sun Dec 29 12:44:29 2019	(r521281)
@@ -12,7 +12,7 @@ COMMENT=	Testing framework for unit tests
 
 LICENSE=	BSD3CLAUSE
 
-CONFLICTS_INSTALL=	phpunit6
+CONFLICTS_INSTALL=	phpunit8
 
 USES=		cpe php:flavors
 CPE_VENDOR=	phpunit_project


More information about the svn-ports-all mailing list