aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-11 19:00:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-11 19:00:06 +0000
commit6781fcda9338bf6b99ac92e6ddb52d6b6cfe0f51 (patch)
tree95e4200dabb442e760cc11c5e84e288cf098c954 /sysutils/pear-File/Makefile
parent6d134c6396794f81d66eae5357b19ed94f920675 (diff)
downloadports-6781fcda9338bf6b99ac92e6ddb52d6b6cfe0f51.tar.gz
ports-6781fcda9338bf6b99ac92e6ddb52d6b6cfe0f51.zip
- Update to 1.2.2
PR: ports/91656 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Notes
Notes: svn path=/head/; revision=153305
Diffstat (limited to 'sysutils/pear-File/Makefile')
-rw-r--r--sysutils/pear-File/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile
index 6d5836f50563..92ca3e9142dc 100644
--- a/sysutils/pear-File/Makefile
+++ b/sysutils/pear-File/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= File
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.2
PORTEPOCH= 1
CATEGORIES= sysutils www pear
@@ -19,7 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= File.php File/Util.php File/CSV.php
TESTS= parser.php test.csv FileTest.php CSV/001.phpt CSV/001.csv \
CSV/002.phpt CSV/002.csv CSV/003.phpt CSV/003.csv CSV/004.phpt \
- CSV/004.csv CSV/005.phpt CSV/005.csv CSV/tests.txt
+ CSV/004.csv CSV/005.phpt CSV/005.csv CSV/006.phpt CSV/006.csv \
+ CSV/tests.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"