From tabthorpe@goodking.goodking.ca  Fri May 25 05:52:50 2007
Return-Path: <tabthorpe@goodking.goodking.ca>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7978016A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2007 05:52:50 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from tbaytel.net (front1-drytel.tbaytel.net [216.211.26.155])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DB9013C487
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 May 2007 05:52:49 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from stjames.stthomasanglican.org ([216.211.42.84] verified)
  by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTPS id 77372881; Fri, 25 May 2007 01:52:48 -0400
Received: from goodking.goodking.ca (goodking-stjames-tun.goodking.ca [172.31.17.10])
	by stjames.stthomasanglican.org (8.14.1/8.14.1) with ESMTP id l4P5qin6028289
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);
	Fri, 25 May 2007 01:52:44 -0400 (EDT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from goodking.goodking.ca (localhost [127.0.0.1])
	by goodking.goodking.ca (8.14.1/8.14.1) with ESMTP id l4P5q75e019916
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Fri, 25 May 2007 01:52:07 -0400 (EDT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: (from root@localhost)
	by goodking.goodking.ca (8.14.1/8.14.1/Submit) id l4P5q7mT019900;
	Fri, 25 May 2007 01:52:07 -0400 (EDT)
	(envelope-from tabthorpe)
Message-Id: <200705250552.l4P5q7mT019900@goodking.goodking.ca>
Date: Fri, 25 May 2007 01:52:07 -0400 (EDT)
From: Thomas Abthorpe <thomas@goodking.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: miwi@freebsd.org, thomas@goodking.ca
Subject: [PATCH] databases/pear-MDB2_Driver_mysqli: update to 1.4.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112974
>Category:       ports
>Synopsis:       [PATCH] databases/pear-MDB2_Driver_mysqli: update to 1.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 06:00:13 GMT 2007
>Closed-Date:    Sun May 27 15:13:23 GMT 2007
>Last-Modified:  Sun May 27 15:13:23 GMT 2007
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Fri May  4 09:30:59 EDT
>Description:
- Update to 1.4.1

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pear-MDB2_Driver_mysqli-1.4.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pear-MDB2_Driver_mysqli/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	25 May 2007 01:09:10 -0000	1.3
+++ Makefile	25 May 2007 05:51:03 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MDB2_Driver_mysqli
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.1
 CATEGORIES=	databases www pear
 
 MAINTAINER=	miwi@FreeBSD.org
@@ -16,8 +16,6 @@
 		${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-BROKEN=		Incomplete pkg-plist
-
 USE_PHP=	mysqli
 
 FILES=		MDB2/Driver/Datatype/mysqli.php \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/pear-MDB2_Driver_mysqli/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	27 Apr 2007 15:03:51 -0000	1.2
+++ distinfo	25 May 2007 05:51:03 -0000
@@ -1,3 +1,3 @@
-MD5 (PEAR/MDB2_Driver_mysqli-1.4.0.tgz) = edfda9ef2819bfb58a9fd96a83b58394
-SHA256 (PEAR/MDB2_Driver_mysqli-1.4.0.tgz) = 5e4921dc68879a2107afc307c088df3ce41b3f83006ec944a84547f48298686c
-SIZE (PEAR/MDB2_Driver_mysqli-1.4.0.tgz) = 37109
+MD5 (PEAR/MDB2_Driver_mysqli-1.4.1.tgz) = eb93eb4687da1a1018c832622da42f6f
+SHA256 (PEAR/MDB2_Driver_mysqli-1.4.1.tgz) = 4a1ea7f76f5b62288b9f8129396c560e084e0a0e9d94869b54e16b5d2714f778
+SIZE (PEAR/MDB2_Driver_mysqli-1.4.1.tgz) = 38064
--- pear-MDB2_Driver_mysqli-1.4.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 25 06:00:43 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112974 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 27 15:13:22 UTC 2007 
State-Changed-Why:  
I close this here. Build is not clean. i hope we found a way to fix. 
Thanks for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112974 
>Unformatted:
