diff options
-rw-r--r-- | devel/pear-PHPUnit/Makefile | 15 | ||||
-rw-r--r-- | devel/pear-PHPUnit/distinfo | 4 | ||||
-rw-r--r-- | devel/pear-PHPUnit/pkg-descr | 8 |
3 files changed, 13 insertions, 14 deletions
diff --git a/devel/pear-PHPUnit/Makefile b/devel/pear-PHPUnit/Makefile index aa8a48f6a126..be56f4cc9afe 100644 --- a/devel/pear-PHPUnit/Makefile +++ b/devel/pear-PHPUnit/Makefile @@ -6,20 +6,21 @@ # PORTNAME= PHPUnit -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.2 CATEGORIES= devel www pear MAINTAINER= tux@pinguru.net -COMMENT= Regression testing framework for unit tests +COMMENT= PEAR regression testing framework for unit tests BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -FILES= PHPUnit.php \ - PHPUnit/Assert.php PHPUnit/RepeatedTest.php PHPUnit/TestCase.php \ - PHPUnit/TestDecorator.php PHPUnit/TestFailure.php PHPUnit/TestListener.php \ - PHPUnit/TestResult.php PHPUnit/TestSuite.php PHPUnit/Skeleton.php \ - PHPUnit/GUI/HTML.php PHPUnit/GUI/HTML.tpl PHPUnit/GUI/SetupDecorator.php +FILES= PHPUnit.php PHPUnit/GUI/Gtk.php PHPUnit/GUI/HTML.php \ + PHPUnit/GUI/HTML.tpl PHPUnit/GUI/SetupDecorator.php \ + PHPUnit/Assert.php PHPUnit/RepeatedTest.php PHPUnit/Skeleton.php \ + PHPUnit/TestCase.php PHPUnit/TestDecorator.php \ + PHPUnit/TestFailure.php PHPUnit/TestListener.php \ + PHPUnit/TestResult.php PHPUnit/TestSuite.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/devel/pear-PHPUnit/distinfo b/devel/pear-PHPUnit/distinfo index 513830c4b19d..eec9092b0841 100644 --- a/devel/pear-PHPUnit/distinfo +++ b/devel/pear-PHPUnit/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit-1.1.1.tgz) = 036c84775cfc50524ab85489d6fe55ee -SIZE (PEAR/PHPUnit-1.1.1.tgz) = 15387 +MD5 (PEAR/PHPUnit-1.2.2.tgz) = 4084cdc8b52f9e31b547490ecda867dc +SIZE (PEAR/PHPUnit-1.2.2.tgz) = 21058 diff --git a/devel/pear-PHPUnit/pkg-descr b/devel/pear-PHPUnit/pkg-descr index 38e6df3ddea8..cb7b9fe341aa 100644 --- a/devel/pear-PHPUnit/pkg-descr +++ b/devel/pear-PHPUnit/pkg-descr @@ -1,6 +1,4 @@ -PHPUnit is a regression testing framework used by the developer -who implements unit tests in PHP. It is based upon JUnit, which -can be found at http://www.junit.org/. +PHPUnit is a regression testing framework used by the developer who implements +unit tests in PHP. This is the version to be used with PHP 4. -WWW: http://pear.php.net/package-info.php?package=PHPUnit -WWW: http://www.sebastian-bergmann.de/PHPUnit/ +WWW: http://pear.php.net/package/PHPUnit/ |