diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-13 20:40:36 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-13 20:40:36 +0800 |
commit | 353205a31cccabc79f13c54d622c98eda53e93f1 (patch) | |
tree | dba2b27f70e6077bf0e2d684a957ca370baf9713 /devel/pear-PHP_CompatInfo | |
parent | 83c262dee08d6fb71cec8907b8017cf254e81fe1 (diff) | |
download | freebsd-ports-gnome-353205a31cccabc79f13c54d622c98eda53e93f1.tar.gz freebsd-ports-gnome-353205a31cccabc79f13c54d622c98eda53e93f1.tar.zst freebsd-ports-gnome-353205a31cccabc79f13c54d622c98eda53e93f1.zip |
- Update to 1.4.1
- Add PEAR_CONSOLE_GETARGS knob
PR: ports/109125
Submitted by: chinsan (maintainer)
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 |