Date: Thu, 27 Oct 2011 17:58:36 -0400 From: Richard E Neese <r.neese@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/162061: Update to misc/freeswitch-scripts Message-ID: <4EA9D40C.8030706@gmail.com> In-Reply-To: <201110271510.p9RFA9Yu074830@freefall.freebsd.org> References: <201110271510.p9RFA9Yu074830@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------060703060403030702030101 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 10/27/11 11:10 AM, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `misc/162061'. > 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=162061 > >> Category: misc >> Responsible: freebsd-bugs >> Synopsis: Update to misc/freeswitch-scripts >> Arrival-Date: Thu Oct 27 15:10:09 UTC 2011 fixed run depends line (the the #) --------------060703060403030702030101 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; 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.4 diff -u -r1.4 Makefile --- Makefile 17 Dec 2010 21:42:33 -0000 1.4 +++ Makefile 27 Oct 2011 21:56:58 -0000 @@ -6,10 +6,11 @@ # 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://dl.dropbox.com/u/152504/ DISTNAME= ${BASE_PORTNAME}-${PORTVERSION} DIST_SUBDIR= ${BASE_PORTNAME} @@ -20,6 +21,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 27 Oct 2011 21:56:58 -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) = c36bb7fce8caa88fc76e63f85968cdd912907969476c8d90f8fd402e805f3e66 +SIZE (freeswitch/freeswitch-1.0.7.tar.gz) = 36116129 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 Oct 2011 21:56:58 -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 -@dirrmtry etc/freeswitch/scripts -@dirrmtry etc/freeswitch +%%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 --------------060703060403030702030101--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EA9D40C.8030706>