From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 27 16:20:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E59A4106566B for ; Thu, 27 Jan 2011 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6EF558FC31 for ; Thu, 27 Jan 2011 16:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0RGK66F039776 for ; Thu, 27 Jan 2011 16:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0RGK6bb039775; Thu, 27 Jan 2011 16:20:06 GMT (envelope-from gnats) Date: Thu, 27 Jan 2011 16:20:06 GMT Message-Id: <201101271620.p0RGK6bb039775@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Richard E. Neese" Cc: Subject: Re: ports/154334: fix for freeswitch-scripts pkg-add X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Richard E. Neese" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 16:20:10 -0000 The following reply was made to PR ports/154334; it has been noted by GNATS. From: "Richard E. Neese" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/154334: fix for freeswitch-scripts pkg-add Date: Thu, 27 Jan 2011 11:09:59 -0500 This is a multi-part message in MIME format. --Multipart=_Thu__27_Jan_2011_11_09_59_-0500_BE5ZoQUsD+njnSWb Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 27 Jan 2011 16:10:11 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/154334'. > 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=154334 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: fix for freeswitch-scripts pkg-add > >Arrival-Date: Thu Jan 27 16:10:11 UTC 2011 -- Richard E. Neese --Multipart=_Thu__27_Jan_2011_11_09_59_-0500_BE5ZoQUsD+njnSWb Content-Type: text/plain; name="freeswitch-scripts.diff" Content-Disposition: attachment; filename="freeswitch-scripts.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/freeswitch-scripts/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 17 Dec 2010 21:42:33 -0000 1.4 +++ Makefile 27 Jan 2011 15:28:26 -0000 @@ -7,6 +7,7 @@ PORTNAME= freeswitch-scripts PORTVERSION= 201044 +PORTREVISON= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.secure-computing.net/pub/freeswitch/ \ ftp://ftp2.secure-computing.net/pub/freeswitch/ 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 27 Jan 2011 15:28:26 -0000 @@ -90,5 +90,3 @@ %%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 --Multipart=_Thu__27_Jan_2011_11_09_59_-0500_BE5ZoQUsD+njnSWb--