aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-02-01 04:45:07 +0800
committerrene <rene@FreeBSD.org>2017-02-01 04:45:07 +0800
commit23e162c3df09c60ad2f815f5d18384f5f39fe842 (patch)
tree84ea9f62169e616a431ca6e9c8a7813bee2f9967
parent5e653701c5c9857ab8496ab1b93b83ce5a76b3c9 (diff)
downloadfreebsd-ports-gnome-23e162c3df09c60ad2f815f5d18384f5f39fe842.tar.gz
freebsd-ports-gnome-23e162c3df09c60ad2f815f5d18384f5f39fe842.tar.zst
freebsd-ports-gnome-23e162c3df09c60ad2f815f5d18384f5f39fe842.zip
devel/pear-PHP_CompatInfo: use devel/phpunit instead of devel/pear-PHPUnit3
which is expired. Bump PORTREVISION
-rw-r--r--devel/pear-PHP_CompatInfo/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile
index a0690a0458cb..f1f0f5df8a98 100644
--- a/devel/pear-PHP_CompatInfo/Makefile
+++ b/devel/pear-PHP_CompatInfo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= PHP_CompatInfo
PORTVERSION= 1.9.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel pear
MAINTAINER= joneum@bsdproject.de
@@ -18,17 +18,17 @@ PORTSCOUT= skipv:1.9.0a1,1.9.0b1,1.9.0b2
USE_PHP= tokenizer
USES= dos2unix pear
-OPTIONS_DEFINE= PEAR_XML_BEAUTIFIER PEAR_VAR_DUMP PEAR_PHPUNIT PEAR_XML_UTIL PEAR_HTML_TABLE
-OPTIONS_DEFAULT= PEAR_PHPUNIT PEAR_XML_UTIL
+OPTIONS_DEFINE= PEAR_XML_BEAUTIFIER PEAR_VAR_DUMP PHPUNIT PEAR_XML_UTIL PEAR_HTML_TABLE
+OPTIONS_DEFAULT= PHPUNIT PEAR_XML_UTIL
PEAR_XML_BEAUTIFIER_DESC= PEAR::XML_Beautifier support
PEAR_VAR_DUMP_DESC= PEAR::Var_Dump support
-PEAR_PHPUNIT_DESC= PEAR::PHPUnit support
+PHPUNIT_DESC= PHPUnit support
PEAR_XML_UTIL_DESC= PEAR::XML_Util support
PEAR_HTML_TABLE_DESC= PEAR::HTML_Table
PEAR_XML_BEAUTIFIER_RUN_DEPENDS= ${PEARDIR}/XML/Beautifier.php:textproc/pear-XML_Beautifier
PEAR_VAR_DUMP_RUN_DEPENDS= ${PEARDIR}/Var/Dump.php:devel/pear-Var_Dump
-PEAR_PHPUNIT_RUN_DEPENDS= ${PEARDIR}/PHPUnit/Autoload.php:devel/pear-PHPUnit3
+PHPUNIT_RUN_DEPENDS= phpunit:devel/phpunit
PEAR_XML_UTIL_RUN_DEPENDS= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util
PEAR_HTML_TABLE_RUN_DEPENDS= ${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table