From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 03:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B12107F1 for ; Fri, 30 Aug 2013 03:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD562F7D for ; Fri, 30 Aug 2013 03:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7U3e0Gn006307 for ; Fri, 30 Aug 2013 03:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7U3e0aF006306; Fri, 30 Aug 2013 03:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 03:40:00 GMT Resent-Message-Id: <201308300340.r7U3e0aF006306@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, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5777696 for ; Fri, 30 Aug 2013 03:31:37 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 759AD2F3D for ; Fri, 30 Aug 2013 03:31:36 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id E7BE975030A; Fri, 30 Aug 2013 11:31:34 +0800 (CST) Message-Id: <20130830033134.E7BE975030A@goingmarry.kkbox.com> Date: Fri, 30 Aug 2013 11:31:34 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181668: [MAINTAINER] devel/pear-Symfony_Component_Finder: update to 2.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 03:40:00 -0000 >Number: 181668 >Category: ports >Synopsis: [MAINTAINER] devel/pear-Symfony_Component_Finder: update to 2.3.4 >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 Aug 30 03:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 >Description: - Update to 2.3.4 - This ports use PEAR_AUTOINSTALL=yes to generate package list automatically, Unfortunatelly, I notice the directory contains spaces were left on the system when removing this package. It seems we have a problem in `bsd.pear.mk`. I will submit another patch request to resolve above problem. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- pear-Symfony_Component_Finder-2.3.4.patch begins here --- diff -ruN /usr/ports/devel/pear-Symfony_Component_Finder/Makefile ./Makefile --- /usr/ports/devel/pear-Symfony_Component_Finder/Makefile 2013-01-03 02:56:17.000000000 +0800 +++ ./Makefile 2013-08-28 16:47:50.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: ports/devel/pear-Symfony_Component_Finder/Makefile,v 1.1 2013/01/02 18:56:17 svnexp Exp $ PORTNAME= Finder -PORTVERSION= 2.1.2 +PORTVERSION= 2.3.4 CATEGORIES= devel pear PKGNAMEPREFIX= pear-Symfony_Component_ diff -ruN /usr/ports/devel/pear-Symfony_Component_Finder/distinfo ./distinfo --- /usr/ports/devel/pear-Symfony_Component_Finder/distinfo 2013-01-03 02:56:17.000000000 +0800 +++ ./distinfo 2013-08-28 16:47:50.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Symfony2/Finder-2.1.2.tgz) = 2ea0673dd190a7a3ad31dc5cdfc31f7ac980bc1d57841ea6cc8ab83879b68905 -SIZE (Symfony2/Finder-2.1.2.tgz) = 19672 +SHA256 (Symfony2/Finder-2.3.4.tgz) = 1de143782778cc69bedf9c011c8384c654cccd03c069144d54530b9e542128d2 +SIZE (Symfony2/Finder-2.3.4.tgz) = 36364 --- pear-Symfony_Component_Finder-2.3.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: