diff --git a/devel/phpunit6/Makefile b/devel/phpunit6/Makefile index 533f926f13f7..8dacd9e4d383 100644 --- a/devel/phpunit6/Makefile +++ b/devel/phpunit6/Makefile @@ -1,34 +1,34 @@ # Created by: Jochen Neumeister () PORTNAME= phpunit DISTVERSION= 6.5.14 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 6${PHP_PKGNAMESUFFIX} EXTRACT_SUFX= .phar -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Testing framework for unit tests LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= phpunit7 phpunit8 USES= cpe php:flavors CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/phpunit # Download isn't compressed or aggregated, it's just the single file do-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/devel/phpunit7/Makefile b/devel/phpunit7/Makefile index 606f15c332a1..b4554d7f0056 100644 --- a/devel/phpunit7/Makefile +++ b/devel/phpunit7/Makefile @@ -1,32 +1,32 @@ PORTNAME= phpunit DISTVERSION= 7.5.20 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 7${PHP_PKGNAMESUFFIX} EXTRACT_SUFX= .phar -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Testing framework for unit tests LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= phpunit8 USES= cpe php:flavors CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/phpunit # Download isn't compressed or aggregated, it's just the single file do-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/devel/phpunit8/Makefile b/devel/phpunit8/Makefile index 7b660cd3a834..0fa428a1186a 100644 --- a/devel/phpunit8/Makefile +++ b/devel/phpunit8/Makefile @@ -1,32 +1,32 @@ PORTNAME= phpunit DISTVERSION= 8.5.15 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 8${PHP_PKGNAMESUFFIX} EXTRACT_SUFX= .phar -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Testing framework for unit tests LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= phpunit7 USES= cpe php:flavors CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/phpunit # Download isn't compressed or aggregated, it's just the single file do-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include