Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:35:29 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: 8a0fdb1d0dbd - main - devel/pear-PEAR_Info: Use newer phpunit
Message-ID:  <202304051735.335HZTfL085711@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=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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051735.335HZTfL085711>