From owner-svn-ports-all@freebsd.org Sat Oct 20 18:13:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B86EAFEFA24; Sat, 20 Oct 2018 18:13:20 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BA558005B; Sat, 20 Oct 2018 18:13:20 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6696B219C0; Sat, 20 Oct 2018 18:13:20 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KIDKJf034711; Sat, 20 Oct 2018 18:13:20 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KIDJPv034707; Sat, 20 Oct 2018 18:13:19 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201810201813.w9KIDJPv034707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Sat, 20 Oct 2018 18:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482611 - head/audio/libopusenc X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: head/audio/libopusenc X-SVN-Commit-Revision: 482611 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 18:13:20 -0000 Author: naddy Date: Sat Oct 20 18:13:19 2018 New Revision: 482611 URL: https://svnweb.freebsd.org/changeset/ports/482611 Log: Update to 0.2.1. This release fixes two minor bugs: - a gapless bug in the LPC filtering - a crash on destroy when using the pull API Modified: head/audio/libopusenc/Makefile head/audio/libopusenc/distinfo Modified: head/audio/libopusenc/Makefile ============================================================================== --- head/audio/libopusenc/Makefile Sat Oct 20 18:07:07 2018 (r482610) +++ head/audio/libopusenc/Makefile Sat Oct 20 18:13:19 2018 (r482611) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libopusenc -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= audio MASTER_SITES= MOZILLA/opus Modified: head/audio/libopusenc/distinfo ============================================================================== --- head/audio/libopusenc/distinfo Sat Oct 20 18:07:07 2018 (r482610) +++ head/audio/libopusenc/distinfo Sat Oct 20 18:13:19 2018 (r482611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537972823 -SHA256 (libopusenc-0.2.tar.gz) = c79e95eeee43a0b965e9b2c59a243763a8f8b0a7e71441df2aa9084f6171c73a -SIZE (libopusenc-0.2.tar.gz) = 388027 +TIMESTAMP = 1540058989 +SHA256 (libopusenc-0.2.1.tar.gz) = 8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9 +SIZE (libopusenc-0.2.1.tar.gz) = 388071