mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
- Update to 1.0.4
- Pass maintainership to submitter PR: ports/101265 Submitted by: chinsan <chinsan.tw at gmail.com>
This commit is contained in:
parent
c1341c94b0
commit
13d9b2e16b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169503
2 changed files with 6 additions and 5 deletions
|
@ -6,10 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Console_Table
|
PORTNAME= Console_Table
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.0.4
|
||||||
CATEGORIES= devel pear
|
CATEGORIES= devel pear
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= chinsan.tw@gmail.com
|
||||||
COMMENT= PHP class that makes it easy to build console style tables
|
COMMENT= PHP class that makes it easy to build console style tables
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
|
@ -17,6 +17,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
CATEGORY= Console
|
CATEGORY= Console
|
||||||
FILES= Table.php
|
FILES= Table.php
|
||||||
|
TESTS= assoziative_arrays.phpt multibyte.phpt no_header.phpt no_rows.phpt
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (PEAR/Console_Table-1.0.2.tgz) = ddffa6a971d67dcf0559765f34512ada
|
MD5 (PEAR/Console_Table-1.0.4.tgz) = a88fd749867ee74be302388d7361e452
|
||||||
SHA256 (PEAR/Console_Table-1.0.2.tgz) = 0091788259b68ee897ca6200db2ca29c3f912c7af260f1112b51fc4b688a7e4c
|
SHA256 (PEAR/Console_Table-1.0.4.tgz) = c39bd8abeb3277b7ad7ddf328f88e9af3544afbc19d9cf5d7a9b1042565e0672
|
||||||
SIZE (PEAR/Console_Table-1.0.2.tgz) = 4657
|
SIZE (PEAR/Console_Table-1.0.4.tgz) = 6348
|
||||||
|
|
Loading…
Add table
Reference in a new issue