From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 17 18:50:25 2004 Return-Path: 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 7A6C916A509 for ; Fri, 17 Dec 2004 18:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8DF43D64 for ; Fri, 17 Dec 2004 18:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHIoPTw074613 for ; Fri, 17 Dec 2004 18:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBHIoPke074611; Fri, 17 Dec 2004 18:50:25 GMT (envelope-from gnats) Resent-Date: Fri, 17 Dec 2004 18:50:25 GMT Resent-Message-Id: <200412171850.iBHIoPke074611@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, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5169C16A4CE for ; Fri, 17 Dec 2004 18:44:58 +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 1ABD143D5A for ; Fri, 17 Dec 2004 18:44:57 +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 iBHIitZO013735 for ; Fri, 17 Dec 2004 16:44:55 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iBHIis0v013734; Fri, 17 Dec 2004 16:44:54 -0200 (BRST) Message-Id: <200412171844.iBHIis0v013734@digitalsign.com> Date: Fri, 17 Dec 2004 16:44:54 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75196: Update port: sysutils/pear-File to 1.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 18:50:25 -0000 >Number: 75196 >Category: ports >Synopsis: Update port: sysutils/pear-File to 1.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 17 18:50:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >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 to 1.1.0 + fix Makefile + fix pkg-descr >How-To-Repeat: >Fix: diff -ruN pear-File.orig/Makefile pear-File/Makefile --- pear-File.orig/Makefile Fri Dec 17 11:46:03 2004 +++ pear-File/Makefile Fri Dec 17 11:48:51 2004 @@ -6,9 +6,9 @@ # PORTNAME= File -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTVERSION= 1.1.0 CATEGORIES= sysutils www pear +DISTNAME= ${PORTNAME}-${PORTVERSION}RC1 MAINTAINER= antonio@php.net COMMENT= PEAR common file and directory routines @@ -17,7 +17,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} FILES= File.php File/CSV.php -TESTS= parser.php test.csv +TESTS= parser.php test.csv FileTest.php .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff -ruN pear-File.orig/distinfo pear-File/distinfo --- pear-File.orig/distinfo Fri Dec 17 11:46:03 2004 +++ pear-File/distinfo Fri Dec 17 11:48:58 2004 @@ -1,2 +1,2 @@ -MD5 (PEAR/File-1.0.3.tgz) = 13b14cd0b226408bd09948f175bec677 -SIZE (PEAR/File-1.0.3.tgz) = 8670 +MD5 (PEAR/File-1.1.0RC1.tgz) = 32f3ed86f4efa7d3da3b7d66c75ca06e +SIZE (PEAR/File-1.1.0RC1.tgz) = 11169 diff -ruN pear-File.orig/pkg-descr pear-File/pkg-descr --- pear-File.orig/pkg-descr Fri Dec 17 11:46:03 2004 +++ pear-File/pkg-descr Fri Dec 17 11:50:53 2004 @@ -1,5 +1,5 @@ -PEAR classes providing easy access to read/write to files along with -some common routines to deal with paths. Also provides interface for -handling CSV files. +Provides easy access to read/write to files along with +some common routines to deal with paths. Also provides +interface for handling CSV files. -WWW: http://pear.php.net/package-info.php?package=File +WWW: http://pear.php.net/package/File/ >Release-Note: >Audit-Trail: >Unformatted: