aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-21 06:48:04 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-21 06:48:04 +0000
commit53dfa881bfafa46d3fffce060dc45baf43ae14f6 (patch)
tree93b49b81a47ae94cc01f148d2ac7ff8023f3bcf7 /sysutils/pear-File
parentbb12e102f39d271f8e628b96ca81b3e0baa4a7b4 (diff)
downloadports-53dfa881bfafa46d3fffce060dc45baf43ae14f6.tar.gz
ports-53dfa881bfafa46d3fffce060dc45baf43ae14f6.zip
- Update to 1.4.0
Notes
Notes: svn path=/head/; revision=271381
Diffstat (limited to 'sysutils/pear-File')
-rw-r--r--sysutils/pear-File/Makefile18
-rw-r--r--sysutils/pear-File/distinfo4
2 files changed, 17 insertions, 5 deletions
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 <bsd.port.pre.mk>
.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