summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2018-04-17 19:21:56 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2018-04-17 19:21:56 +0000
commit071f9dbc7cd4273ef0ea6825dffc3585ad580b35 (patch)
tree1f0725765d8352d9c7ad3b6feacd8f6cd56e3c0c
parentConvert to options dependency helper (diff)
Take maintainership
Approved by: tz (maintainer via eMail)
Notes
Notes: svn path=/head/; revision=467649
-rw-r--r--devel/phpunit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/phpunit/Makefile b/devel/phpunit/Makefile
index 28f17ad10a31..56cbd816e859 100644
--- a/devel/phpunit/Makefile
+++ b/devel/phpunit/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= https://phar.phpunit.de/
EXTRACT_SUFX= .phar
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
-MAINTAINER= tz@FreeBSD.org
+MAINTAINER= joneum@FreeBSD.org
COMMENT= Testing framework for unit tests
LICENSE= BSD3CLAUSE