ports/128953: [Update]databases/pear-MDB2_Schema:update to 0.8.4

Wen Heping wenheping at gmail.com
Tue Nov 18 08:50:02 UTC 2008


>Number:         128953
>Category:       ports
>Synopsis:       [Update]databases/pear-MDB2_Schema:update to 0.8.4
>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 Nov 18 08:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Sep 21 18:56:51 HKT 2008     root at fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 0.8.4 from 0.8.2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-11-18 23:48:00.000000000 +0800
+++ Makefile	2008-11-19 00:18:33.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MDB2_Schema
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.4
 CATEGORIES=	databases www pear
 
 MAINTAINER=	miwi at FreeBSD.org
@@ -15,7 +15,8 @@
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
 		${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
 		${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
-		${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD
+		${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
+		${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 FILES=		MDB2/Schema/Reserved/ibase.php \
@@ -24,9 +25,12 @@
 		MDB2/Schema/Reserved/oci8.php \
 		MDB2/Schema/Reserved/pgsql.php \
 		MDB2/Schema/Parser.php \
+		MDB2/Schema/Parser2.php \
+		MDB2/Schema/Tool.php \
 		MDB2/Schema/Validate.php \
 		MDB2/Schema/Writer.php \
-		MDB2/Schema.php
+		MDB2/Schema/Tool/ParameterException.php \
+		MDB2/Schema.php scripts/mdb2_schematool
 
 TESTS=		Console_TestListener.php HTML_TestListener.php \
 		MDB2_Schema_testcase.php README clitest.php driver_test.schema \
@@ -34,11 +38,18 @@
 		testchoose.php tests.css
 
 DOCS=		description.schema.xml MDB.dtd MDB.xsd MDB.xsl schema2html.css \
-		schema2html.xsl xml_schema_documentation.html
+		README schema2html.xsl xml_schema_documentation.html
 
-EXAMPLES=	example.php parse.php schema.xml
+EXAMPLES=	parse.php schema.xml \
+		www/mdb2_schematool/action.php \
+		www/mdb2_schematool/class.inc.php \
+		www/mdb2_schematool/index.php \
+		www/mdb2_schematool/result.php
 _EXAMPLESDIR=	docs/examples
 
+post-extract:
+		${MV} ${WRKSRC}/www ${WRKSRC}/docs/examples
+
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.post.mk>
--- distinfo.orig	2008-11-18 23:48:00.000000000 +0800
+++ distinfo	2008-11-18 23:48:00.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (PEAR/MDB2_Schema-0.8.2.tgz) = 624950be1216f65a28c4c363edd57f6b
-SHA256 (PEAR/MDB2_Schema-0.8.2.tgz) = aa90d01b846fbbf8847909b412329214a6b4327e95422e2ef64e8ba1f54bcf7c
-SIZE (PEAR/MDB2_Schema-0.8.2.tgz) = 73858
+MD5 (PEAR/MDB2_Schema-0.8.4.tgz) = 7897a75eb04461f4693d1a3781ae5730
+SHA256 (PEAR/MDB2_Schema-0.8.4.tgz) = b28f4fde8bf2e5487b72a0657cad8e565a895c950d3230fa6effbb9f7ed62e2d
+SIZE (PEAR/MDB2_Schema-0.8.4.tgz) = 76430


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list