From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 19 14:00:30 2012 Return-Path: Delivered-To: freebsd-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 2DCEC106564A for ; Wed, 19 Sep 2012 14:00:30 +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 F3AE08FC16 for ; Wed, 19 Sep 2012 14:00:29 +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 q8JE0TGo029554 for ; Wed, 19 Sep 2012 14:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8JE0Toe029553; Wed, 19 Sep 2012 14:00:29 GMT (envelope-from gnats) Date: Wed, 19 Sep 2012 14:00:29 GMT Message-Id: <201209191400.q8JE0Toe029553@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Richard E Neese Cc: Subject: Re: misc/171782: update net/freeswitch-vanilla-devel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard E Neese List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2012 14:00:30 -0000 The following reply was made to PR misc/171782; it has been noted by GNATS. From: Richard E Neese To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/171782: update net/freeswitch-vanilla-devel Date: Wed, 19 Sep 2012 09:51:19 -0400 This is a multi-part message in MIME format. --------------020004020105040905010300 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 `misc/171782'. > The individual assigned to look at your > report is: freebsd-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=171782 > >> Category: misc >> Responsible: freebsd-bugs >> Synopsis: update net/freeswitch-vanilla-devel >> Arrival-Date: Wed Sep 19 13:50:07 UTC 2012 move to ports and maintainer update --------------020004020105040905010300 Content-Type: text/plain; charset=windows-1252; name="freesitch-vanilla-devel.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="freesitch-vanilla-devel.diff" Index: distinfo =================================================================== --- distinfo (revision 303308) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -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 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/ PKGNAMESUFFIX= -${FREESWITCH_CONF_DIST}-devel --------------020004020105040905010300--