diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-03 21:58:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-03 21:58:24 +0000 |
commit | aff14b98c76747406132f8c6fa65ce7dcef6280e (patch) | |
tree | a67a8bd74f2aa7169931b86b366447746110d7ea /devel/pear-PHP_UML | |
parent | 215aec6b3f75a5354e22ba25f4347b3bd67496bc (diff) |
Notes
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 |