Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2025 13:52:50 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: 226624adf7e2 - main - devel/phpunit*: Add missing dependencies
Message-ID:  <202510061352.596DqoCc072843@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 226624adf7e275d45bc71801ce10ac4183e30545
Author:     Paavo-Einari Kaipila <pkaipila@gmail.com>
AuthorDate: 2025-10-06 13:51:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 13:51:53 +0000

    devel/phpunit*: Add missing dependencies
    
    - Bump PORTREVISION for dependency change
    
    PR:             288613
    Reported by:    Paavo-Einari Kaipila <pkaipila@gmail.com>
---
 devel/phpunit10/Makefile | 3 ++-
 devel/phpunit11/Makefile | 3 ++-
 devel/phpunit12/Makefile | 3 ++-
 devel/phpunit9/Makefile  | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/devel/phpunit10/Makefile b/devel/phpunit10/Makefile
index 3ba4cec67238..dc609447cd25 100644
--- a/devel/phpunit10/Makefile
+++ b/devel/phpunit10/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	phpunit
 PORTVERSION=	10.5.54
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/
 PKGNAMESUFFIX=	10${PHP_PKGNAMESUFFIX}
@@ -13,7 +14,7 @@ WWW=		https://phpunit.de/ \
 LICENSE=	BSD3CLAUSE
 
 USES=		cpe php:flavors
-USE_PHP=	dom phar
+USE_PHP=	ctype dom mbstring phar tokenizer xml xmlwriter
 
 NO_ARCH=	yes
 NO_BUILD=	yes
diff --git a/devel/phpunit11/Makefile b/devel/phpunit11/Makefile
index 170d97863ac7..85da8d28f592 100644
--- a/devel/phpunit11/Makefile
+++ b/devel/phpunit11/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	phpunit
 PORTVERSION=	11.5.38
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/
 PKGNAMESUFFIX=	11${PHP_PKGNAMESUFFIX}
@@ -13,7 +14,7 @@ WWW=		https://phpunit.de/ \
 LICENSE=	BSD3CLAUSE
 
 USES=		cpe php:flavors
-USE_PHP=	dom phar
+USE_PHP=	ctype dom mbstring phar tokenizer xml xmlwriter
 
 IGNORE_WITH_PHP=81
 NO_ARCH=	yes
diff --git a/devel/phpunit12/Makefile b/devel/phpunit12/Makefile
index 9bb08629c4f5..27704633bcd0 100644
--- a/devel/phpunit12/Makefile
+++ b/devel/phpunit12/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	phpunit
 PORTVERSION=	12.3.10
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/
 PKGNAMESUFFIX=	12${PHP_PKGNAMESUFFIX}
@@ -13,7 +14,7 @@ WWW=		https://phpunit.de/ \
 LICENSE=	BSD3CLAUSE
 
 USES=		cpe php:flavors
-USE_PHP=	dom phar
+USE_PHP=	ctype dom mbstring phar tokenizer xml xmlwriter
 
 IGNORE_WITH_PHP=81 82
 NO_ARCH=	yes
diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile
index bcc36f952268..8324a2378a56 100644
--- a/devel/phpunit9/Makefile
+++ b/devel/phpunit9/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	phpunit
 PORTVERSION=	9.6.26
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/
 PKGNAMESUFFIX=	9${PHP_PKGNAMESUFFIX}
@@ -13,7 +14,7 @@ WWW=		https://phpunit.de/ \
 LICENSE=	BSD3CLAUSE
 
 USES=		cpe php:flavors
-USE_PHP=	dom phar
+USE_PHP=	ctype dom mbstring phar tokenizer xml xmlwriter
 
 NO_ARCH=	yes
 NO_BUILD=	yes


home | help

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