From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 19 14:01:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DB9C10656DA; Wed, 19 Sep 2012 14:01:06 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id EF3628FC08; Wed, 19 Sep 2012 14:01:05 +0000 (UTC) Received: by vbmv11 with SMTP id v11so1540044vbm.13 for ; Wed, 19 Sep 2012 07:01:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=0U2Il55twuyYSslY/IMqKj8myUSppyH0zk6+sKBlxpU=; b=YfejmULXHR6mwBj7zlCC+vI2h4Wzacn37yug3SSL37gSGi8sPdmL0UEmWcJrlbYqwi +fOctGDliWrixE1yjQfx1K5pSFQiVMA5hkqWu/I73s68Uw58N0H+rpkenSJ/hjMC9Ccr S+9e7ndO+Q9MSoq1dkQj6WMBSFGfKBdIUrARSR8mwfCBdPWRd5dVX5MCbvZG1Jcem+BS qXltJTM/Luq8LiAzT4TmPXRhuQymnIs+43cgL4ChtZ8eG1VZ2GNua+YTsFWEkLQDZMMP DYrmyvsWBD+n6++l29aYQnYwRWTAExZ6SoM3bUr4t5sW1Oofevm5xQeN8gCpxfPbKGw4 PuMA== Received: by 10.52.90.148 with SMTP id bw20mr1630015vdb.6.1348063265331; Wed, 19 Sep 2012 07:01:05 -0700 (PDT) Received: from [127.0.0.1] ([97.100.95.108]) by mx.google.com with ESMTPS id tb3sm429484veb.12.2012.09.19.07.01.04 (version=SSLv3 cipher=OTHER); Wed, 19 Sep 2012 07:01:04 -0700 (PDT) Message-ID: <5059D022.4060107@gmail.com> Date: Wed, 19 Sep 2012 10:01:06 -0400 From: Richard E Neese User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201209191400.q8JE0arU029580@freefall.freebsd.org> In-Reply-To: <201209191400.q8JE0arU029580@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------070709040104050901060104" Cc: Subject: Re: ports/171785: update www/fusionpbx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2012 14:01:06 -0000 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--