diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:13 +0800 |
commit | 55f4c9780e46aba096cfeed7c1a74dc303ae0015 (patch) | |
tree | 734609edfaeef254df8839c384c065b016fae5b2 /shells/pear-PHP_Shell | |
parent | c93eebc8f16011f24d2cd02a9071c5c51bd14a2d (diff) | |
download | freebsd-ports-gnome-55f4c9780e46aba096cfeed7c1a74dc303ae0015.tar.gz freebsd-ports-gnome-55f4c9780e46aba096cfeed7c1a74dc303ae0015.tar.zst freebsd-ports-gnome-55f4c9780e46aba096cfeed7c1a74dc303ae0015.zip |
- Update to 0.3.2
Diffstat (limited to 'shells/pear-PHP_Shell')
-rw-r--r-- | shells/pear-PHP_Shell/Makefile | 16 | ||||
-rw-r--r-- | shells/pear-PHP_Shell/distinfo | 4 |
2 files changed, 4 insertions, 16 deletions
diff --git a/shells/pear-PHP_Shell/Makefile b/shells/pear-PHP_Shell/Makefile index 9bc0976a15a9..517fc4cfdc61 100644 --- a/shells/pear-PHP_Shell/Makefile +++ b/shells/pear-PHP_Shell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PHP_Shell -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= shells www pear MAINTAINER= miwi@FreeBSD.org @@ -17,19 +17,7 @@ USE_PHP= pcre tokenizer readline BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= PHP/Shell.php \ - 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 +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/shells/pear-PHP_Shell/distinfo b/shells/pear-PHP_Shell/distinfo index c01ec8236b28..37850a3317fc 100644 --- a/shells/pear-PHP_Shell/distinfo +++ b/shells/pear-PHP_Shell/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/PHP_Shell-0.3.1.tgz) = 5a3d31d8415ac5c0d0384426933b2ad1e67d443fa1979bfaa6b8a0ed4c5aabfc -SIZE (PEAR/PHP_Shell-0.3.1.tgz) = 99158 +SHA256 (PEAR/PHP_Shell-0.3.2.tgz) = d17c4986ebb5124a056c314d08be98f6b8b23ce1859b8683f105db4be76c02b5 +SIZE (PEAR/PHP_Shell-0.3.2.tgz) = 99252 |