aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-03-21 14:48:04 +0800
committerwen <wen@FreeBSD.org>2011-03-21 14:48:04 +0800
commit44d1b965751e6907f75cf95e0162eee65e292586 (patch)
tree0b47ff8309f2331a7468a6e1d673cc39ce54a3db /sysutils
parent29f546b65135af6249da47fb634a42fd37885d94 (diff)
downloadfreebsd-ports-gnome-44d1b965751e6907f75cf95e0162eee65e292586.tar.gz
freebsd-ports-gnome-44d1b965751e6907f75cf95e0162eee65e292586.tar.zst
freebsd-ports-gnome-44d1b965751e6907f75cf95e0162eee65e292586.zip
- Update to 1.4.0
Diffstat (limited to 'sysutils')
-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