aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-02-01 04:29:49 +0800
committerrene <rene@FreeBSD.org>2017-02-01 04:29:49 +0800
commit72abec3baf65f796416fa6eacadf60f63d516a24 (patch)
treed5b4fde2ca7d5706e0299ba88f576867554d8364
parent06e31f88886de1b0f2db6ddccd8e474eacfeb199 (diff)
downloadfreebsd-ports-gnome-72abec3baf65f796416fa6eacadf60f63d516a24.tar.gz
freebsd-ports-gnome-72abec3baf65f796416fa6eacadf60f63d516a24.tar.zst
freebsd-ports-gnome-72abec3baf65f796416fa6eacadf60f63d516a24.zip
devel/pear-PEAR_Info: update to devel/phpunit, bump PORTREVISION
The old devel/pear-PHPUnit3 dependency has expired.
-rw-r--r--devel/pear-PEAR_Info/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/pear-PEAR_Info/Makefile b/devel/pear-PEAR_Info/Makefile
index 4531120c5d51..c5ed73eb1254 100644
--- a/devel/pear-PEAR_Info/Makefile
+++ b/devel/pear-PEAR_Info/Makefile
@@ -3,6 +3,7 @@
PORTNAME= PEAR_Info
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= joneum@bsdproject.de
@@ -11,12 +12,12 @@ COMMENT= Show Information about your PEAR install and its packages
BUILD_DEPENDS= ${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
RUN_DEPENDS= ${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
-OPTIONS_DEFINE= PEAR_PHPUNIT3
-OPTIONS_DEFAULT= PEAR_PHPUNIT3
-PEAR_PHPUNIT3_DESC= PEAR::PHPUnit3 support
+OPTIONS_DEFINE= PHPUNIT
+OPTIONS_DEFAULT=PHPUNIT
+PHPUNIT_DESC= PEAR::PHPUnit support
USES= pear
-PEAR_PHPUNIT3_RUN_DEPENDS= ${PEARDIR}/PHPUnit/Autoload.php:devel/pear-PHPUnit3
+PHPUNIT_RUN_DEPENDS= phpunit:devel/phpunit
.include <bsd.port.mk>