1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update port: devel/pear-PHPUnit to 1.2.2

+ 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 <antonio@php.net>
This commit is contained in:
Edwin Groothuis 2005-02-02 12:28:21 +00:00
parent 99b2b62f22
commit 39703082de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127903
3 changed files with 13 additions and 14 deletions

View File

@ -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"

View File

@ -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

View File

@ -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/