Date: Tue, 1 Aug 2006 22:01:11 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101174: [PATCH] sysutils/pear-Log: update to 1.9.8 Message-ID: <20060801141449.3CA1F2E970@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200608011420.k71EKGMC013149@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101174 >Category: ports >Synopsis: [PATCH] sysutils/pear-Log: update to 1.9.8 >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 Aug 01 14:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: - Update to 1.9.8 Port maintainer (antonio@php.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-Log-1.9.8.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/pear-Log/Makefile /usr/home/chinsan/project/pear-Log/Makefile --- /usr/ports/sysutils/pear-Log/Makefile Thu Jan 12 02:26:29 2006 +++ /usr/home/chinsan/project/pear-Log/Makefile Tue Aug 1 21:55:41 2006 @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.8 CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net @@ -26,15 +26,16 @@ mail.php null.php observer_mail.php pear_error_handler.php \ php_error_handler.php sql.php sqlite.php syslog.php win.php TESTS= composite.phpt console.phpt display.phpt error_log.phpt \ - extract.phpt extract2.phpt factory.phpt file.phpt null.phpt \ - priority.phpt singleton.phpt sqlite.phpt sql_ident.phpt + extract.phpt extract2.phpt factory.phpt file.phpt levels.phpt \ + null.phpt priority.phpt singleton.phpt sqlite.phpt sql_ident.phpt SQLS= log.sql _EXAMPLESDIR= docs/examples _SQLSDIR= misc LATEST_LINK= pear-Log -OPTIONS= PEAR_DB "PEAR::DB support" off +OPTIONS= PEAR_DB "PEAR::DB support" off \ + PEAR_MDB2 "PEAR::MDB2 support" off LOCALBASE?= /usr/local @@ -50,6 +51,10 @@ .if defined(WITH_PEAR_DB) BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +.endif + +.if defined(WITH_PEAR_MDB2) +BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 .endif .if defined(WITH_PHP_SQLITE) diff -ruN --exclude=CVS /usr/ports/sysutils/pear-Log/distinfo /usr/home/chinsan/project/pear-Log/distinfo --- /usr/ports/sysutils/pear-Log/distinfo Thu Jan 12 02:26:29 2006 +++ /usr/home/chinsan/project/pear-Log/distinfo Tue Aug 1 19:46:01 2006 @@ -1,3 +1,3 @@ -MD5 (PEAR/Log-1.9.3.tgz) = 46fceda4cdf6b8991e952161d8acbe34 -SHA256 (PEAR/Log-1.9.3.tgz) = 758338ee99c1e1d93e3b3e07abf42925e7c0dd268bb24f726478b88432474e76 -SIZE (PEAR/Log-1.9.3.tgz) = 34792 +MD5 (PEAR/Log-1.9.8.tgz) = d899cfa511b9bca9b54286245515586d +SHA256 (PEAR/Log-1.9.8.tgz) = f36edda00460d3315cd2b7c7599a9a80fd3e9a06cf7fff6797e7914e64f88a72 +SIZE (PEAR/Log-1.9.8.tgz) = 38841 --- pear-Log-1.9.8.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?20060801141449.3CA1F2E970>