From owner-svn-ports-head@freebsd.org Wed Jul 22 04:32:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B40369A7421; Wed, 22 Jul 2015 04:32:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 974731622; Wed, 22 Jul 2015 04:32:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M4WcVK037939; Wed, 22 Jul 2015 04:32:38 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M4WbOl037935; Wed, 22 Jul 2015 04:32:37 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201507220432.t6M4WbOl037935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 22 Jul 2015 04:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392661 - head/audio/libebur128 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 04:32:38 -0000 Author: danfe Date: Wed Jul 22 04:32:36 2015 New Revision: 392661 URL: https://svnweb.freebsd.org/changeset/ports/392661 Log: Update to version 1.0.2, small bug fix release (fixes a rare memory leak and updates the documentation of the EBUR128_MODE_I mode parameter). While here, improve grammar in the port description text. PR: 199209 Modified: head/audio/libebur128/Makefile head/audio/libebur128/distinfo head/audio/libebur128/pkg-descr head/audio/libebur128/pkg-plist Modified: head/audio/libebur128/Makefile ============================================================================== --- head/audio/libebur128/Makefile Wed Jul 22 04:15:03 2015 (r392660) +++ head/audio/libebur128/Makefile Wed Jul 22 04:32:36 2015 (r392661) @@ -1,25 +1,23 @@ -# Created by: gahr +# Created by: Pietro Cerutti # $FreeBSD$ PORTNAME= libebur128 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the EBU R128 loudness standard LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speexdsp -USES= cmake:outsource pkgconfig - USE_GITHUB= yes GH_ACCOUNT= jiixyj -PLIST_SUB+= VER1=${PORTVERSION:R:R} \ - VER3=${PORTVERSION} +USES= cmake:outsource pkgconfig +USE_LDCONFIG= yes .include Modified: head/audio/libebur128/distinfo ============================================================================== --- head/audio/libebur128/distinfo Wed Jul 22 04:15:03 2015 (r392660) +++ head/audio/libebur128/distinfo Wed Jul 22 04:32:36 2015 (r392661) @@ -1,2 +1,2 @@ -SHA256 (jiixyj-libebur128-v1.0.1_GH0.tar.gz) = 01aa7aed90c593944eeb3087a6f965557dc708de360bf1a589b3babb021e7336 -SIZE (jiixyj-libebur128-v1.0.1_GH0.tar.gz) = 29760 +SHA256 (jiixyj-libebur128-v1.0.2_GH0.tar.gz) = 9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323 +SIZE (jiixyj-libebur128-v1.0.2_GH0.tar.gz) = 29794 Modified: head/audio/libebur128/pkg-descr ============================================================================== --- head/audio/libebur128/pkg-descr Wed Jul 22 04:15:03 2015 (r392660) +++ head/audio/libebur128/pkg-descr Wed Jul 22 04:32:36 2015 (r392661) @@ -1,4 +1,4 @@ libebur128 is a library that implements the EBU R 128 standard for loudness -normalisation. +normalization. WWW: https://github.com/jiixyj/libebur128 Modified: head/audio/libebur128/pkg-plist ============================================================================== --- head/audio/libebur128/pkg-plist Wed Jul 22 04:15:03 2015 (r392660) +++ head/audio/libebur128/pkg-plist Wed Jul 22 04:32:36 2015 (r392661) @@ -1,5 +1,5 @@ include/ebur128.h lib/libebur128.a lib/libebur128.so -lib/libebur128.so.%%VER1%% -lib/libebur128.so.%%VER3%% +lib/libebur128.so.1 +lib/libebur128.so.1.0.1