diff --git a/devel/pear-PEAR_Info/Makefile b/devel/pear-PEAR_Info/Makefile index 26a3138cac54..805306d70411 100644 --- a/devel/pear-PEAR_Info/Makefile +++ b/devel/pear-PEAR_Info/Makefile @@ -1,25 +1,25 @@ PORTNAME= PEAR_Info PORTVERSION= 1.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= Show Information about your PEAR install and its packages WWW= https://pear.php.net/package/PEAR_Info LICENSE= PHP301 RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Getargs>=1.3.3:devel/pear-Console_Getargs@${PHP_FLAVOR} USES= pear USE_PHP= pcre NO_ARCH= yes OPTIONS_DEFINE= PHPUNIT OPTIONS_DEFAULT=PHPUNIT PHPUNIT_DESC= PEAR::PHPUnit support -PHPUNIT_RUN_DEPENDS= phpunit6${PHP_PKGNAMESUFFIX}>=3.1.4:devel/phpunit6@${PHP_FLAVOR} +PHPUNIT_RUN_DEPENDS= phpunit8${PHP_PKGNAMESUFFIX}>=3.1.4:devel/phpunit8@${PHP_FLAVOR} .include