git: 8a0fdb1d0dbd - main - devel/pear-PEAR_Info: Use newer phpunit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:35:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a0fdb1d0dbdfd2b23fb95f6a91d81f53f76c288 commit 8a0fdb1d0dbdfd2b23fb95f6a91d81f53f76c288 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:15:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:08 +0000 devel/pear-PEAR_Info: Use newer phpunit - Bump PORTREVISION for dependency change --- devel/pear-PEAR_Info/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pear-PEAR_Info/Makefile b/devel/pear-PEAR_Info/Makefile index 805306d70411..dacb9ed8be98 100644 --- a/devel/pear-PEAR_Info/Makefile +++ b/devel/pear-PEAR_Info/Makefile @@ -1,6 +1,6 @@ PORTNAME= PEAR_Info PORTVERSION= 1.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel www pear MAINTAINER= sunpoet@FreeBSD.org @@ -20,6 +20,6 @@ OPTIONS_DEFINE= PHPUNIT OPTIONS_DEFAULT=PHPUNIT PHPUNIT_DESC= PEAR::PHPUnit support -PHPUNIT_RUN_DEPENDS= phpunit8${PHP_PKGNAMESUFFIX}>=3.1.4:devel/phpunit8@${PHP_FLAVOR} +PHPUNIT_RUN_DEPENDS= phpunit9${PHP_PKGNAMESUFFIX}>=3.1.4:devel/phpunit9@${PHP_FLAVOR} .include <bsd.port.mk>