From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 19 14:10:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 107DD106566C for ; Wed, 19 Sep 2012 14:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D68328FC24 for ; Wed, 19 Sep 2012 14:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8JEACxe030654 for ; Wed, 19 Sep 2012 14:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8JEAC3o030653; Wed, 19 Sep 2012 14:10:12 GMT (envelope-from gnats) Date: Wed, 19 Sep 2012 14:10:12 GMT Message-Id: <201209191410.q8JEAC3o030653@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Richard E Neese Cc: Subject: Re: ports/171785: update www/fusionpbx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard E Neese List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2012 14:10:13 -0000 The following reply was made to PR ports/171785; it has been noted by GNATS. From: Richard E Neese To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/171785: update www/fusionpbx Date: Wed, 19 Sep 2012 10:01:06 -0400 This is a multi-part message in MIME format. --------------070709040104050901060104 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 9/19/2012 10:00 AM, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/171785'. > 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=171785 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: update www/fusionpbx >> Arrival-Date: Wed Sep 19 14:00:36 UTC 2012 --------------070709040104050901060104 Content-Type: text/plain; charset=windows-1252; name="fusionpbx.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fusionpbx.diff" Index: distinfo =================================================================== --- distinfo (revision 303308) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (fusionpbx-3.1.tar.gz) = 8dde792b2bac81196cfb51ea871004f39192d9c1944044fcf8a8f9713aef0ed8 -SIZE (fusionpbx-3.1.tar.gz) = 5179008 +SHA256 (fusionpbx-3.1.2.tar.gz) = fce45b118a4b94200f8d785c5e091b23f145b5e46e4ff30610fde07aaead5ce3 +SIZE (fusionpbx-3.1.2.tar.gz) = 5181627 Index: pkg-plist =================================================================== --- pkg-plist (revision 303308) +++ pkg-plist (working copy) @@ -21,7 +21,7 @@ %%WWWDIR%%/app/call_center/v_call_center_tier.php %%WWWDIR%%/app/call_center/v_call_center_tier_delete.php %%WWWDIR%%/app/call_center/v_call_center_tier_edit.php -%%WWWDIR%%/app/call_center/v_cmd.php +%%WWWDIR%%/app/call_center/cmd.php %%WWWDIR%%/app/call_center_active/app_config.php %%WWWDIR%%/app/call_center_active/root.php %%WWWDIR%%/app/call_center_active/v_call_center_active.php Index: Makefile =================================================================== --- Makefile (revision 303308) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= fusionpbx -DISTVERSION= 3.1 +DISTVERSION= 3.1.2 CATEGORIES= www MASTER_SITES= http://www.fusionpbx.com/downloads/ \ ${MASTER_SITE_GOOGLE_CODE} --------------070709040104050901060104--