Date: Tue, 21 Sep 2021 03:50:38 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cd2a71dbfd95 - main - devel/pear-PHP_CompatInfo: Use newer phpunit Message-ID: <202109210350.18L3ocoD027892@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd2a71dbfd95c49f1f03799d0418f8640c6bfd5c commit cd2a71dbfd95c49f1f03799d0418f8640c6bfd5c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:11:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:44:14 +0000 devel/pear-PHP_CompatInfo: Use newer phpunit - Bump PORTREVISION for dependency change --- devel/pear-PHP_CompatInfo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile index 17c46808b127..323f4a1d29a2 100644 --- a/devel/pear-PHP_CompatInfo/Makefile +++ b/devel/pear-PHP_CompatInfo/Makefile @@ -2,7 +2,7 @@ PORTNAME= PHP_CompatInfo PORTVERSION= 1.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org @@ -31,6 +31,6 @@ PHPUNIT_DESC= PHPUnit support PEAR_VAR_DUMP_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Var_Dump>=1.0.3:devel/pear-Var_Dump@${PHP_FLAVOR} PEAR_XML_BEAUTIFIER_RUN_DEPENDS=${PEAR_PKGNAMEPREFIX}XML_Beautifier>=1.1:textproc/pear-XML_Beautifier@${PHP_FLAVOR} PEAR_XML_UTIL_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Util>=1.1.4:devel/pear-XML_Util@${PHP_FLAVOR} -PHPUNIT_RUN_DEPENDS= phpunit6${PHP_PKGNAMESUFFIX}>=3.2.0:devel/phpunit6@${PHP_FLAVOR} +PHPUNIT_RUN_DEPENDS= phpunit9${PHP_PKGNAMESUFFIX}>=3.2.0:devel/phpunit9@${PHP_FLAVOR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210350.18L3ocoD027892>