Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 04:32:37 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392661 - head/audio/libebur128
Message-ID:  <201507220432.t6M4WbOl037935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gahr@FreeBSD.org>
 # $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507220432.t6M4WbOl037935>