misc/167876: update of misc/freeswitch-scripts

Rich Neese r.neese at gmail.com
Mon May 14 13:30:14 UTC 2012


The following reply was made to PR misc/167876; it has been noted by GNATS.

From: Rich Neese <r.neese at gmail.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-bugs at FreeBSD.org
Cc:  
Subject: Re: misc/167876: update of misc/freeswitch-scripts
Date: Mon, 14 May 2012 09:24:42 -0400

 This is a multi-part message in MIME format.
 --------------090009050804040205050009
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 On 5/14/2012 9:20 AM, FreeBSD-gnats-submit at FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `misc/167876'.
 > The individual assigned to look at your
 > report is: freebsd-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=167876
 >
 >> Category:       misc
 >> Responsible:    freebsd-bugs
 >> Synopsis:       update of misc/freeswitch-scripts
 >> Arrival-Date:   Mon May 14 13:20:10 UTC 2012
 
 
 --------------090009050804040205050009
 Content-Type: text/plain; charset=windows-1252;
  name="freeswitch-scripts.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="freeswitch-scripts.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/misc/freeswitch-scripts/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- Makefile	29 Oct 2011 20:01:07 -0000	1.6
 +++ Makefile	12 May 2012 19:23:10 -0000
 @@ -5,27 +5,29 @@
  # $FreeBSD: ports/misc/freeswitch-scripts/Makefile,v 1.6 2011/10/29 20:01:07 crees Exp $
  #
  
 -PORTNAME=	freeswitch-scripts
 -PORTVERSION=	1.0.7.1
 +PORTNAME=	freeswitch
 +DISTVERSION=	1.2.rc2
  PORTEPOCH=	1
  CATEGORIES=	misc
 -MASTER_SITES=	http://dl.dropbox.com/u/152504/
 -DISTNAME=	${BASE_PORTNAME}-${PORTVERSION}
 -DIST_SUBDIR=	${BASE_PORTNAME}
 +MASTER_SITES=	http://files.freeswitch.org/
 +PKGNAMESUFFIX=	-scripts
 +DIST_SUBDIR=	${PORTNAME}
  
  MAINTAINER=	r.neese at gmail.com
  COMMENT=	FreeSwitch Scripts
  
 +RUN_DEPENDS=    ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core
 +
 +USE_BZIP2=	yes
 +
  NO_BUILD=	yes
  BASE_PORTNAME=	freeswitch
  SUB_FILES=	pkg-install
  
 -RUN_DEPENDS=    ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core
 -
  FREESWITCH_USER=	freeswitch
  FREESWITCH_GROUP=	${FREESWITCH_USER}
  
 -WRKSRC=		${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION}/scripts/
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}/scripts/
  
  OPTIONS=	JAVASCRIPT	"Install FreeSWITCH JAVASCRIPTS" off \
  		PERL		"Install FreeSWITCH Perl Scripts" off \
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/misc/freeswitch-scripts/distinfo,v
 retrieving revision 1.4
 diff -u -r1.4 distinfo
 --- distinfo	29 Oct 2011 20:01:07 -0000	1.4
 +++ distinfo	12 May 2012 19:23:10 -0000
 @@ -1,2 +1,2 @@
 -SHA256 (freeswitch/freeswitch-1.0.7.1.tar.gz) = 180db5eb11bc35d383a143ee17ed15092ca1f0651afe93fe6fc2b7f7c35e4dbb
 -SIZE (freeswitch/freeswitch-1.0.7.1.tar.gz) = 36116764
 +SHA256 (freeswitch/freeswitch-1.2.rc2.tar.bz2) = bbf9b3f6e7a7569b9594b5852d1b8a95266ef3276df222776ac84667adb6cc08
 +SIZE (freeswitch/freeswitch-1.2.rc2.tar.bz2) = 38075354
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/misc/freeswitch-scripts/pkg-plist,v
 retrieving revision 1.4
 diff -u -r1.4 pkg-plist
 --- pkg-plist	29 Oct 2011 10:13:24 -0000	1.4
 +++ pkg-plist	12 May 2012 19:23:10 -0000
 @@ -10,6 +10,7 @@
  %%WITH_LUA%%etc/freeswitch/scripts/lua/originate.lua
  %%WITH_LUA%%etc/freeswitch/scripts/lua/sound_test.lua
  %%WITH_LUA%%etc/freeswitch/scripts/lua/zrtp_agent.lua
 +%%WITH_LUA%%etc/freeswitch/scripts/lua/zrtp_proxy_media.lua
  %%WITH_PERL%%etc/freeswitch/scripts/perl/add_user
  %%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH-GizmoConfig.pl
  %%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH/ChangeLog
 @@ -95,3 +96,4 @@
  %%WITH_JAVASCRIPT%%@dirrmtry etc/freeswitch/scripts/javascript
  @exec chown -R freeswitch:freeswitch %D/etc/freeswitch/scripts/
  @exec find %D/etc/freeswitch/. -type d | xargs chmod 774
 +
 
 --------------090009050804040205050009--


More information about the freebsd-bugs mailing list