From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 21 16:00:39 2005 Return-Path: <owner-freebsd-ports-bugs@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 B168B16A4E9 for <freebsd-ports-bugs@hub.freebsd.org>; Mon, 21 Feb 2005 16:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8DA743D2D for <freebsd-ports-bugs@hub.freebsd.org>; Mon, 21 Feb 2005 16:00:38 +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 j1LG0ct5077149 for <freebsd-ports-bugs@freefall.freebsd.org>; Mon, 21 Feb 2005 16:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1LG0cDJ077126; Mon, 21 Feb 2005 16:00:38 GMT (envelope-from gnats) Resent-Date: Mon, 21 Feb 2005 16:00:38 GMT Resent-Message-Id: <200502211600.j1LG0cDJ077126@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 <antonio@php.net> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F43816A4CE for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2005 15:56:04 +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 0338B43D55 for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2005 15:56:03 +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 j1LFu1ea024089 for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2005 12:56:01 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j1LFu0kk024088; Mon, 21 Feb 2005 12:56:00 -0300 (BRT) Message-Id: <200502211556.j1LFu0kk024088@digitalsign.com> Date: Mon, 21 Feb 2005 12:56:00 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77865: 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 <antonio@php.net> List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs> List-Post: <mailto:freebsd-ports-bugs@freebsd.org> List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Feb 2005 16:00:40 -0000 >Number: 77865 >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: Mon Feb 21 16:00:37 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: sysutils/pear-File to 1.1.0 + changelog: http://pear.php.net/package/File/download/1.1.0/ + remove PHP version dependency check >How-To-Repeat: >Fix: diff -ruN pear-File.orig/Makefile pear-File/Makefile --- pear-File.orig/Makefile Mon Feb 21 12:47:16 2005 +++ pear-File/Makefile Mon Feb 21 12:50:12 2005 @@ -6,7 +6,7 @@ # PORTNAME= File -DISTVERSION= 1.1.0RC4 +PORTVERSION= 1.1.0 PORTEPOCH= 1 CATEGORIES= sysutils www pear @@ -16,20 +16,10 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PHP= yes - FILES= File.php File/Util.php File/CSV.php TESTS= parser.php test.csv FileTest.php CSV/001.phpt CSV/001.csv \ CSV/002.phpt CSV/002.csv CSV/003.phpt CSV/003.csv CSV/004.phpt \ - CSV/004.csv CSV/005.phpt CSV/005.csv CSV/tests.txt .include <bsd.port.pre.mk> - -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERS) && ${PHP_VERS} < 430 -IGNORE= "You need PHP 4.3.0 or later to install PEAR::File" -.endif - .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff -ruN pear-File.orig/distinfo pear-File/distinfo --- pear-File.orig/distinfo Mon Feb 21 12:47:16 2005 +++ pear-File/distinfo Mon Feb 21 12:48:04 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/File-1.1.0RC4.tgz) = 4f94ea04e130b1fed5a423ae60bb5626 -SIZE (PEAR/File-1.1.0RC4.tgz) = 14694 +MD5 (PEAR/File-1.1.0.tgz) = 40da456898ca860b75ce5c527b1cd745 +SIZE (PEAR/File-1.1.0.tgz) = 15079 >Release-Note: >Audit-Trail: >Unformatted: