From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 17 17:01:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6EC16A4E4 for ; Sun, 17 Oct 2004 17:01:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6F643D7D for ; Sun, 17 Oct 2004 17:01:00 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9HH10FB004961 for ; Sun, 17 Oct 2004 17:01:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HH10gA004960; Sun, 17 Oct 2004 17:01:00 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 17:01:00 GMT Resent-Message-Id: <200410171701.i9HH10gA004960@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA6AD16A4CE for ; Sun, 17 Oct 2004 16:52:25 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B1043D4C for ; Sun, 17 Oct 2004 16:52:25 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HGqPoP098741 for ; Sun, 17 Oct 2004 16:52:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9HGqPfU098740; Sun, 17 Oct 2004 16:52:25 GMT (envelope-from nobody) Message-Id: <200410171652.i9HGqPfU098740@www.freebsd.org> Date: Sun, 17 Oct 2004 16:52:25 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72788: Update port: devel/pear-PHPUnit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 17:01:30 -0000 >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 ) + 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 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: