Date: Sun, 17 Oct 2004 16:52:25 GMT From: Gerrit Beine <tux@pinguru.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/72788: Update port: devel/pear-PHPUnit Message-ID: <200410171652.i9HGqPfU098740@www.freebsd.org> Resent-Message-ID: <200410171701.i9HH10gA004960@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72788 >Category: ports >Synopsis: Update port: devel/pear-PHPUnit >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 17:01:00 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p10 >Organization: pitcom GmbH >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct 2 17:41:00 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: Update to version 1.1.0 Changelog: Release date: 2004-09-29 07:07 UTC Release state: stable Changelog: + Added PHPUnit_Skeleton class for creating a PHPUnit_TestCase skeleton file. (Patch by Scott Mattocks <scott@crisscott.com>) + Added PHPUnit_Assert::assertContains() and PHPUnit_Assert::assertNotContains() methods to assert that an array contains (or not contains) a given object or string or that a string contains (or not contains) a given substring. + Added PHPUnit_Assert::assertNotRegexp() to assert that a string does not match a given regular expression. - Removed PHPUnit_Assert::assertSame() and PHPUnit_Assert::assertNotSame() since these assertion methods do not work with PHP 4. >How-To-Repeat: >Fix: diff -Nur --exclude=CVS /usr/ports/devel/pear-PHPUnit/Makefile pear-PHPUnit/Makefile --- /usr/ports/devel/pear-PHPUnit/Makefile Fri Jun 11 21:09:39 2004 +++ pear-PHPUnit/Makefile Sun Oct 17 18:46:46 2004 @@ -6,7 +6,7 @@ # PORTNAME= PHPUnit -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel www pear MAINTAINER= tux@pinguru.net @@ -18,7 +18,7 @@ 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/TestResult.php PHPUnit/TestSuite.php PHPUnit/Skeleton.php \ PHPUnit/GUI/HTML.php PHPUnit/GUI/HTML.tpl PHPUnit/GUI/SetupDecorator.php .include <bsd.port.pre.mk> diff -Nur --exclude=CVS /usr/ports/devel/pear-PHPUnit/distinfo pear-PHPUnit/distinfo --- /usr/ports/devel/pear-PHPUnit/distinfo Fri Jun 11 21:09:39 2004 +++ pear-PHPUnit/distinfo Sun Oct 17 18:47:55 2004 @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit-1.0.1.tgz) = d05995d34f2059980fc9fb52fe611463 -SIZE (PEAR/PHPUnit-1.0.1.tgz) = 11749 +MD5 (PEAR/PHPUnit-1.1.0.tgz) = 697aae49462d333483111a834428334c +SIZE (PEAR/PHPUnit-1.1.0.tgz) = 15418 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410171652.i9HGqPfU098740>