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 | |
parent | fa0a93dc7d321ce85ee151c44a1c22e19bbcf7bb (diff) | |
download | freebsd-ports-graphics-6e440b8cf6492fcee9278b2bf95dd306e7e0c9df.tar.gz freebsd-ports-graphics-6e440b8cf6492fcee9278b2bf95dd306e7e0c9df.tar.zst freebsd-ports-graphics-6e440b8cf6492fcee9278b2bf95dd306e7e0c9df.zip |
- Update to 1.0.1
-rw-r--r-- | devel/pear-PHP_UML/Makefile | 11 | ||||
-rw-r--r-- | devel/pear-PHP_UML/distinfo | 6 | ||||
-rw-r--r-- | devel/pecl-uploadprogress/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-uploadprogress/distinfo | 6 |
4 files changed, 10 insertions, 15 deletions
diff --git a/devel/pear-PHP_UML/Makefile b/devel/pear-PHP_UML/Makefile index 6a3c2c908d4..020da2d6e44 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 933fe157cd3..72aa8109d5e 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 diff --git a/devel/pecl-uploadprogress/Makefile b/devel/pecl-uploadprogress/Makefile index 32cd1a89f14..d68cbbdbd43 100644 --- a/devel/pecl-uploadprogress/Makefile +++ b/devel/pecl-uploadprogress/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uploadprogress -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/devel/pecl-uploadprogress/distinfo b/devel/pecl-uploadprogress/distinfo index 5e5e7b5e7c8..d8a2315b606 100644 --- a/devel/pecl-uploadprogress/distinfo +++ b/devel/pecl-uploadprogress/distinfo @@ -1,3 +1,3 @@ -MD5 (PECL/uploadprogress-1.0.0.tgz) = 2a58bb9b9a310d07e3bbbf6b725265a7 -SHA256 (PECL/uploadprogress-1.0.0.tgz) = d34f6842835bab552861a237fb7c0e800c64e17a37a6b3f514ff13b89d98858d -SIZE (PECL/uploadprogress-1.0.0.tgz) = 7761 +MD5 (PECL/uploadprogress-1.0.1.tgz) = a6b144fbde8235c5fdee6f1b34a14302 +SHA256 (PECL/uploadprogress-1.0.1.tgz) = 52d5e62eba28bf0b5ba6e44403518706a353b472f2242150d0af55d21f3bc477 +SIZE (PECL/uploadprogress-1.0.1.tgz) = 8536 |