svn commit: r527828 - head/audio/libebur128

Mathieu Arnold mat at FreeBSD.org
Thu Mar 5 15:59:31 UTC 2020


On Thu, Mar 05, 2020 at 12:22:24PM +0000, Alexey Dokuchaev wrote:
> Author: danfe
> Date: Thu Mar  5 12:22:23 2020
> New Revision: 527828
> URL: https://svnweb.freebsd.org/changeset/ports/527828
> 
> Log:
>   Drop dependency on `audio/speexdsp', not needed since 1.2.0:
>   https://github.com/jiixyj/libebur128/releases/tag/v1.2.0

You forgot to bump PORTREVISION.

> Modified:
>   head/audio/libebur128/Makefile
> 
> Modified: head/audio/libebur128/Makefile
> ==============================================================================
> --- head/audio/libebur128/Makefile	Thu Mar  5 12:12:09 2020	(r527827)
> +++ head/audio/libebur128/Makefile	Thu Mar  5 12:22:23 2020	(r527828)
> @@ -12,12 +12,9 @@ COMMENT=	Implementation of the EBU R128 loudness stand
>  LICENSE=	MIT
>  LICENSE_FILE=	${WRKSRC}/COPYING
>  
> -LIB_DEPENDS=	libspeexdsp.so:audio/speexdsp
> -
> +USES=		cmake pkgconfig
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	jiixyj
> -
> -USES=		cmake localbase:ldflags pkgconfig
>  USE_LDCONFIG=	yes
>  
>  .include <bsd.port.mk>
> 

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list