View | Details | Raw Unified | Return to bug 77032
Collapse All | Expand All

(-)pear-File/Makefile (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	File
8
PORTNAME=	File
9
DISTVERSION=	1.1.0RC3
9
DISTVERSION=	1.1.0RC4
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	sysutils www pear
11
CATEGORIES=	sysutils www pear
12
12
Lines 19-25 Link Here
19
USE_PHP=	yes
19
USE_PHP=	yes
20
20
21
FILES=		File.php File/Util.php File/CSV.php
21
FILES=		File.php File/Util.php File/CSV.php
22
TESTS=		parser.php test.csv FileTest.php
22
TESTS=		parser.php test.csv FileTest.php CSV/001.phpt CSV/001.csv \
23
		CSV/002.phpt CSV/002.csv CSV/003.phpt CSV/003.csv CSV/004.phpt \
24
		CSV/004.csv CSV/005.phpt CSV/005.csv CSV/tests.txt
23
25
24
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
25
27
(-)pear-File/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/File-1.1.0RC3.tgz) = 0e537c4672b9181c6b139eb69bc53c01
1
MD5 (PEAR/File-1.1.0RC4.tgz) = 4f94ea04e130b1fed5a423ae60bb5626
2
SIZE (PEAR/File-1.1.0RC3.tgz) = 12610
2
SIZE (PEAR/File-1.1.0RC4.tgz) = 14694

Return to bug 77032