From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 04:20: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 EE621185 for ; Fri, 30 Aug 2013 04:20: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 B97A621C3 for ; Fri, 30 Aug 2013 04:20: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 r7U4K0jI014642 for ; Fri, 30 Aug 2013 04:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7U4K0Er014641; Fri, 30 Aug 2013 04:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 04:20:00 GMT Resent-Message-Id: <201308300420.r7U4K0Er014641@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 766E7F73; Fri, 30 Aug 2013 04:10:40 +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 481B42177; Fri, 30 Aug 2013 04:10:39 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 58B4674D026; Fri, 30 Aug 2013 12:10:39 +0800 (CST) Message-Id: <20130830041039.58B4674D026@goingmarry.kkbox.com> Date: Fri, 30 Aug 2013 12:10:39 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181672: [PATCH] devel/pear: [SUMMARIZE CHANGES] Cc: miwi@FreeBSD.org 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 04:20:01 -0000 >Number: 181672 >Category: ports >Synopsis: [PATCH] devel/pear: [SUMMARIZE CHANGES] >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 04:20: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: take care about directory that contains a space Refer to http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181668 Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- pear-1.9.4_3.patch begins here --- diff -ruN /usr/ports/devel/pear/Makefile ./Makefile --- /usr/ports/devel/pear/Makefile 2013-07-19 00:33:02.000000000 +0800 +++ ./Makefile 2013-08-30 11:40:43.000000000 +0800 @@ -3,7 +3,7 @@ PORTNAME= pear PORTVERSION= 1.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://miwibox.org/distfiles/ diff -ruN /usr/ports/devel/pear/bsd.pear.mk ./bsd.pear.mk --- /usr/ports/devel/pear/bsd.pear.mk 2013-08-30 11:14:36.000000000 +0800 +++ ./bsd.pear.mk 2013-08-30 11:40:43.000000000 +0800 @@ -193,9 +193,9 @@ @cd ${WRKDIR}/inst/${PREFIX} && ${FIND} . -type f | ${SORT} \ | ${CUT} -c 3- >> ${PLIST} @DIRS=`cd ${WRKDIR}/inst/${PREFIX} && ${FIND} . -type d | ${SORT} -r | \ - ${CUT} -c 3- | ${SED} -e 's,\\$$,\\\\$$,g'`; \ + ${CUT} -c 3- | ${SED} -e 's,\\$$,\\\\$$,g'`; IFS=$$'\n'; \ for d in $${DIRS}; do \ - if [ ! -d ${LOCALBASE}/$${d} ]; then \ + if [ ! -d "${LOCALBASE}/$${d}" ]; then \ ${ECHO_CMD} "@dirrmtry $${d}" >> ${PLIST}; \ fi; \ done --- pear-1.9.4_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: