diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-13 12:40:36 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-13 12:40:36 +0000 |
commit | e24e5eb83e0006dc8f1afbc742746dfc60f5f35f (patch) | |
tree | 1c946b9b6c41325e8f5a594cdce0dc10c3fc24dd /devel/pear-PHP_CompatInfo | |
parent | 075071dcf8f2f32c63b3cc8d7a26f3ab6bda5906 (diff) |
Notes
Diffstat (limited to 'devel/pear-PHP_CompatInfo')
-rw-r--r-- | devel/pear-PHP_CompatInfo/Makefile | 9 | ||||
-rw-r--r-- | devel/pear-PHP_CompatInfo/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile index 34d0c6e0eda5..d6e764d269d5 100644 --- a/devel/pear-PHP_CompatInfo/Makefile +++ b/devel/pear-PHP_CompatInfo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PHP_CompatInfo -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel pear MAINTAINER= chinsan@FreeBSD.org @@ -38,7 +38,8 @@ TESTS= checkMax.php sample_req6056.php _EXAMPLESDIR= docs/examples LATEST_LINK= pear-PHP_CompatInfo -OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off +OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off \ + PEAR_CONSOLE_GETARGS "PEAR::Console_Getargs support" off .include <bsd.port.pre.mk> @@ -46,5 +47,9 @@ OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off RUN_DEPENDS+= ${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table .endif +.if defined(WITH_PEAR_CONSOLE_GETARGS) +RUN_DEPENDS+= ${PEARDIR}/Console/Console_TestListener.php:${PORTSDIR}/devel/pear-Console_Getargs +.endif + .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/devel/pear-PHP_CompatInfo/distinfo b/devel/pear-PHP_CompatInfo/distinfo index 67e262df4977..8dc61e26ca51 100644 --- a/devel/pear-PHP_CompatInfo/distinfo +++ b/devel/pear-PHP_CompatInfo/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/PHP_CompatInfo-1.4.0.tgz) = 0e7da112542fa124f7b523cb09c7624a -SHA256 (PEAR/PHP_CompatInfo-1.4.0.tgz) = a884f3ac356a0183290247af647c3d6ca296cf28b6e4bdf05fc35cc3173d0c69 -SIZE (PEAR/PHP_CompatInfo-1.4.0.tgz) = 90578 +MD5 (PEAR/PHP_CompatInfo-1.4.1.tgz) = eff50211512322d7197c65e25816b287 +SHA256 (PEAR/PHP_CompatInfo-1.4.1.tgz) = fd49b3ab59a122dd5934c77ebcf2be1eda18912d022eeede2f5a8f07ea54be41 +SIZE (PEAR/PHP_CompatInfo-1.4.1.tgz) = 95793 |