Date: Thu, 28 Jun 2007 14:04:18 -0400 From: Phillip Neumann <pneumann@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/114108: [MAINTAINER] www/asterisk-gui: update to 0.0.1r20070627 Message-ID: <1183053858.2261@negro.transtel.cl> Resent-Message-ID: <200706282110.l5SLA3SW023751@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114108 >Category: ports >Synopsis: [MAINTAINER] www/asterisk-gui: update to 0.0.1r20070627 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 28 21:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Phillip Neumann >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD negro.transtel.cl 6.2-STABLE FreeBSD 6.2-STABLE #2: Sun May 13 16:51:10 CLT 2007 >Description: - Update to snapshot 20070627 - Various bug fixes - New features Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- asterisk-gui-0.0.1r20070627.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/asterisk-gui/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 4 Jun 2007 07:39:45 -0000 1.2 +++ Makefile 28 Jun 2007 20:57:20 -0000 @@ -6,10 +6,10 @@ # PORTNAME= asterisk-gui -PORTVERSION= 0.0.1r20070528 +PORTVERSION= 0.0.1r20070627 CATEGORIES= www MASTER_SITES= http://asterisk-bsd.googlecode.com/files/ -DISTNAME= ${PORTNAME}-snap-2007-05-28 +DISTNAME= ${PORTNAME}-snap-2007-06-27 MAINTAINER= pneumann@gmail.com COMMENT= An asterisk ajax web manager Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/asterisk-gui/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 4 Jun 2007 07:39:45 -0000 1.2 +++ distinfo 28 Jun 2007 20:57:20 -0000 @@ -1,3 +1,3 @@ -MD5 (asterisk-gui-snap-2007-05-28.tar.gz) = 7f680cd4a66b9a0f6797186acf969fa1 -SHA256 (asterisk-gui-snap-2007-05-28.tar.gz) = d42dbfd3ee1234f4a034c5c328c28594f902abc8d482bd244687161b0a3b31fd -SIZE (asterisk-gui-snap-2007-05-28.tar.gz) = 306972 +MD5 (asterisk-gui-snap-2007-06-27.tar.gz) = 9146ea5d76b52fdb496b8f0837d9438a +SHA256 (asterisk-gui-snap-2007-06-27.tar.gz) = 4f2c9c72067e807d145d78681a06f947b0a2a3a22eff9ebc9ce1355e35397dcf +SIZE (asterisk-gui-snap-2007-06-27.tar.gz) = 311474 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/asterisk-gui/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 4 Jun 2007 07:39:45 -0000 1.2 +++ pkg-plist 28 Jun 2007 20:57:20 -0000 @@ -6,6 +6,7 @@ share/asterisk/static-http/config/images/1.gif share/asterisk/static-http/config/images/accordion-icon.gif share/asterisk/static-http/config/images/adv-v.gif +share/asterisk/static-http/config/images/bandwidth.gif share/asterisk/static-http/config/images/digiumlogo.gif share/asterisk/static-http/config/images/dots.gif share/asterisk/static-http/config/images/favicon.ico @@ -23,7 +24,6 @@ share/asterisk/static-http/config/scripts/prototype.js share/asterisk/static-http/config/scripts/rico.js share/asterisk/static-http/config/scripts/tooltip.js -share/asterisk/static-http/config/stylesheets/rico.css share/asterisk/static-http/config/stylesheets/schwing.css share/asterisk/static-http/config/setup/1.html share/asterisk/static-http/config/setup/10.html @@ -41,6 +41,7 @@ share/asterisk/static-http/config/backup.html share/asterisk/static-http/config/cfgbasic.html share/asterisk/static-http/config/cli.html +share/asterisk/static-http/config/callparking.html share/asterisk/static-http/config/emailsettings.html share/asterisk/static-http/config/feditor.html share/asterisk/static-http/config/guialert.html Index: files/extra-config-queues.html =================================================================== RCS file: /home/ncvs/ports/www/asterisk-gui/files/extra-config-queues.html,v retrieving revision 1.1 diff -u -r1.1 extra-config-queues.html --- files/extra-config-queues.html 3 Jun 2007 20:04:19 -0000 1.1 +++ files/extra-config-queues.html 28 Jun 2007 20:57:20 -0000 @@ -1,6 +1,6 @@ ---- config/queues.html.orig Wed Apr 4 12:50:22 2007 -+++ config/queues.html Wed Apr 4 12:50:42 2007 -@@ -254,7 +254,7 @@ +--- config/queues.html.orig Thu Jun 28 14:58:19 2007 ++++ config/queues.html Thu Jun 28 14:59:20 2007 +@@ -171,7 +171,7 @@ for(k=0; k<$('agents').length; k++){ selectedagent = "selectedagent" + k; if( $(selectedagent).checked ){ @@ -9,7 +9,7 @@ p = p+1; } } -@@ -398,7 +398,7 @@ +@@ -338,7 +338,7 @@ queuenames[j] = t.name; return t.name + " -- Queue '" + t.fieldbyname['fullname'] + "'"; }else if(InArray(extensions_conf_qs, t.name)) { // if is a subcategory @@ -18,19 +18,12 @@ if(t.names[x] == 'member' && tmp.length > 1){ queueagents [j] [k] = tmp[1]; k = k+1; -@@ -512,7 +512,7 @@ +@@ -435,7 +435,7 @@ + </select> </td> </tr> - <tr onmouseover="show_tooltip('en', 'queues', 3);" > -- <td valign='top' class="field_text">Agents:</td> -+ <td valign='top' class="field_text">Users:</td> +- <tr> <td valign='top' class="field_text" tip="en,queues,3">Agents:</td> ++ <tr> <td valign='top' class="field_text" tip="en,queues,3">Users:</td> <td><select multiple='true' id='agents' style='display:none;'></select> <div id="testmulti" style='border:1px solid; font-size: 8pt; height:75px; width: 200px;overflow :auto;'></div> </td> -@@ -580,4 +580,4 @@ - </tr> - </table> - </div> --</body> -\ No newline at end of file -+</body> --- asterisk-gui-0.0.1r20070627.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1183053858.2261>