Date: Sun, 29 Dec 2019 12:44:29 +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: r521281 - head/devel/phpunit7 Message-ID: <201912291244.xBTCiTUD094222@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912291244.xBTCiTUD094222>