From antonio@digitalsign.com  Fri Dec 17 18:08:45 2004
Return-Path: <antonio@digitalsign.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6C78916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Dec 2004 18:08:45 +0000 (GMT)
Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2CEB843D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Dec 2004 18:08:44 +0000 (GMT)
	(envelope-from antonio@digitalsign.com)
Received: from digitalsign.com (localhost [127.0.0.1])
	by digitalsign.com (8.12.6/8.12.6) with ESMTP id iBHI8dZO013626
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Dec 2004 16:08:40 -0200 (BRST)
	(envelope-from antonio@digitalsign.com)
Received: (from antonio@localhost)
	by digitalsign.com (8.12.6/8.12.6/Submit) id iBHI8bIc013625;
	Fri, 17 Dec 2004 16:08:37 -0200 (BRST)
Message-Id: <200412171808.iBHI8bIc013625@digitalsign.com>
Date: Fri, 17 Dec 2004 16:08:37 -0200 (BRST)
From: Antonio Carlos Venancio Junior <antonio@php.net>
Reply-To: Antonio Carlos Venancio Junior <antonio@php.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: sysutils/pear-File_Find to 0.3.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75195
>Category:       ports
>Synopsis:       Update port: sysutils/pear-File_Find to 0.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 17 18:10:24 GMT 2004
>Closed-Date:    Sat Dec 18 19:36:30 GMT 2004
>Last-Modified:  Sat Dec 18 19:36:30 GMT 2004
>Originator:     Antnio Carlos Venncio Jnior
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004     root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO  i386
>Description:
+ update port: sysutils/pear-File_Find to 0.3.0
+ take maintainership
+ fix Makefile
+ fix pkg-descr
>How-To-Repeat:
>Fix:
diff -ruN pear-File_Find.orig/Makefile pear-File_Find/Makefile
--- pear-File_Find.orig/Makefile	Fri Dec 17 15:51:33 2004
+++ pear-File_Find/Makefile	Fri Dec 17 15:57:34 2004
@@ -6,22 +6,19 @@
 #
 
 PORTNAME=	File_Find
-PORTVERSION=	0.2.0
-PORTREVISION=	1
+PORTVERSION=	0.3.0
 CATEGORIES=	sysutils www pear
-MASTER_SITES=	http://pear.php.net/get/
-PKGNAMEPREFIX=	pear-
-EXTRACT_SUFX=	.tgz
-DIST_SUBDIR=	PEAR
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A PEAR Class to facilitate the search of filesystems
+MAINTAINER=	antonio@php.net
+COMMENT=	PEAR class that facillitates the search of filesystems
 
-BUILD_DEPENDS=	${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File
+BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 CATEGORY=	File
 FILES=		Find.php
+TESTS=		setup.php 01glob.phpt 02maptree.phpt 03maptreemultiple.phpt \
+		04search.phpt bug2773.phpt
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff -ruN pear-File_Find.orig/distinfo pear-File_Find/distinfo
--- pear-File_Find.orig/distinfo	Fri Dec 17 15:51:33 2004
+++ pear-File_Find/distinfo	Fri Dec 17 15:56:12 2004
@@ -1,2 +1,2 @@
-MD5 (PEAR/File_Find-0.2.0.tgz) = 6560a5dc0d750f959b00d4aefc427fb6
-SIZE (PEAR/File_Find-0.2.0.tgz) = 3245
+MD5 (PEAR/File_Find-0.3.0.tgz) = 71a55f5e4c1014a2ff285ee90a04685b
+SIZE (PEAR/File_Find-0.3.0.tgz) = 4342
diff -ruN pear-File_Find.orig/pkg-descr pear-File_Find/pkg-descr
--- pear-File_Find.orig/pkg-descr	Fri Dec 17 15:51:33 2004
+++ pear-File_Find/pkg-descr	Fri Dec 17 15:57:05 2004
@@ -1,5 +1,5 @@
-PEAR::File_Find, created as a replacement for its Perl counterpart, also named
-File_Find, is a directory searcher, which handles, globbing, recursive
-directory searching, as well as a slew of other cool features.
+PEAR::File_Find, created as a replacement for its Perl counterpart, also
+named File_Find, is a directory searcher, which handles, globbing, recursive
+directory searching, as well as a slew of other cool features. 
 
-WWW: http://pear.php.net/package-info.php?package=File_Find
+WWW: http://pear.php.net/package/File_Find/
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Dec 18 19:36:22 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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