diff --git a/devel/phpunit10/Makefile b/devel/phpunit10/Makefile index 3ba4cec67238..dc609447cd25 100644 --- a/devel/phpunit10/Makefile +++ b/devel/phpunit10/Makefile @@ -1,33 +1,34 @@ PORTNAME= phpunit PORTVERSION= 10.5.54 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 10${PHP_PKGNAMESUFFIX} EXTRACT_SUFX= .phar MAINTAINER= sunpoet@FreeBSD.org COMMENT= Testing framework for unit tests WWW= https://phpunit.de/ \ https://github.com/sebastianbergmann/phpunit 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 PLIST_FILES= bin/phpunit CONFLICTS_INSTALL= phpunit* CPE_VENDOR= phpunit_project do-extract: @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/phpunit do-install: ${INSTALL_SCRIPT} ${WRKDIR}/phpunit ${STAGEDIR}${PREFIX}/bin/phpunit .include diff --git a/devel/phpunit11/Makefile b/devel/phpunit11/Makefile index 170d97863ac7..85da8d28f592 100644 --- a/devel/phpunit11/Makefile +++ b/devel/phpunit11/Makefile @@ -1,34 +1,35 @@ PORTNAME= phpunit PORTVERSION= 11.5.38 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 11${PHP_PKGNAMESUFFIX} EXTRACT_SUFX= .phar MAINTAINER= sunpoet@FreeBSD.org COMMENT= Testing framework for unit tests WWW= https://phpunit.de/ \ https://github.com/sebastianbergmann/phpunit 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 NO_BUILD= yes PLIST_FILES= bin/phpunit CONFLICTS_INSTALL= phpunit* CPE_VENDOR= phpunit_project do-extract: @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/phpunit do-install: ${INSTALL_SCRIPT} ${WRKDIR}/phpunit ${STAGEDIR}${PREFIX}/bin/phpunit .include diff --git a/devel/phpunit12/Makefile b/devel/phpunit12/Makefile index 9bb08629c4f5..27704633bcd0 100644 --- a/devel/phpunit12/Makefile +++ b/devel/phpunit12/Makefile @@ -1,34 +1,35 @@ PORTNAME= phpunit PORTVERSION= 12.3.10 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 12${PHP_PKGNAMESUFFIX} EXTRACT_SUFX= .phar MAINTAINER= sunpoet@FreeBSD.org COMMENT= Testing framework for unit tests WWW= https://phpunit.de/ \ https://github.com/sebastianbergmann/phpunit 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 NO_BUILD= yes PLIST_FILES= bin/phpunit CONFLICTS_INSTALL= phpunit* CPE_VENDOR= phpunit_project do-extract: @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/phpunit do-install: ${INSTALL_SCRIPT} ${WRKDIR}/phpunit ${STAGEDIR}${PREFIX}/bin/phpunit .include diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile index bcc36f952268..8324a2378a56 100644 --- a/devel/phpunit9/Makefile +++ b/devel/phpunit9/Makefile @@ -1,33 +1,34 @@ PORTNAME= phpunit PORTVERSION= 9.6.26 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 9${PHP_PKGNAMESUFFIX} EXTRACT_SUFX= .phar MAINTAINER= sunpoet@FreeBSD.org COMMENT= Testing framework for unit tests WWW= https://phpunit.de/ \ https://github.com/sebastianbergmann/phpunit 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 PLIST_FILES= bin/phpunit CONFLICTS_INSTALL= phpunit* CPE_VENDOR= phpunit_project do-extract: @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/phpunit do-install: ${INSTALL_SCRIPT} ${WRKDIR}/phpunit ${STAGEDIR}${PREFIX}/bin/phpunit .include