Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2011 13:30:18 GMT
From:      "Richard E. Neese" <r.neese@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/154262: fix of pizza demo pkg_add
Message-ID:  <201101241330.p0ODUIWC033218@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/154262; it has been noted by GNATS.

From: "Richard E. Neese" <r.neese@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/154262: fix of pizza demo pkg_add
Date: Mon, 24 Jan 2011 08:23:20 -0500

 This is a multi-part message in MIME format.
 
 --Multipart=_Mon__24_Jan_2011_08_23_20_-0500_QdtSB8gi5mMQZs84
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 On Mon, 24 Jan 2011 13:20:08 GMT
 FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/154262'.
 > 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=154262
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       fix of pizza demo pkg_add
 > >Arrival-Date:   Mon Jan 24 13:20:07 UTC 2011
 
 
 -- 
 Richard E. Neese <r.neese@gmail.com>
 
 --Multipart=_Mon__24_Jan_2011_08_23_20_-0500_QdtSB8gi5mMQZs84
 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	24 Jan 2011 02:12:44 -0000
 @@ -5,7 +5,7 @@
  # $FreeBSD: ports/misc/freeswitch-pizzademo/Makefile,v 1.3 2010/12/17 17:00:16 jpaetzel Exp $
  #
  
 -PORTNAME=	freeswitch-pizza
 +PORTNAME=	freeswitch-pizzademo
  PORTVERSION=	201044
  CATEGORIES=	misc
  MASTER_SITES=	ftp://ftp.secure-computing.net/pub/freeswitch/ \
 @@ -19,8 +19,7 @@
  MAINTAINER=	r.neese@gmail.com
  COMMENT=	FreeSwitch pizza demo
  
 -RUN_DEPENDS=    ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core \
 -		${LOCALBASE}/share/${BASE_PORTNAME}/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds
 +RUN_DEPENDS=    ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch
  
  NO_BUILD=	yes
  
 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	24 Jan 2011 02:12:44 -0000
 @@ -87,7 +87,7 @@
  @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 mkdir -p %D/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 chown -R freeswitch:freeswitch share/freeswitch/sounds/en/us/callie/pizza
  
 
 --Multipart=_Mon__24_Jan_2011_08_23_20_-0500_QdtSB8gi5mMQZs84--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101241330.p0ODUIWC033218>