Date: Fri, 6 Jun 2008 14:22:27 GMT From: Wen heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/124352: [Update] databases/pear-DB_Table : update to 1.5.3 Message-ID: <200806061422.m56EMR5x066740@www.freebsd.org> Resent-Message-ID: <200806061430.m56EU2nZ030995@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124352 >Category: ports >Synopsis: [Update] databases/pear-DB_Table : update to 1.5.3 >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: Fri Jun 06 14:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1 update to 1.5.3 from 1.5.2 2 some other mirror changes >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-06-07 02:00:20.000000000 +0800 +++ Makefile 2008-06-07 02:43:31.000000000 +0800 @@ -6,19 +6,20 @@ # PORTNAME= DB_Table -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 PORTEPOCH= 1 CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR object-oriented interface to a database table -BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ - ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= pear-DB_Table -OPTIONS= PEAR_HTML_QUICKFORM "PEAR::HTML_QuickForm support" off +OPTIONS= PEAR_HTML_QUICKFORM "PEAR::HTML_QuickForm support" off \ + PEAR_DB "PEAR::DB support" off \ + PEAR_MDB2 "PEAR::MDB2 support" off CATEGORY= DB FILES= Table.php Table/Manager/ibase.php Table/Manager/mysql.php \ @@ -26,7 +27,7 @@ Table/Manager/pgsql.php Table/Manager/sqlite.php \ Table/Date.php Table/Manager.php Table/QuickForm.php \ Table/Valid.php \ - Table/Base.php Table/XML.php \ + Table/Base.php Table/XML.php \ Table/Generator.php Table/Database.php DOCS= _sources.txt all-words.txt mssql-words.txt mysql-words.txt \ oci8-words.txt pgsql-words.txt sql92-words.txt sql99-words.txt \ @@ -78,5 +79,13 @@ RUN_DEPENDS+= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm .endif +.if defined(WITH_PEAR_DB) +RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB +.endif + +.if defined(WITH_PEAR_MDB2) +RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +.endif + .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> --- distinfo.orig 2008-06-06 19:38:22.000000000 +0800 +++ distinfo 2008-06-07 02:03:38.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (PEAR/DB_Table-1.5.2.tgz) = f50ae69730c28554acf30d0a840c4e82 -SHA256 (PEAR/DB_Table-1.5.2.tgz) = 849a3d63dff8b28150887e0a8c22875c6501edcc74eb3a9001a19f292126ed40 -SIZE (PEAR/DB_Table-1.5.2.tgz) = 116132 +MD5 (PEAR/DB_Table-1.5.3.tgz) = 3b9d586258fcaccb067900972ba4e089 +SHA256 (PEAR/DB_Table-1.5.3.tgz) = 604cd09d1730e32ff68fa4fb4e014f697cb7f67b9c2f9b70eb8dace626e569fb +SIZE (PEAR/DB_Table-1.5.3.tgz) = 116152 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806061422.m56EMR5x066740>