From tabthorpe@goodking.goodking.ca  Wed Oct  4 13:24:20 2006
Return-Path: <tabthorpe@goodking.goodking.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E863116A49E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Oct 2006 13:24:19 +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 5238043D46
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Oct 2006 13:24:18 +0000 (GMT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from goodking.goodking.ca ([216.211.54.227] verified)
  by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTPS id 56673079 for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Oct 2006 09:24:17 -0400
Received: from goodking.goodking.ca (localhost [127.0.0.1])
	by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id k94DO6X0061495
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 4 Oct 2006 09:24:06 -0400 (EDT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: (from root@localhost)
	by goodking.goodking.ca (8.13.8/8.13.8/Submit) id k94DO6BQ061494;
	Wed, 4 Oct 2006 09:24:06 -0400 (EDT)
	(envelope-from tabthorpe)
Message-Id: <200610041324.k94DO6BQ061494@goodking.goodking.ca>
Date: Wed, 4 Oct 2006 09:24:06 -0400 (EDT)
From: Thomas Abthorpe <thomas@goodking.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: thomas@goodking.ca
Subject: [PATCH] databases/pear-DB: reformat pkg-descr, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103974
>Category:       ports
>Synopsis:       [PATCH] databases/pear-DB: reformat pkg-descr, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 04 13:30:22 GMT 2006
>Closed-Date:    Thu Oct 05 08:30:40 GMT 2006
>Last-Modified:  Thu Oct  5 08:40:21 GMT 2006
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- reformat pkg-descr
- Take maintainership

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

--- pear-DB-1.7.6,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pear-DB/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	23 Sep 2006 00:23:22 -0000	1.21
+++ Makefile	4 Oct 2006 13:22:10 -0000
@@ -10,7 +10,7 @@
 PORTEPOCH=	1
 CATEGORIES=	databases www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	thomas@goodking.ca
 COMMENT=	PEAR Database Abstraction Layer
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/databases/pear-DB/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	24 Feb 2005 21:46:40 -0000	1.3
+++ pkg-descr	4 Oct 2006 13:22:10 -0000
@@ -1,22 +1,25 @@
 PEAR::DB is a database abstraction layer providing:
+
 * an OO-style query API
-* portability features that make programs written for one DBMS work with other
-DBMS's
+* portability features that make programs written for one DBMS work
+with other DBMS's
 * a DSN (data source name) format for specifying database servers
-* prepare/execute (bind) emulation for databases that don't support it natively
+* prepare/execute (bind) emulation for databases that don't support
+it natively
 * a result object for each query response
 * portable error codes
 * sequence emulation
 * sequential and non-sequential row fetching as well as bulk fetching
-* formats fetched rows as associative arrays, ordered arrays or objects
+* formats fetched rows as associative arrays, ordered arrays or
+objects
 * row limit support
 * transactions support
 * table information interface
 * DocBook and phpDocumentor API documentation
 
-Drivers for the following extensions pass the complete test suite and provide
-interchangeability when all of DB's portability options are enabled: fbsql, 
-ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and
-sybase.
+Drivers for the following extensions pass the complete test suite
+and provide interchangeability when all of DB's portability options
+are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli,
+oci8, odbc, pgsql, sqlite and sybase.
 
 WWW: http://pear.php.net/package/DB/
--- pear-DB-1.7.6,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Wed Oct 4 14:18:16 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103974 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Oct 5 08:30:34 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103974 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103974: commit references a PR
Date: Thu,  5 Oct 2006 08:30:30 +0000 (UTC)

 clsung      2006-10-05 08:30:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/pear-DB    Makefile pkg-descr 
   Log:
   - reformat pkg-descr
   - Take maintainership
   
   PR:             ports/103974
   Submitted by:   maintainer (Thomas Abthorpe)
   
   Revision  Changes    Path
   1.22      +1 -1      ports/databases/pear-DB/Makefile
   1.4       +11 -8     ports/databases/pear-DB/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
