ports/72788: Update port: devel/pear-PHPUnit

Gerrit Beine tux at pinguru.net
Sun Oct 17 17:01:30 UTC 2004


>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 at 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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list