From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 24 13:24:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EBB9106566C; Mon, 24 Jan 2011 13:24:15 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0264D8FC22; Mon, 24 Jan 2011 13:24:14 +0000 (UTC) Received: by iwn39 with SMTP id 39so4092336iwn.13 for ; Mon, 24 Jan 2011 05:24:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type; bh=YzCWeYPPUmXff20OC9hioFGrZnwWEuvCsGNuaiwAZVQ=; b=eZ1VcyvI/lwE5QdrGDK1XNkH8NVsZfrJzP+3thsHXiuFYLMNXIken6phyq9YO00D8E KFFKf+DdomBbhAkRVDZT49eIWyOVgmLTLEZyYVJ2GoYiMr3XcqfoLB9tYgagfdC8Kg83 jTQEaMGMdGgv+geUbTC5V1tYgFiZh2DjCKWVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=vb7eEiTevha2Ta6rSQBZQC5HndbOJZbsI4E/XQGNC2ees++c0aCLZC3Lu1RKEqIJIl 3dU62AVvyAUKIwFUpHfC8/RYu+VZwsE8x7OMp1O5Ro0IEHFzf74fBTfFebhiL35Cu6N8 o2W+qor6IpSp2G+QR2uutmXo6Nmq+XsE6x9qU= Received: by 10.42.173.135 with SMTP id r7mr4800862icz.31.1295875454392; Mon, 24 Jan 2011 05:24:14 -0800 (PST) Received: from RichardNeese-PC (c-76-125-160-55.hsd1.pa.comcast.net [76.125.160.55]) by mx.google.com with ESMTPS id u5sm9955120ics.18.2011.01.24.05.24.12 (version=SSLv3 cipher=RC4-MD5); Mon, 24 Jan 2011 05:24:13 -0800 (PST) Date: Mon, 24 Jan 2011 08:23:35 -0500 From: "Richard E. Neese" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-Id: <20110124082335.680f436d.r.neese@gmail.com> In-Reply-To: <201101241320.p0ODKAhC023489@freefall.freebsd.org> References: <201101241316.p0ODG9D8087266@red.freebsd.org> <201101241320.p0ODKAhC023489@freefall.freebsd.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Mon__24_Jan_2011_08_23_35_-0500_+nsUA50AjN+_7mtI" Cc: Subject: Re: ports/154263: fix for freeswitch-scripts pkg-add X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 13:24:15 -0000 This is a multi-part message in MIME format. --Multipart=_Mon__24_Jan_2011_08_23_35_-0500_+nsUA50AjN+_7mtI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 24 Jan 2011 13:20:10 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/154263'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=154263 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: fix for freeswitch-scripts pkg-add > >Arrival-Date: Mon Jan 24 13:20:10 UTC 2011 -- Richard E. Neese --Multipart=_Mon__24_Jan_2011_08_23_35_-0500_+nsUA50AjN+_7mtI Content-Type: text/plain; name="freeswitch-scripts.diff" Content-Disposition: attachment; filename="freeswitch-scripts.diff" Content-Transfer-Encoding: 7bit Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/freeswitch-scripts/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 17 Dec 2010 21:42:33 -0000 1.3 +++ pkg-plist 24 Jan 2011 02:26:45 -0000 @@ -89,6 +89,5 @@ %%WITH_PERL%%@dirrm etc/freeswitch/scripts/perl %%WITH_LUA%%@dirrm etc/freeswitch/scripts/lua %%WITH_JAVASCRIPT%%@dirrm etc/freeswitch/scripts/javascript/aadir -%%WITH_JAVASCRIPT%%@dirrm etc/freeswitch/scripts/javascript -@dirrmtry etc/freeswitch/scripts -@dirrmtry etc/freeswitch +%%WITH_JAVASCRIPT%%@dirrmtry etc/freeswitch/scripts/javascript + --Multipart=_Mon__24_Jan_2011_08_23_35_-0500_+nsUA50AjN+_7mtI--