Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2011 11:00:34 -0500
From:      "Richard E. Neese" <r.neese@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/154333: pkg_add fix for freeswitch-pizzademo
Message-ID:  <20110127110034.28b0cef6.r.neese@gmail.com>
In-Reply-To: <201101271600.p0RG0FHh015842@freefall.freebsd.org>
References:  <201101271558.p0RFwSl2016669@red.freebsd.org> <201101271600.p0RG0FHh015842@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart=_Thu__27_Jan_2011_11_00_34_-0500_isVV2j/S2p8HdKyg
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Thu, 27 Jan 2011 16:00:15 GMT
FreeBSD-gnats-submit@FreeBSD.org wrote:

> Thank you very much for your problem report.
> It has the internal identification `ports/154333'.
> 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=154333
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       pkg_add fix for freeswitch-pizzademo
> >Arrival-Date:   Thu Jan 27 16:00:15 UTC 2011


-- 
Richard E. Neese <r.neese@gmail.com>

--Multipart=_Thu__27_Jan_2011_11_00_34_-0500_isVV2j/S2p8HdKyg
Content-Type: text/plain;
 name="freeswitch-pizzademo.diff"
Content-Disposition: attachment;
 filename="freeswitch-pizzademo.diff"
Content-Transfer-Encoding: 7bit

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/freeswitch-pizzademo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	17 Dec 2010 17:00:16 -0000	1.3
+++ Makefile	27 Jan 2011 15:25:03 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	freeswitch-pizza
 PORTVERSION=	201044
+PORTREVISION=	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-pizzademo/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	14 Dec 2010 17:18:34 -0000	1.2
+++ pkg-plist	27 Jan 2011 15:25:03 -0000
@@ -87,7 +87,6 @@
 @dirrmtry etc/freeswitch/scripts/javascript
 @dirrm share/freeswitch/sounds/en/us/callie/pizza/8000
 @dirrm share/freeswitch/sounds/en/us/callie/pizza
-@exec mkdir etc/freeswitch/scripts/javascript
-@exec chown -R freeswitch:freeswitch etc/freeswitch/scripts
-@exec chown -R freeswitch:freeswitch share/freeswitch/sounds/en/us/callie/pizza/8000/spinach.wav
-
+@exec mkdir -p %D/etc/freeswitch/scripts/javascript
+@exec chown -R freeswitch:freeswitch %D/etc/freeswitch/scripts
+@exec chown -R freeswitch:freeswitch %D/share/freeswitch/sounds/en/us/callie/pizza

--Multipart=_Thu__27_Jan_2011_11_00_34_-0500_isVV2j/S2p8HdKyg--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110127110034.28b0cef6.r.neese>