diff options
author | thierry <thierry@FreeBSD.org> | 2004-10-18 18:54:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-10-18 18:54:01 +0800 |
commit | f771939afa2eefa5c4ab9b84be9d101f62e7b340 (patch) | |
tree | 0373d3f34e17135e660d8848b84d5da6ce4fcd2f /devel | |
parent | 06921784eca0471cc5e49e668903566b1b6148d0 (diff) | |
download | freebsd-ports-gnome-f771939afa2eefa5c4ab9b84be9d101f62e7b340.tar.gz freebsd-ports-gnome-f771939afa2eefa5c4ab9b84be9d101f62e7b340.tar.zst freebsd-ports-gnome-f771939afa2eefa5c4ab9b84be9d101f62e7b340.zip |
Update to version 1.1.0.
PR: ports/72788
Submitted by: maintainer.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PHPUnit/Makefile | 4 | ||||
-rw-r--r-- | devel/pear-PHPUnit/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/pear-PHPUnit/Makefile b/devel/pear-PHPUnit/Makefile index b1ef736b8e89..74d258f73edc 100644 --- a/devel/pear-PHPUnit/Makefile +++ b/devel/pear-PHPUnit/Makefile @@ -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 @@ 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/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 --git a/devel/pear-PHPUnit/distinfo b/devel/pear-PHPUnit/distinfo index ebe21a60b292..f38d0dc00eaa 100644 --- a/devel/pear-PHPUnit/distinfo +++ b/devel/pear-PHPUnit/distinfo @@ -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 |