mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Update to 0.3.2
This commit is contained in:
parent
b08def2e21
commit
5f91becf3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289178
2 changed files with 4 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= PHP_Shell
|
PORTNAME= PHP_Shell
|
||||||
PORTVERSION= 0.3.1
|
PORTVERSION= 0.3.2
|
||||||
CATEGORIES= shells www pear
|
CATEGORIES= shells www pear
|
||||||
|
|
||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
|
@ -17,19 +17,7 @@ USE_PHP= pcre tokenizer readline
|
||||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
|
|
||||||
FILES= PHP/Shell.php \
|
PEAR_AUTOINSTALL= yes
|
||||||
PHP/Shell/Commands.php PHP/Shell/Extensions.php \
|
|
||||||
PHP/Shell/Options.php \
|
|
||||||
PHP/Shell/Extensions/Autoload.php \
|
|
||||||
PHP/Shell/Extensions/AutoloadDebug.php \
|
|
||||||
PHP/Shell/Extensions/Colour.php \
|
|
||||||
PHP/Shell/Extensions/ExecutionTime.php \
|
|
||||||
PHP/Shell/Extensions/InlineHelp.php \
|
|
||||||
PHP/Shell/Extensions/Prototypes.php \
|
|
||||||
PHP/Shell/Extensions/VerbosePrint.php
|
|
||||||
EXAMPLES= php-shell-cmd.php
|
|
||||||
SCRIPTSFILES= php-shell-cmd.php php-shell.bat \
|
|
||||||
php-shell.sh
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (PEAR/PHP_Shell-0.3.1.tgz) = 5a3d31d8415ac5c0d0384426933b2ad1e67d443fa1979bfaa6b8a0ed4c5aabfc
|
SHA256 (PEAR/PHP_Shell-0.3.2.tgz) = d17c4986ebb5124a056c314d08be98f6b8b23ce1859b8683f105db4be76c02b5
|
||||||
SIZE (PEAR/PHP_Shell-0.3.1.tgz) = 99158
|
SIZE (PEAR/PHP_Shell-0.3.2.tgz) = 99252
|
||||||
|
|
Loading…
Add table
Reference in a new issue