svn commit: r314340 - head/devel/pear-PHP_CompatInfo
Martin Wilke
miwi at FreeBSD.org
Sat Mar 16 08:01:35 UTC 2013
Author: miwi
Date: Sat Mar 16 08:01:34 2013
New Revision: 314340
URL: http://svnweb.freebsd.org/changeset/ports/314340
Log:
- Fix dependency after devel/pear-PHPUnit3 update
- Bump PORTREVISION
Modified:
head/devel/pear-PHP_CompatInfo/Makefile (contents, props changed)
Modified: head/devel/pear-PHP_CompatInfo/Makefile
==============================================================================
--- head/devel/pear-PHP_CompatInfo/Makefile Sat Mar 16 07:30:33 2013 (r314339)
+++ head/devel/pear-PHP_CompatInfo/Makefile Sat Mar 16 08:01:34 2013 (r314340)
@@ -3,7 +3,7 @@
PORTNAME= PHP_CompatInfo
PORTVERSION= 1.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel pear
MAINTAINER= miwi at FreeBSD.org
@@ -41,7 +41,7 @@ RUN_DEPENDS+= ${PEARDIR}/Var/Dump.php:${
.endif
.if ${PORT_OPTIONS:MPEAR_PHPUNIT}
-RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Framework.php:${PORTSDIR}/devel/pear-PHPUnit3
+RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
.endif
.if ${PORT_OPTIONS:MPEAR_XML_UTIL}
More information about the svn-ports-head
mailing list