- Update to 1.4.1
- Add PEAR_CONSOLE_GETARGS knob PR: ports/109125 Submitted by: chinsan (maintainer)
This commit is contained in:
parent
075071dcf8
commit
e24e5eb83e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185092
2 changed files with 10 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue