From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 19 13:51:19 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA66106566C; Wed, 19 Sep 2012 13:51:19 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 237AD8FC0C; Wed, 19 Sep 2012 13:51:19 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so1488560vcb.13 for ; Wed, 19 Sep 2012 06:51:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=fvJd9DCU1oMJWEcnmX3ultzK+Gk211eKGrqNVqpbDAo=; b=0oBFdVkUK3VApy+dCRfp4/SiSNU48WsNC6kS7pqR2hpfNOV7muZ+IHv5+F21xPAxWg aF2sg8pPgK6KCX0UvZmtGd0mzQKTvLqn1SD3nMPMNZ4/NG58b7scSzqoIvsyMHZndIiJ 76hyQJ8EKfI+/E46CTo9b4bG9LdLD+uEhyWCi6GztJPVJrk9zwRsCAWsCz6QkWXYrSZQ 2uo+ozD/xxqcotlc0NA8+xssl0VGcushBZYGByyse9hFYGKr2yQXd77qQi1qpml5vz0h aTgzNfRbwrfACcQSvhDzWEkmiCgsaEaUebctK4GCrcnCzMj0gfrd5DI1dacHL4WadrGT KjmA== Received: by 10.220.154.17 with SMTP id m17mr1965449vcw.31.1348062678838; Wed, 19 Sep 2012 06:51:18 -0700 (PDT) Received: from [127.0.0.1] ([97.100.95.108]) by mx.google.com with ESMTPS id b3sm425727vec.11.2012.09.19.06.51.18 (version=SSLv3 cipher=OTHER); Wed, 19 Sep 2012 06:51:18 -0700 (PDT) Message-ID: <5059CDD7.9050608@gmail.com> Date: Wed, 19 Sep 2012 09:51:19 -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-bugs@FreeBSD.org References: <201209191350.q8JDo7u6028114@freefall.freebsd.org> In-Reply-To: <201209191350.q8JDo7u6028114@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------020004020105040905010300" Cc: Subject: Re: misc/171782: update net/freeswitch-vanilla-devel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2012 13:51:19 -0000 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--