From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 6 19:00:46 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C022716A403 for ; Fri, 6 Oct 2006 19:00:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD08F43D55 for ; Fri, 6 Oct 2006 19:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k96J0hW5040880 for ; Fri, 6 Oct 2006 19:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k96J0hPP040874; Fri, 6 Oct 2006 19:00:43 GMT (envelope-from gnats) Resent-Date: Fri, 6 Oct 2006 19:00:43 GMT Resent-Message-Id: <200610061900.k96J0hPP040874@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A4516A412 for ; Fri, 6 Oct 2006 18:56:45 +0000 (UTC) (envelope-from tabthorpe@goodking.goodking.ca) Received: from tbaytel.net (front2-tbaytel.tbaytel.net [216.211.26.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F83443D49 for ; Fri, 6 Oct 2006 18:56:44 +0000 (GMT) (envelope-from tabthorpe@goodking.goodking.ca) Received: from goodking.goodking.ca ([216.211.54.227] verified) by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 59029746 for FreeBSD-gnats-submit@freebsd.org; Fri, 06 Oct 2006 14:56:41 -0400 Received: from goodking.goodking.ca (localhost [127.0.0.1]) by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id k96IuExf055031 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Oct 2006 14:56:14 -0400 (EDT) (envelope-from tabthorpe@goodking.goodking.ca) Received: (from root@localhost) by goodking.goodking.ca (8.13.8/8.13.8/Submit) id k96IuEli055030; Fri, 6 Oct 2006 14:56:14 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200610061856.k96IuEli055030@goodking.goodking.ca> Date: Fri, 6 Oct 2006 14:56:14 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: thomas@goodking.ca Subject: ports/104071: [PATCH] devel/pear-XML_Util: reformat pkg-descr, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 19:00:46 -0000 >Number: 104071 >Category: ports >Synopsis: [PATCH] devel/pear-XML_Util: reformat pkg-descr, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 06 19:00:42 GMT 2006 >Closed-Date: >Last-Modified: >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-XML_Util-1.1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pear-XML_Util/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 23 Sep 2006 00:23:27 -0000 1.12 +++ Makefile 6 Oct 2006 18:55:15 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 1.1.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= PEAR XML utility class BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/pear-XML_Util/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 9 Apr 2004 22:03:40 -0000 1.2 +++ pkg-descr 6 Oct 2006 18:55:15 -0000 @@ -1,6 +1,5 @@ -Selection of methods that are often needed when working with -XML documents. Functionality includes creating of attribute -lists from arrays, creation of tags, validation of XML names -and more. +Selection of methods that are often needed when working with XML +documents. Functionality includes creating of attribute lists from +arrays, creation of tags, validation of XML names and more. WWW: http://pear.php.net/package/XML_Util/ --- pear-XML_Util-1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: