From 44d1b965751e6907f75cf95e0162eee65e292586 Mon Sep 17 00:00:00 2001 From: wen Date: Mon, 21 Mar 2011 06:48:04 +0000 Subject: - Update to 1.4.0 --- sysutils/pear-File/Makefile | 18 +++++++++++++++--- sysutils/pear-File/distinfo | 4 ++-- 2 files changed, 17 insertions(+), 5 deletions(-) (limited to 'sysutils') diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index 9fd01722b181..2b3e88dd480f 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 PORTEPOCH= 2 CATEGORIES= sysutils www pear @@ -18,8 +18,20 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= pcre -FILES= File.php File/Util.php File/CSV.php -TESTS= parser.php test.csv FileTest.php +FILES= File.php +_TESTSDIR= tests/File +TESTS= close.phpt \ + locking.phpt \ + read.phpt \ + readAll.phpt \ + readChar.phpt \ + readLine.phpt \ + rewind.phpt \ + setup.inc.php \ + teardown.inc.php \ + write.phpt \ + writeChar.phpt \ + writeLine.phpt .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/sysutils/pear-File/distinfo b/sysutils/pear-File/distinfo index 37fe6ac25b50..3df4fb8d8d0d 100644 --- a/sysutils/pear-File/distinfo +++ b/sysutils/pear-File/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/File-1.3.0.tgz) = 543b9e83d69a44300ac389ab64da1cbd8d0a3ea1d01d7fe51bfaf5e2302ca0f6 -SIZE (PEAR/File-1.3.0.tgz) = 25727 +SHA256 (PEAR/File-1.4.0.tgz) = 9936d88e62d453730fb3f6a56d3f65c69a345c388fa8624989d7503f225f8fe9 +SIZE (PEAR/File-1.4.0.tgz) = 8143 -- cgit