diff options
author | edwin <edwin@FreeBSD.org> | 2005-02-05 09:23:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-02-05 09:23:38 +0800 |
commit | de2a6f0e7da7f86eb179db162417d036d1acf46b (patch) | |
tree | fcbacc03becbacc574d5e377bd89efd4bedab1fd /sysutils/pear-File | |
parent | 60e6e04ec202aadf7e30c49807a6be8aa88f8b79 (diff) | |
download | freebsd-ports-gnome-de2a6f0e7da7f86eb179db162417d036d1acf46b.tar.gz freebsd-ports-gnome-de2a6f0e7da7f86eb179db162417d036d1acf46b.tar.zst freebsd-ports-gnome-de2a6f0e7da7f86eb179db162417d036d1acf46b.zip |
Update port: sysutils/pear-File to 1.1.0RC4
+ update port: sysutils/pear-File to 1.1.0RC4
+ changelog: http://pear.php.net/package/File/download/1.1.0RC4/
PR: ports/77032
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'sysutils/pear-File')
-rw-r--r-- | sysutils/pear-File/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pear-File/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index ac9291e6f9cc..481e995fe4ab 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File -DISTVERSION= 1.1.0RC3 +DISTVERSION= 1.1.0RC4 PORTEPOCH= 1 CATEGORIES= sysutils www pear @@ -19,7 +19,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= yes FILES= File.php File/Util.php File/CSV.php -TESTS= parser.php test.csv FileTest.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 .include <bsd.port.pre.mk> diff --git a/sysutils/pear-File/distinfo b/sysutils/pear-File/distinfo index 19256dc61638..3ecab5c49a19 100644 --- a/sysutils/pear-File/distinfo +++ b/sysutils/pear-File/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/File-1.1.0RC3.tgz) = 0e537c4672b9181c6b139eb69bc53c01 -SIZE (PEAR/File-1.1.0RC3.tgz) = 12610 +MD5 (PEAR/File-1.1.0RC4.tgz) = 4f94ea04e130b1fed5a423ae60bb5626 +SIZE (PEAR/File-1.1.0RC4.tgz) = 14694 |