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

(-)/usr/home/chinsan/project/pear-Console_Table/Makefile (-2 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	Console_Table
8
PORTNAME=	Console_Table
9
PORTVERSION=	1.0.2
9
PORTVERSION=	1.0.4
10
CATEGORIES=	devel pear
10
CATEGORIES=	devel pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	chinsan.tw@gmail.com
13
COMMENT=	PHP class that makes it easy to build console style tables
13
COMMENT=	PHP class that makes it easy to build console style tables
14
14
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
Lines 17-22 Link Here
17
17
18
CATEGORY=	Console
18
CATEGORY=	Console
19
FILES=		Table.php
19
FILES=		Table.php
20
TESTS=		assoziative_arrays.phpt multibyte.phpt no_header.phpt no_rows.phpt
20
21
21
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
22
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
23
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
(-)/usr/home/chinsan/project/pear-Console_Table/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Console_Table-1.0.2.tgz) = ddffa6a971d67dcf0559765f34512ada
1
MD5 (PEAR/Console_Table-1.0.4.tgz) = a88fd749867ee74be302388d7361e452
2
SHA256 (PEAR/Console_Table-1.0.2.tgz) = 0091788259b68ee897ca6200db2ca29c3f912c7af260f1112b51fc4b688a7e4c
2
SHA256 (PEAR/Console_Table-1.0.4.tgz) = c39bd8abeb3277b7ad7ddf328f88e9af3544afbc19d9cf5d7a9b1042565e0672
3
SIZE (PEAR/Console_Table-1.0.2.tgz) = 4657
3
SIZE (PEAR/Console_Table-1.0.4.tgz) = 6348

Return to bug 101265