Date: Tue, 24 Oct 2006 10:09:54 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104727: [PATCH] devel/pear-PHP_CompatInfo: update to 1.4.0, take maintainership Message-ID: <20061024020913.C7A102E9DF@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200610240210.k9O2AQ5X013897@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104727 >Category: ports >Synopsis: [PATCH] devel/pear-PHP_CompatInfo: update to 1.4.0, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 24 02:10:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006 >Description: - Update to 1.4.0 - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-PHP_CompatInfo-1.4.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/pear-PHP_CompatInfo/Makefile /usr/home/chinsan/project/pear-PHP_CompatInfo/Makefile --- /usr/ports/devel/pear-PHP_CompatInfo/Makefile Sun Sep 24 05:18:37 2006 +++ /usr/home/chinsan/project/pear-PHP_CompatInfo/Makefile Tue Oct 24 09:41:59 2006 @@ -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 @@ 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 diff -ruN --exclude=CVS /usr/ports/devel/pear-PHP_CompatInfo/distinfo /usr/home/chinsan/project/pear-PHP_CompatInfo/distinfo --- /usr/ports/devel/pear-PHP_CompatInfo/distinfo Wed Sep 20 05:18:35 2006 +++ /usr/home/chinsan/project/pear-PHP_CompatInfo/distinfo Mon Oct 23 13:43:27 2006 @@ -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 --- pear-PHP_CompatInfo-1.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061024020913.C7A102E9DF>