git: b9257f487cf0 - main - devel/pear-PEAR_Info: Update RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Mar 2023 14:46:16 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9257f487cf0dcaf7467f3bcad7e9bd678843082
commit b9257f487cf0dcaf7467f3bcad7e9bd678843082
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 14:43:38 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-25 14:43:38 +0000
devel/pear-PEAR_Info: Update RUN_DEPENDS
Optional dependency devel/phpunit6 is marked for deletion on 2023-03-31
so update dependency to devel/phpunit8.
Approved by: portmgr (blanket just-fix-it)
---
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 26a3138cac54..805306d70411 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= 2
+PORTREVISION= 3
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= phpunit6${PHP_PKGNAMESUFFIX}>=3.1.4:devel/phpunit6@${PHP_FLAVOR}
+PHPUNIT_RUN_DEPENDS= phpunit8${PHP_PKGNAMESUFFIX}>=3.1.4:devel/phpunit8@${PHP_FLAVOR}
.include <bsd.port.mk>