- Update to 1.4.0

- Pass maintainership to submitter

PR:		ports/104727
Submitted by:	chinsan@
This commit is contained in:
Martin Wilke 2006-10-31 13:31:37 +00:00
parent 52aaa6c484
commit 9ac130cc98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175807
2 changed files with 19 additions and 8 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= PHP_CompatInfo
PORTVERSION= 1.1.1
PORTVERSION= 1.4.0
CATEGORIES= devel pear
MAINTAINER= ports@FreeBSD.org
MAINTAINER= chinsan@FreeBSD.org
COMMENT= PEAR class to find out the minimum version and extensions required
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
@ -19,9 +19,20 @@ USE_PHP= tokenizer
CATEGORY= PHP
FILES= CompatInfo/Cli.php CompatInfo/const_array.php \
CompatInfo/func_array.php CompatInfo.php
EXAMPLES= checkConstants.php checkPHP5.php ci_frontend.php Cli.php \
cliOutput.txt parseArray.php parseDir.php parseFile.php \
CompatInfo/func_array.php CompatInfo/pcicmd.php CompatInfo.php
DOCS= TDG/img/admons/caution.png TDG/img/admons/important.png \
TDG/img/admons/note.png TDG/img/admons/tip.png \
TDG/img/admons/warning.png TDG/img/created-with-docbook.png \
TDG/img/external-link.gif TDG/img/pearsmall.gif TDG/book.css \
TDG/ch01.html TDG/ch01s02.html TDG/ch01s03.html TDG/ch02.html \
TDG/ch03.html TDG/ch03s02.html TDG/ch04.html TDG/ch04s02.html \
TDG/ch05.html TDG/ch05s02.html TDG/ch06.html TDG/ch06s02.html \
TDG/ch07.html TDG/index.html TDG/pr01.html TDG/pr01s02.html \
TDG/pt01.html TDG/pt02.html TDG/pt03.html TDG/re01.html \
TDG/re02.html TDG/re03.html TDG/re04.html TDG/re05.html
EXAMPLES= checkConstants.php checkPHP5.php ci_frontend.php cliCustom.php \
cliOutput.txt ignorePHP5implements.php \
parseArray.php parseDir.php parseFile.php \
parseString.php
TESTS= checkMax.php sample_req6056.php
_EXAMPLESDIR= docs/examples

View File

@ -1,3 +1,3 @@
MD5 (PEAR/PHP_CompatInfo-1.1.1.tgz) = ca0e4caf52effb400dfb11a71053f247
SHA256 (PEAR/PHP_CompatInfo-1.1.1.tgz) = d28407570893fed8b4cee44fbba3c7f2b25707dd4e8ee2917573f161db234dde
SIZE (PEAR/PHP_CompatInfo-1.1.1.tgz) = 54470
MD5 (PEAR/PHP_CompatInfo-1.4.0.tgz) = 0e7da112542fa124f7b523cb09c7624a
SHA256 (PEAR/PHP_CompatInfo-1.4.0.tgz) = a884f3ac356a0183290247af647c3d6ca296cf28b6e4bdf05fc35cc3173d0c69
SIZE (PEAR/PHP_CompatInfo-1.4.0.tgz) = 90578