diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-04 05:58:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-04 05:58:24 +0800 |
commit | 6e440b8cf6492fcee9278b2bf95dd306e7e0c9df (patch) | |
tree | 00029b708c617980df2d903df4658f16c919cc91 /devel/pear-PHP_UML | |
parent | fa0a93dc7d321ce85ee151c44a1c22e19bbcf7bb (diff) | |
download | freebsd-ports-gnome-6e440b8cf6492fcee9278b2bf95dd306e7e0c9df.tar.gz freebsd-ports-gnome-6e440b8cf6492fcee9278b2bf95dd306e7e0c9df.tar.zst freebsd-ports-gnome-6e440b8cf6492fcee9278b2bf95dd306e7e0c9df.zip |
- Update to 1.0.1
Diffstat (limited to 'devel/pear-PHP_UML')
-rw-r--r-- | devel/pear-PHP_UML/Makefile | 11 | ||||
-rw-r--r-- | devel/pear-PHP_UML/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/devel/pear-PHP_UML/Makefile b/devel/pear-PHP_UML/Makefile index 6a3c2c908d4c..020da2d6e447 100644 --- a/devel/pear-PHP_UML/Makefile +++ b/devel/pear-PHP_UML/Makefile @@ -6,20 +6,19 @@ # PORTNAME= PHP_UML -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel MAINTAINER= miwi@FreeBSD.org COMMENT= A PEAR Class to Create UML Representation of PHP Code -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/Console/CommandLine.php:${PORTSDIR}/devel/pear-Console_CommandLine RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear DEFAULT_PHP_VER= 5 USE_PHP= spl -OPTIONS= PEAR_CONSOLE_COMMANDLINE "PEAR::Console_CommandLine support" off - CATEGORY= PHP FILES= UML.php \ UML/Exception.php UML/FilePatternFilterIterator.php \ @@ -134,9 +133,5 @@ post-extract: @${MV} ${WRKSRC}/scripts/phpuml ${WRKSRC}/pear-phpuml .include <bsd.port.pre.mk> -.if defined(WITH_PEAR_CONSOLE_COMMANDLINE) -RUN_DEPENDS+= ${PEARDIR}/Console/CommandLine.php:${PORTSDIR}/devel/pear-Console_CommandLine -.endif - .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/devel/pear-PHP_UML/distinfo b/devel/pear-PHP_UML/distinfo index 933fe157cd3f..72aa8109d5ea 100644 --- a/devel/pear-PHP_UML/distinfo +++ b/devel/pear-PHP_UML/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/PHP_UML-1.0.0.tgz) = 9b71b1835b92a5a4454449e29ad92755 -SHA256 (PEAR/PHP_UML-1.0.0.tgz) = fa997a2dafa4ffb88087bfdcd65d053c528ae52a499cd47f0e37924397b615b8 -SIZE (PEAR/PHP_UML-1.0.0.tgz) = 987048 +MD5 (PEAR/PHP_UML-1.0.1.tgz) = 5b852deebbac3530c7e9e6ee011345ab +SHA256 (PEAR/PHP_UML-1.0.1.tgz) = 741d163944a5961c725c1b3b0aa0afcc5af52b89f4cd98c7c9a811d3662245c5 +SIZE (PEAR/PHP_UML-1.0.1.tgz) = 1000415 |