git: cd2a71dbfd95 - main - devel/pear-PHP_CompatInfo: Use newer phpunit

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 21 03:50:44 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd2a71dbfd95c49f1f03799d0418f8640c6bfd5c

commit cd2a71dbfd95c49f1f03799d0418f8640c6bfd5c
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:11:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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 at 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>


More information about the dev-commits-ports-all mailing list