diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-18 14:46:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-18 14:46:12 +0000 |
commit | 8141eb6fde6761f38730e8e2e65c003511729059 (patch) | |
tree | 07dc137429e83318fc560693a9035ae54629bc9c /www | |
parent | f61f336f5d810dda3a194d6b26f473b150f32f72 (diff) | |
download | ports-8141eb6fde6761f38730e8e2e65c003511729059.tar.gz ports-8141eb6fde6761f38730e8e2e65c003511729059.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-Services_Yadis/Makefile | 9 | ||||
-rw-r--r-- | www/pear-Services_Yadis/distinfo | 5 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/pear-Services_Yadis/Makefile b/www/pear-Services_Yadis/Makefile index fc48763ddf39..963812c8dc08 100644 --- a/www/pear-Services_Yadis/Makefile +++ b/www/pear-Services_Yadis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Services_Yadis -PORTVERSION= 0.3.1 +PORTVERSION= 0.5.1 CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org @@ -15,17 +15,14 @@ COMMENT= Implementation of the Yadis Specification 1.0 protocol for PHP5 BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +PEAR_CATSRC= yes USE_PHP= simplexml dom CATEGORY= Services FILES= Yadis.php Yadis/Xri.php Yadis/Xrds.php Yadis/Service.php \ Yadis/Exception.php Yadis/Xrds/Namespace.php \ Yadis/Xrds/Service.php -TESTS= test.php - -post-extract: - ${MKDIR} ${WRKSRC}/tests - ${MV} ${WRKSRC}/test.php ${WRKSRC}/tests +TESTS= AllTests.php TestConfiguration.php.dist TestHelper.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/www/pear-Services_Yadis/distinfo b/www/pear-Services_Yadis/distinfo index c5eebbb852e6..ebd67041fd78 100644 --- a/www/pear-Services_Yadis/distinfo +++ b/www/pear-Services_Yadis/distinfo @@ -1,3 +1,2 @@ -MD5 (PEAR/Services_Yadis-0.3.1.tgz) = 6e837202f037256316f870f9928ba10f -SHA256 (PEAR/Services_Yadis-0.3.1.tgz) = 29db0b73390225dc08665d2275b3027303ae4e1aa77b4bd3104cd11206bcbb9c -SIZE (PEAR/Services_Yadis-0.3.1.tgz) = 14743 +SHA256 (PEAR/Services_Yadis-0.5.1.tgz) = cb26fb70a2605788627c5f5d5a31359bd10ae1ca6ad8361f787ddde85184e381 +SIZE (PEAR/Services_Yadis-0.5.1.tgz) = 15098 |