From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 19 14:00:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8C2E106564A for ; Wed, 19 Sep 2012 14:00:26 +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 9A29C8FC15 for ; Wed, 19 Sep 2012 14:00:26 +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 q8JE0Qga029545 for ; Wed, 19 Sep 2012 14:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8JE0Qs4029544; Wed, 19 Sep 2012 14:00:26 GMT (envelope-from gnats) Date: Wed, 19 Sep 2012 14:00:26 GMT Message-Id: <201209191400.q8JE0Qs4029544@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Richard E Neese Cc: Subject: Re: ports/171780: Update of net/freeswitch-core-devel 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:00:26 -0000 The following reply was made to PR ports/171780; 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/171780: Update of net/freeswitch-core-devel Date: Wed, 19 Sep 2012 09:50:47 -0400 This is a multi-part message in MIME format. --------------030506080000040004040701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 9/19/2012 9:50 AM, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/171780'. > 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=171780 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: Update of net/freeswitch-core-devel >> Arrival-Date: Wed Sep 19 13:50:06 UTC 2012 --------------030506080000040004040701 Content-Type: text/plain; charset=windows-1252; name="freesitch-core-devel.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="freesitch-core-devel.diff" Index: distinfo =================================================================== --- distinfo (revision 303308) +++ distinfo (working copy) @@ -1,5 +1,5 @@ -SHA256 (freeswitch/freeswitch-1.2.1.tar.bz2) = 655fda7e37cae1c5ca1f7d789efcf008592904adc6eb9cdee72fc4bdc364c788 -SIZE (freeswitch/freeswitch-1.2.1.tar.bz2) = 37890105 +SHA256 (freeswitch/freeswitch-1.2.2.tar.bz2) = 53c62ea4d7a8d261dd335e5aaf9822ea1f1d6d31e9e83bcafcc2a02039be35b5 +SIZE (freeswitch/freeswitch-1.2.2.tar.bz2) = 39035721 SHA256 (freeswitch/opus-0.9.0.tar.gz) = b2f75c4ac5ab837845eb028413fae2a28754bfb0a6d76416e2af1441ef447649 SIZE (freeswitch/opus-0.9.0.tar.gz) = 1255227 SHA256 (freeswitch/celt-0.10.0.tar.gz) = 147c5bc8c6a37b2ad2c8b8af17c91cb35494421ec9b68110018a4bcec72e45dc Index: Makefile =================================================================== --- Makefile (revision 303308) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= freeswitch -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= net MASTER_SITES= http://files.freeswitch.org/ \ http://files.freeswitch.org/downloads/libs/:2 \ --------------030506080000040004040701--