From 39703082de50ea591fb1ba009c3edcdf384c078e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 2 Feb 2005 12:28:21 +0000 Subject: Update port: devel/pear-PHPUnit to 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + update port: devel/pear-PHPUnit to 1.2.2 + changelog: http://pear.php.net/package/PHPUnit/download/1.2.2/ + update pkg-descr + request maintainership (almost 3 months without updates) asked maintainer for this. PR: ports/76912 Submitted by: Antônio Carlos Venâncio Júnior --- devel/pear-PHPUnit/Makefile | 15 ++++++++------- devel/pear-PHPUnit/distinfo | 4 ++-- 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 .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/ -- cgit v1.2.3