ports/160881: update to misc/freeswitch-scripts port

Mark Linimon linimon at lonesome.com
Thu Sep 22 08:00:23 UTC 2011


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

From: Mark Linimon <linimon at lonesome.com>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/160881: update to misc/freeswitch-scripts port
Date: Thu, 22 Sep 2011 02:53:43 -0500

 ----- Forwarded message from Richatrd E Neese <r.neese at gmail.com> -----
 
 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	21 Sep 2011 18:53:04 -0000
 @@ -6,10 +6,12 @@
  #
  
  PORTNAME=	freeswitch-scripts
 -PORTVERSION=	201044
 +PORTVERSION=	1.0.7
 +PORTREVISION=	1
 +PORTEPOCH=	1
  CATEGORIES=	misc
 -MASTER_SITES=	ftp://ftp.secure-computing.net/pub/freeswitch/ \
 -		ftp://ftp2.secure-computing.net/pub/freeswitch/
 +MASTER_SITES=	http://www.ircpimps.org/freeswitch/ \
 +		http://dl.dropbox.com/u/152504/
  DISTNAME=	${BASE_PORTNAME}-${PORTVERSION}
  DIST_SUBDIR=	${BASE_PORTNAME}
  
 @@ -20,6 +22,8 @@
  BASE_PORTNAME=	freeswitch
  SUB_FILES=	pkg-install
  
 +#RUN_DEPENDS=    ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core 
 +
  FREESWITCH_USER=	freeswitch
  FREESWITCH_GROUP=	${FREESWITCH_USER}
  
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/misc/freeswitch-scripts/distinfo,v
 retrieving revision 1.2
 diff -u -r1.2 distinfo
 --- distinfo	17 Dec 2010 21:42:33 -0000	1.2
 +++ distinfo	21 Sep 2011 18:53:04 -0000
 @@ -1,2 +1,2 @@
 -SHA256 (freeswitch/freeswitch-201044.tar.gz) = cea3583bcc1febc8b6ad85ca38c991d2d7319945784dd915834c1479b33bbd4b
 -SIZE (freeswitch/freeswitch-201044.tar.gz) = 42320468
 +SHA256 (freeswitch/freeswitch-1.0.7.tar.gz) = dcd2564763a0ead7361a2b90908c6aa310ce3b49d42c2bcf2b54c17dc9789751
 +SIZE (freeswitch/freeswitch-1.0.7.tar.gz) = 35999909
 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	21 Sep 2011 18:53:04 -0000
 @@ -8,7 +8,9 @@
  %%WITH_LUA%%etc/freeswitch/scripts/lua/helloworld.lua
  %%WITH_LUA%%etc/freeswitch/scripts/lua/mwi_event.lua
  %%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_PERL%%etc/freeswitch/scripts/perl/add_user
  %%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH-GizmoConfig.pl
  %%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH/ChangeLog
  %%WITH_PERL%%etc/freeswitch/scripts/perl/FreeSWITCH/Client.pm
 @@ -41,6 +43,7 @@
  %%WITH_PERL%%etc/freeswitch/scripts/perl/multicast/send.pl
  %%WITH_PERL%%etc/freeswitch/scripts/perl/mwi_event.pl
  %%WITH_PERL%%etc/freeswitch/scripts/perl/originate.pl
 +%%WITH_PERL%%etc/freeswitch/scripts/perl/randomize-passwords.pl
  %%WITH_PERL%%etc/freeswitch/scripts/perl/rpc.cgi
  %%WITH_PERL%%etc/freeswitch/scripts/perl/scenario/attended_transfer.button
  %%WITH_PERL%%etc/freeswitch/scripts/perl/scenario/blind_transfer.button
 @@ -89,6 +92,6 @@
  %%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
 - at dirrmtry etc/freeswitch/scripts
 - at dirrmtry etc/freeswitch
 +%%WITH_JAVASCRIPT%%@dirrmtry etc/freeswitch/scripts/javascript
 + at exec chown -R freeswitch:freeswitch %D/etc/freeswitch/scripts/
 + at exec find %D/etc/freeswitch/. -type d | xargs chmod 774
 
 ----- End forwarded message -----



More information about the freebsd-ports-bugs mailing list