diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-02 12:28:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-02 12:28:21 +0000 |
commit | 39703082de50ea591fb1ba009c3edcdf384c078e (patch) | |
tree | 88e7ee64df2a1d7fac5b53f8624a77a12b4259cc /devel/pear-PHPUnit | |
parent | 99b2b62f22ba4539a8dc5e5ae6273f5b0f21acc9 (diff) | |
download | ports-39703082de50ea591fb1ba009c3edcdf384c078e.tar.gz ports-39703082de50ea591fb1ba009c3edcdf384c078e.zip |
Notes
Diffstat (limited to 'devel/pear-PHPUnit')
-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/ |