From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 22 03:38:57 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 191D1106566B; Sat, 22 Sep 2012 03:38:57 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id AEBA88FC0A; Sat, 22 Sep 2012 03:38:56 +0000 (UTC) Received: by ghrr20 with SMTP id r20so1205244ghr.13 for ; Fri, 21 Sep 2012 20:38:56 -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=JgHbGqtp8SJ6IhcfH7gnPZObZxYCyn7x8r1c1kxihp8=; b=jBv+wSHUuB1slAC/sRJb6HD1Q6erqQdOxocYe8tRsi6QEMevgqq4ZBckH1rxoZdNX5 zKu8uWddR80BTToSVyS725iruYhw3MQpeXp1Wpe34nYHCSJu0p6KOs8yTLjSzupqnVjH jCnG4+mr6HNMeQKF4COjnPWcRLZixjiq8dsoEinCIeyBOmLmx0tzUmMLUHMirqu9AGcA COVhHuyI4FPZkdP9udnWWu5alJct85yAltKZkwF39n16kxASYDWYF/3gWKw3l5YO/sZp 0POeC5bRsB64OFOwhtdbMAbQkKcF91Kh0FRUWk6f2+UPeESl4/6gcByAa44TQypGdDq5 kjbw== Received: by 10.236.180.42 with SMTP id i30mr7048496yhm.89.1348285135844; Fri, 21 Sep 2012 20:38:55 -0700 (PDT) Received: from [127.0.0.1] ([97.100.95.108]) by mx.google.com with ESMTPS id q47sm15640954yhj.13.2012.09.21.20.38.54 (version=SSLv3 cipher=OTHER); Fri, 21 Sep 2012 20:38:55 -0700 (PDT) Message-ID: <505D32D0.3040207@gmail.com> Date: Fri, 21 Sep 2012 23:38:56 -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="------------050600010802070001030201" 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: Sat, 22 Sep 2012 03:38:57 -0000 This is a multi-part message in MIME format. --------------050600010802070001030201 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 here is a updated diff --------------050600010802070001030201 Content-Type: text/plain; charset=windows-1252; name="fusionpbx.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fusionpbx.diff.txt" Index: distinfo =================================================================== --- distinfo (revision 304654) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (fusionpbx-3.1.1.tar.gz) = 07dec3aa933b44dc13c2dd49bcbe4d5ad6beb4f2b0f9b105958587c5db501d28 -SIZE (fusionpbx-3.1.1.tar.gz) = 5181018 +SHA256 (fusionpbx-3.1.2.tar.gz) = fce45b118a4b94200f8d785c5e091b23f145b5e46e4ff30610fde07aaead5ce3 +SIZE (fusionpbx-3.1.2.tar.gz) = 5181627 Index: pkg-plist =================================================================== --- pkg-plist (revision 304654) +++ 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 304654) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= fusionpbx -DISTVERSION= 3.1.1 +DISTVERSION= 3.1.2 CATEGORIES= www MASTER_SITES= http://www.fusionpbx.com/downloads/ \ ${MASTER_SITE_GOOGLE_CODE} --------------050600010802070001030201--